[oe-commits] org.oe.dev u-boot git: add support for neuros-osd2

koen commit oe at amethyst.openembedded.net
Mon Jul 7 22:27:46 UTC 2008


u-boot git: add support for neuros-osd2

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 5e6c2e787bd25bab9d201b66e3ccc6253061fed9
ViewMTN: http://monotone.openembedded.org/revision/info/5e6c2e787bd25bab9d201b66e3ccc6253061fed9
Files:
1
packages/u-boot/files/Makefile-fix.patch
packages/u-boot/u-boot_git.bb
Diffs:

#
# mt diff -r6e5c26ac4c3700f68a49ae0b46693c54a8f4b271 -r5e6c2e787bd25bab9d201b66e3ccc6253061fed9
#
#
#
# add_file "packages/u-boot/files/Makefile-fix.patch"
#  content [e6aceb208841e83769b780b7923eaf573d898c54]
# 
# patch "packages/u-boot/u-boot_git.bb"
#  from [32b1019dfdf87033174dc1ae1adb1d36f6a8b300]
#    to [9ded7fb06cb65f1ee44e4355f91dbf7c6e105862]
#
============================================================
--- packages/u-boot/files/Makefile-fix.patch	e6aceb208841e83769b780b7923eaf573d898c54
+++ packages/u-boot/files/Makefile-fix.patch	e6aceb208841e83769b780b7923eaf573d898c54
@@ -0,0 +1,25 @@
+--- /tmp/Makefile	2008-07-07 20:48:41.000000000 +0200
++++ git/Makefile	2008-07-07 20:49:22.000000000 +0200
+@@ -21,10 +21,6 @@
+ # MA 02111-1307 USA
+ #
+ 
+-ifndef PRJROOT
+-$(error You must first source the BSP environment: "source neuros-env")
+-endif
+-
+ VERSION = 1
+ PATCHLEVEL = 3
+ SUBLEVEL = 2
+@@ -417,11 +413,6 @@
+ 		grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
+ 		sort > $(obj)System.map
+ 
+-install: u-boot.bin u-boot 
+-	@install -p u-boot.bin $(PRJROOT)/images/ > /dev/null
+-	@install -p u-boot $(PRJROOT)/images/ > /dev/null
+-	@install uboot_desc $(PRJROOT)/images/ > /dev/null
+-
+ #
+ # Auto-generate the autoconf.mk file (which is included by all makefiles)
+ #
============================================================
--- packages/u-boot/u-boot_git.bb	32b1019dfdf87033174dc1ae1adb1d36f6a8b300
+++ packages/u-boot/u-boot_git.bb	9ded7fb06cb65f1ee44e4355f91dbf7c6e105862
@@ -1,12 +1,13 @@ require u-boot.inc
 require u-boot.inc
-PR="r6"
+PR="r7"
 
 SRCREV_davinci-sffsdr = "a524e112b424c6843800ea2f19d3a8cf01d0aa94"
 SRCREV_beagleboard = "a94f22f08f280905926219e568568964cb9eeb9d"
+SRCREV_neuros-osd2 = "482dfe48845192c7f810bccfc93db93d0f1654f7"
 
 SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
 SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 "
-
+SRC_URI_neuros-osd2 = "git://git.neurostechnology.com/git/u-boot;protocol=git;branch=neuros"
 SRC_URI_append_davinci-sffsdr = " file://sffsdr-u-boot.patch;patch=1 "
 
 SRC_URI_append_beagleboard = "file://base.patch;patch=1 \
@@ -14,6 +15,8 @@ SRC_URI_append_beagleboard = "file://bas
                               file://armv7-a.patch;patch=1 \
                              "
 
+SRC_URI_neuros-osd2 += "file://Makefile-fix.patch;patch=1"
+
 S = "${WORKDIR}/git"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"






More information about the Openembedded-commits mailing list