r2638 - in trunk/oe/packages: . initscripts uboot

mickey at sita.openmoko.org mickey at sita.openmoko.org
Sun Aug 5 08:47:31 CEST 2007


Author: mickey
Date: 2007-08-05 08:47:30 +0200 (Sun, 05 Aug 2007)
New Revision: 2638

Added:
   trunk/oe/packages/initscripts/oe-sync
   trunk/oe/packages/uboot/oe-sync
Modified:
   trunk/oe/packages/oe-to-verify
   trunk/oe/packages/uboot/uboot-gta01_svn.bb
Log:
oe/uboot: resync w/ OE
FYI: In OpenEmbedded, uboot-gta01 has just been renamed uboot-openmoko (by me)


Added: trunk/oe/packages/initscripts/oe-sync
===================================================================

Modified: trunk/oe/packages/oe-to-verify
===================================================================
--- trunk/oe/packages/oe-to-verify	2007-08-04 21:18:11 UTC (rev 2637)
+++ trunk/oe/packages/oe-to-verify	2007-08-05 06:47:30 UTC (rev 2638)
@@ -1,4 +1,2 @@
-initscripts
 linux
 x11-c-locale
-

Added: trunk/oe/packages/uboot/oe-sync
===================================================================

Modified: trunk/oe/packages/uboot/uboot-gta01_svn.bb
===================================================================
--- trunk/oe/packages/uboot/uboot-gta01_svn.bb	2007-08-04 21:18:11 UTC (rev 2637)
+++ trunk/oe/packages/uboot/uboot-gta01_svn.bb	2007-08-05 06:47:30 UTC (rev 2638)
@@ -4,23 +4,24 @@
 SECTION = "bootloader"
 PRIORITY = "optional"
 PV = "1.2.0+svn${SRCDATE}"
-PR = "r11"
+PR = "r12"
 
 PROVIDES = "virtual/bootloader"
 S = "${WORKDIR}/git"
 
-SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git \
+SRC_URI = "\
+           git://www.denx.de/git/u-boot.git/;protocol=git \
            svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \
-	   file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \
-	  "
+           file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \
+"
 
 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 TARGET_LDFLAGS = ""
 UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8 qt2410 gta02v1"
 
 do_quilt() {
-        mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av
-        rm -Rf patches .pc
+  mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av
+  rm -Rf patches .pc
 }
 
 do_svnrev() {
@@ -65,10 +66,10 @@
 	for mach in ${UBOOT_MACHINES}
 	do
 		install ${S}/u-boot_${mach}.bin \
-		    ${DEPLOY_DIR_IMAGE}/u-boot-${mach}-${PR}.bin
+		    ${DEPLOY_DIR_IMAGE}/u-boot-${mach}-${PV}-${PR}.bin
 		if [ -f ${S}/lowlevel_foo_${mach}.bin ]; then
 			install ${S}/lowlevel_foo_${mach}.bin \
-			    ${DEPLOY_DIR_IMAGE}/lowlevel_foo-${mach}-${PR}.bin
+			    ${DEPLOY_DIR_IMAGE}/lowlevel_foo-${mach}-${PV}-${PR}.bin
 		fi
 	done
 	install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/uboot-mkimage





More information about the commitlog mailing list