u-boot: do not build helloworld example
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 20 Oct 2006 08:40:36 +0000 (08:40 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 20 Oct 2006 08:40:36 +0000 (08:40 +0000)
packages/uboot/u-boot-LABEL.2006.06.30.2020/.mtn2git_empty [new file with mode: 0644]
packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch [new file with mode: 0644]
packages/uboot/u-boot_LABEL.2006.06.30.2020.bb

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
new file mode 100644 (file)
index 0000000..e69de29
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
new file mode 100644 (file)
index 0000000..d98cefe
--- /dev/null
@@ -0,0 +1,14 @@
+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
index cec4c0e..5bf12bc 100644 (file)
@@ -4,11 +4,12 @@ SECTION = "bootloader"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-PR = "r1"
+PR = "r2"
 
 TAG = "${@bb.data.getVar('PV',d,1).replace('.', '_')}"
 
-SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git;tag=${TAG}"
+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"