summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-03-04 15:32:49 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-03-04 15:32:49 +0100
commitda93ed757f187f1ceddc6b5b108262b9b21c70f3 (patch)
tree3569c55c0f085599f8f5a200c4d23b7d81bfd47c /recipes-bsp/u-boot
parentc355f27130e62f585211afcd318833dc7bc228e8 (diff)
remove unused files
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bbappend.orig23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bbappend.orig b/recipes-bsp/u-boot/u-boot_git.bbappend.orig
deleted file mode 100644
index 9a1acc8..0000000
--- a/recipes-bsp/u-boot/u-boot_git.bbappend.orig
+++ /dev/null
@@ -1,23 +0,0 @@
-# Extends the core U-Boot GIT recipe
-# to take the u-boot sources including the colibri stuff from our git repository
-
-# Also overwries the license checksum to suit the updated text file in our U-Boot snapshot.
-#LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
-
-COMPATIBLE_MACHINE = "omap3-pandora"
-DEFAULT_PREFERENCE_omap3-pandora = "1"
-
-# Latest SRCREV.
-SRCREV_pn-${PN}_omap3-pandora = "55d0d2dd5d07fbfd57309997c38da5281b9824b5"
-
-PR ="r3"
-PV_omap3-pandora = "omap3-pandora+${PR}+gitr${SRCREV}"
-
-SRC_URI_omap3-pandora = "git://git.openpandora.org/pandora-u-boot.git;branch=pandora-2011.12;protocol=git \
-"
-
-UBOOT_MACHINE_omap3-pandora = "omap3_pandora_config"
-
-S = "${WORKDIR}/git"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"