[oe-commits] org.oe.dev u-boot-omap2430sdp : Add u-boot support for omap2430sdp. Delete when support movies into upstream.

crofton commit openembedded-commits at lists.openembedded.org
Tue Aug 14 21:48:48 UTC 2007


u-boot-omap2430sdp : Add u-boot support for omap2430sdp. Delete when support movies into upstream.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 164762475e11359eca7cb2027f39ad64b97e89dc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=164762475e11359eca7cb2027f39ad64b97e89dc
Files:
1
packages/uboot/u-boot-omap2430sdp-1.1.4
packages/uboot/u-boot-omap2430sdp-1.1.4/u-boot-makefile-3.81.patch
packages/uboot/u-boot-omap2430sdp_1.1.4.bb
Diffs:

#
# mt diff -r1dffb1de2dee212bf7d64b9c681333cde6b97711 -r164762475e11359eca7cb2027f39ad64b97e89dc
#
# 
# 
# add_dir "packages/uboot/u-boot-omap2430sdp-1.1.4"
# 
# add_file "packages/uboot/u-boot-omap2430sdp-1.1.4/u-boot-makefile-3.81.patch"
#  content [1a2e14e36c26e6bc9eef79c970975f202c1b1fbf]
# 
# add_file "packages/uboot/u-boot-omap2430sdp_1.1.4.bb"
#  content [fe281ead4f04210e0876f455ed429333d5f6d40d]
# 
============================================================
--- packages/uboot/u-boot-omap2430sdp-1.1.4/u-boot-makefile-3.81.patch	1a2e14e36c26e6bc9eef79c970975f202c1b1fbf
+++ packages/uboot/u-boot-omap2430sdp-1.1.4/u-boot-makefile-3.81.patch	1a2e14e36c26e6bc9eef79c970975f202c1b1fbf
@@ -0,0 +1,11 @@
+--- u-boot/examples/Makefile.orig	2007-08-13 13:09:59.000000000 -0700
++++ u-boot/examples/Makefile	2007-08-13 13:11:34.000000000 -0700
+@@ -128,6 +128,8 @@ all:	.depend $(OBJS) $(LIB) $(SREC) $(BI
+ $(LIB): .depend $(LIBOBJS)
+ 	$(AR) crv $@ $(LIBOBJS)
+ 
++hello_world.srec: hello_world
++
+ %:	%.o $(LIB)
+ 	$(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \
+ 		-o $@ -e $(<:.o=) $< $(LIB) \
============================================================
--- packages/uboot/u-boot-omap2430sdp_1.1.4.bb	fe281ead4f04210e0876f455ed429333d5f6d40d
+++ packages/uboot/u-boot-omap2430sdp_1.1.4.bb	fe281ead4f04210e0876f455ed429333d5f6d40d
@@ -0,0 +1,13 @@
+require u-boot.inc
+PR="r1"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://linux.omap.com/pub/bootloader/2430sdp/source/u-boot-SEP1106.tar.gz \
+           file://u-boot-makefile-3.81.patch;patch=1 \
+          "
+
+S = "${WORKDIR}/u-boot"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+#inherit base






More information about the Openembedded-commits mailing list