u-boot_LABEL.2006.06.30.2020.bb : bb file no longer needed. Current release version...
authorPhilip Balister <philip@balister.org>
Tue, 10 Apr 2007 22:14:24 +0000 (22:14 +0000)
committerPhilip Balister <philip@balister.org>
Tue, 10 Apr 2007 22:14:24 +0000 (22:14 +0000)
packages/uboot/u-boot-LABEL.2006.06.30.2020/.mtn2git_empty [deleted file]
packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch [deleted file]
packages/uboot/u-boot_LABEL.2006.06.30.2020.bb [deleted file]

diff --git a/packages/uboot/u-boot-LABEL.2006.06.30.2020/.mtn2git_empty b/packages/uboot/u-boot-LABEL.2006.06.30.2020/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch b/packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch
deleted file mode 100644 (file)
index d98cefe..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: git/examples/Makefile
-===================================================================
---- git.orig/examples/Makefile 2006-10-20 09:53:20.000000000 +0200
-+++ git/examples/Makefile      2006-10-20 10:17:55.658554000 +0200
-@@ -59,9 +59,6 @@
- include $(TOPDIR)/config.mk
--SREC  = hello_world.srec
--BIN   = hello_world.bin hello_world
--
- ifeq ($(CPU),mpc8xx)
- SREC  = test_burst.srec
- BIN   = test_burst.bin test_burst
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 (file)
index de03737..0000000
+++ /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