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
commit1e856b313c9e87f54dc45d6d849f656465f8141e (patch)
tree8d415ef11750bcf785ca13991434d2fa35da2332 /recipes-bsp/u-boot
parent061731795871a10b354835a49c9845b23d058ca5 (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}"