[oe-commits] org.oe.dev packages/linux/linux-magicbox_2.6.19.2.bb: Add TARGET_VENDOR to the

ifaistos commit openembedded-commits at lists.openembedded.org
Wed May 23 17:04:22 UTC 2007


packages/linux/linux-magicbox_2.6.19.2.bb: Add TARGET_VENDOR to the 
objcopy so that it supports distro's that use. It should make no 
difference is TARGET_VENDOR is not set 
it

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 8180f586439e0306ca125c0052e630932bd7b2f9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8180f586439e0306ca125c0052e630932bd7b2f9
Files:
1
packages/linux/linux-magicbox_2.6.19.2.bb
Diffs:

#
# mt diff -r4b692176f2614ff201d20cd6b291b46b81fe3db3 -r8180f586439e0306ca125c0052e630932bd7b2f9
#
# 
# 
# patch "packages/linux/linux-magicbox_2.6.19.2.bb"
#  from [50b660ee853c1bab59898c62292255e06437f470]
#    to [13f580e11d09d60a8467960d6129428aefbbfbf3]
# 
============================================================
--- packages/linux/linux-magicbox_2.6.19.2.bb	50b660ee853c1bab59898c62292255e06437f470
+++ packages/linux/linux-magicbox_2.6.19.2.bb	13f580e11d09d60a8467960d6129428aefbbfbf3
@@ -1,7 +1,7 @@ LICENSE = "GPL"
 SECTION = "kernel"
 DESCRIPTION = "Linux kernel for Magicbox ver 1.1 and 2.0 router boards"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 DEPENDS = "u-boot"
 
 COMPATIBLE_MACHINE = "magicbox"
@@ -89,7 +89,7 @@ do_install_append () {
         install -d  ${DEPLOY_DIR}/images
         install -m 0755 arch/ppc/boot/images/zImage.elf ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.elf
         install -m 0755 vmlinux ${DEPLOY_DIR}/images/
-        powerpc-${TARGET_OS}-objcopy -O binary -R .note -R .comment -S ${DEPLOY_DIR}/images/vmlinux ${DEPLOY_DIR}/images/linux.bin
+        powerpc${TARGET_VENDOR}-${TARGET_OS}-objcopy -O binary -R .note -R .comment -S ${DEPLOY_DIR}/images/vmlinux ${DEPLOY_DIR}/images/linux.bin
         gzip -f -9 ${DEPLOY_DIR}/images/linux.bin
         cp -a ${DEPLOY_DIR}/images/linux.bin.gz ${DEPLOY_DIR}/images/linux-${PV}-${MACHINE}-${DATETIME}.bin.gz        
         mkimage -A ppc -O linux -T kernel -C gzip -a 00000000 -e 00000000 -n "magicbox"-${PV} \






More information about the Openembedded-commits mailing list