Changeset 2638
- Timestamp:
- 08/05/07 08:47:30 (6 years ago)
- Location:
- trunk/oe/packages
- Files:
-
- 2 added
- 2 edited
-
initscripts/oe-sync (added)
-
oe-to-verify (modified) (1 diff)
-
uboot/oe-sync (added)
-
uboot/uboot-gta01_svn.bb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/oe/packages/oe-to-verify
r2369 r2638 1 initscripts2 1 linux 3 2 x11-c-locale 4 -
trunk/oe/packages/uboot/uboot-gta01_svn.bb
r2373 r2638 5 5 PRIORITY = "optional" 6 6 PV = "1.2.0+svn${SRCDATE}" 7 PR = "r1 1"7 PR = "r12" 8 8 9 9 PROVIDES = "virtual/bootloader" 10 10 S = "${WORKDIR}/git" 11 11 12 SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git \ 12 SRC_URI = "\ 13 git://www.denx.de/git/u-boot.git/;protocol=git \ 13 14 svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \ 14 file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \15 "15 file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \ 16 " 16 17 17 18 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" … … 20 21 21 22 do_quilt() { 22 mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av23 rm -Rf patches .pc23 mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av 24 rm -Rf patches .pc 24 25 } 25 26 … … 66 67 do 67 68 install ${S}/u-boot_${mach}.bin \ 68 ${DEPLOY_DIR_IMAGE}/u-boot-${mach}-${P R}.bin69 ${DEPLOY_DIR_IMAGE}/u-boot-${mach}-${PV}-${PR}.bin 69 70 if [ -f ${S}/lowlevel_foo_${mach}.bin ]; then 70 71 install ${S}/lowlevel_foo_${mach}.bin \ 71 ${DEPLOY_DIR_IMAGE}/lowlevel_foo-${mach}-${P R}.bin72 ${DEPLOY_DIR_IMAGE}/lowlevel_foo-${mach}-${PV}-${PR}.bin 72 73 fi 73 74 done
Note: See TracChangeset
for help on using the changeset viewer.
