Changeset 499


Ignore:
Timestamp:
01/04/07 15:06:29 (6 years ago)
Author:
laforge
Message:
  • use correct name in uImage
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oe/packages/linux/linux-gta01_2.6.17.14.bb

    r181 r499  
    9090        rm -f linux.bin.gz 
    9191        gzip -9 linux.bin 
    92         uboot-mkimage -A arm -O linux -T kernel -C gzip -a 30008000 -e 30008000 -n "Kernel Image QT2410" -d linux.bin.gz ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${MACHINE}-${DATETIME}.bin 
     92        uboot-mkimage -A arm -O linux -T kernel -C gzip -a 30008000 -e 30008000 -n "OpenMoko Kernel Image Neo1973(GTA01)" -d linux.bin.gz ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${MACHINE}-${DATETIME}.bin 
    9393        rm -f linux.bin.gz 
    9494} 
Note: See TracChangeset for help on using the changeset viewer.