summaryrefslogtreecommitdiff
path: root/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-04-10 22:14:24 +0000
committerPhilip Balister <philip@balister.org>2007-04-10 22:14:24 +0000
commit79915835842e69056c7f52eba57a93effb2e1d14 (patch)
tree7ed0736ad056c2ebf70d23b14aecdc894a52eade /packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
parente4bd655f0af73b816d47e2f34cd45e052c23ed29 (diff)
u-boot_LABEL.2006.06.30.2020.bb : bb file no longer needed. Current release version of u-boot work for the OSK.
Diffstat (limited to 'packages/uboot/u-boot_LABEL.2006.06.30.2020.bb')
-rw-r--r--packages/uboot/u-boot_LABEL.2006.06.30.2020.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb b/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
deleted file mode 100644
index de0373782b..0000000000
--- a/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require u-boot.inc
-
-PR = "r2"
-DEFAULT_PREFERENCE = "-1"
-
-TAG = "${@bb.data.getVar('PV',d,1).replace('.', '_')}"
-
-SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git;tag=${TAG} \
- file://nohelloworld.patch;patch=1"
-# file://config.patch;patch=1"
-
-SRC_URI_append_navman-icn330 = " http://www.duff.dk/navman/navman-u-boot-2006-30-2020.patch;patch=1"
-
-S = "${WORKDIR}/git"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-#inherit base