Changeset 2638


Ignore:
Timestamp:
08/05/07 08:47:30 (6 years ago)
Author:
mickey
Message:

oe/uboot: resync w/ OE
FYI: In OpenEmbedded?, uboot-gta01 has just been renamed uboot-openmoko (by me)

Location:
trunk/oe/packages
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/oe/packages/oe-to-verify

    r2369 r2638  
    1 initscripts 
    21linux 
    32x11-c-locale 
    4  
  • trunk/oe/packages/uboot/uboot-gta01_svn.bb

    r2373 r2638  
    55PRIORITY = "optional" 
    66PV = "1.2.0+svn${SRCDATE}" 
    7 PR = "r11" 
     7PR = "r12" 
    88 
    99PROVIDES = "virtual/bootloader" 
    1010S = "${WORKDIR}/git" 
    1111 
    12 SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git \ 
     12SRC_URI = "\ 
     13           git://www.denx.de/git/u-boot.git/;protocol=git \ 
    1314           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" 
    1617 
    1718EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" 
     
    2021 
    2122do_quilt() { 
    22         mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av 
    23         rm -Rf patches .pc 
     23  mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av 
     24  rm -Rf patches .pc 
    2425} 
    2526 
     
    6667        do 
    6768                install ${S}/u-boot_${mach}.bin \ 
    68                     ${DEPLOY_DIR_IMAGE}/u-boot-${mach}-${PR}.bin 
     69                    ${DEPLOY_DIR_IMAGE}/u-boot-${mach}-${PV}-${PR}.bin 
    6970                if [ -f ${S}/lowlevel_foo_${mach}.bin ]; then 
    7071                        install ${S}/lowlevel_foo_${mach}.bin \ 
    71                             ${DEPLOY_DIR_IMAGE}/lowlevel_foo-${mach}-${PR}.bin 
     72                            ${DEPLOY_DIR_IMAGE}/lowlevel_foo-${mach}-${PV}-${PR}.bin 
    7273                fi 
    7374        done 
Note: See TracChangeset for help on using the changeset viewer.