Changeset 2391


Ignore:
Timestamp:
07/25/07 16:39:27 (6 years ago)
Author:
stefan
Message:
  • Use ${OBJCOPY} instead of hardcoded arm-linux-objcopy. Patch from Cesar Eduardo Barros <cesarb@…> closes #647. Thanks. (This is already in OE.dev so no problem with the sync)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oe/packages/linux/linux-gta01.inc

    r2103 r2391  
    9090        install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${PR}-${MACHINE}.bin 
    9191        tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_RELEASE}-${PR}-${MACHINE}.tgz -C ${D} lib 
    92         arm-linux-objcopy -O binary -R .note -R .comment -S vmlinux linux.bin 
     92        ${OBJCOPY} -O binary -R .note -R .comment -S vmlinux linux.bin 
    9393        rm -f linux.bin.gz 
    9494        gzip -9 linux.bin 
Note: See TracChangeset for help on using the changeset viewer.