[oe-commits] org.oe.dev u-boot_1.2.0: Merge in linkstationppc

nail commit openembedded-commits at lists.openembedded.org
Tue Apr 10 22:06:18 UTC 2007


u-boot_1.2.0: Merge in linkstationppc

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 3480600c7509ea8b3d83667dd8b433c8c4c2c750
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3480600c7509ea8b3d83667dd8b433c8c4c2c750
Files:
1
packages/uboot/u-boot_1.2.0.bb
Diffs:

#
# mt diff -r675889c3727661d8459fe22cf325b5868ac0633e -r3480600c7509ea8b3d83667dd8b433c8c4c2c750
#
# 
# 
# patch "packages/uboot/u-boot_1.2.0.bb"
#  from [e6b29fb854fb48d52abcebd1b45d6a4389342287]
#    to [e5d9b8862bb6e6f2a9ff91b095ffe49a3153efc0]
# 
============================================================
--- packages/uboot/u-boot_1.2.0.bb	e6b29fb854fb48d52abcebd1b45d6a4389342287
+++ packages/uboot/u-boot_1.2.0.bb	e5d9b8862bb6e6f2a9ff91b095ffe49a3153efc0
@@ -1,9 +1,25 @@ require u-boot.inc
 require u-boot.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.2.0.tar.bz2 \
 	"
-SRC_URI_append_turbostation = "file://uboot-qnap.diff;patch=1"
+SRC_URI_append_turbostation = "file://qnap.diff;patch=1"
 
+SRC_URI_append_lsppchg = "file://u-boot-kurobox.patch;patch=1 \
+			  file://u-boot-kurobox-fdt.patch;patch=1 \
+			  file://defconfig_lsppchg"
+
+SRC_URI_append_lsppchd = "file://u-boot-kurobox.patch;patch=1 \ 
+                          file://u-boot-kurobox-fdt.patch;patch=1 \ 
+                          file://defconfig_lsppchg"
+
+do_compile_prepend_lsppchg () {
+        cp ${WORKDIR}/defconfig_lsppchg ${S}/include/configs/linkstation.h
+}
+
+do_compile_prepend_lsppchd () {
+        cp ${WORKDIR}/defconfig_lsppchd ${S}/include/configs/linkstation.h
+}
+
 PACKAGE_ARCH = "${MACHINE_ARCH}"






More information about the Openembedded-commits mailing list