[oe-commits] org.oe.dev u-boot: do not build helloworld example

hrw commit openembedded-commits at lists.openembedded.org
Fri Oct 20 08:48:31 UTC 2006


u-boot: do not build helloworld example

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: caeaa1c1178745edaf9e570da28905beabafc0fd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=caeaa1c1178745edaf9e570da28905beabafc0fd
Files:
1
packages/uboot/u-boot-LABEL.2006.06.30.2020
packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch
packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
Diffs:

#
# mt diff -ra72d3fe67189dae58ebef83202828486d3e5939c -rcaeaa1c1178745edaf9e570da28905beabafc0fd
#
# 
# 
# add_dir "packages/uboot/u-boot-LABEL.2006.06.30.2020"
# 
# add_file "packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch"
#  content [938876892a249dc03fd1b6644bb24e369cfad8dd]
# 
# patch "packages/uboot/u-boot_LABEL.2006.06.30.2020.bb"
#  from [4827481c8b48e4e2c86beb22eede3fa9a5daba9f]
#    to [740c5adbcee637a1bcb875e26e53de550b1fbc9b]
# 
============================================================
--- packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch	938876892a249dc03fd1b6644bb24e369cfad8dd
+++ packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch	938876892a249dc03fd1b6644bb24e369cfad8dd
@@ -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
============================================================
--- packages/uboot/u-boot_LABEL.2006.06.30.2020.bb	4827481c8b48e4e2c86beb22eede3fa9a5daba9f
+++ packages/uboot/u-boot_LABEL.2006.06.30.2020.bb	740c5adbcee637a1bcb875e26e53de550b1fbc9b
@@ -1,14 +1,15 @@ LICENSE = "GPL"
 DESCRIPTION = "U-boot bootloader"
 PROVIDES = "virtual/bootloader"
 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"






More information about the Openembedded-commits mailing list