summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-12-11 14:58:36 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-12-11 14:58:36 +0000
commite59be84f1e7dc42189f2cf51dbf92f5658ae9b9d (patch)
tree0038820ec2077896def81765f94afb8128dacd51 /packages/linux
parent0cd1e202e170f7c6f61329427122e51263cf2ca9 (diff)
parentc2decd3cc2126b77d7194e2fe6fa5f0f97df14f1 (diff)
merge of '7168bc90d12251e04fc9d38ea7a8082b002fff93'
and 'e97ced3dc091a93df4e70b2feabd08d3d70bafbc'
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-dht-walnut_2.6.12.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-dht-walnut_2.6.12.6.bb b/packages/linux/linux-dht-walnut_2.6.12.6.bb
index 15a6946331..decb5d2e5e 100644
--- a/packages/linux/linux-dht-walnut_2.6.12.6.bb
+++ b/packages/linux/linux-dht-walnut_2.6.12.6.bb
@@ -1,7 +1,7 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel for DHT-Walnut (ppc) machine"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
DEPENDS = "u-boot"
KERNEL_CCSUFFIX = "-3.4.4"
@@ -55,7 +55,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-linux-uclibc-objcopy -O binary -R .note -R .comment -S ${DEPLOY_DIR}/images/vmlinux ${DEPLOY_DIR}/images/linux.bin
+ powerpc-${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
mkimage -A ppc -O linux -T kernel -C gzip -a 0 -e 0 -n "owmnr"+${PV}+"-ppc" -d ${DEPLOY_DIR}/images/linux.bin.gz ${DEPLOY_DIR}/images/uImage-${PV}-${MACHINE}-${DATETIME}.bin
rm ${DEPLOY_DIR}/images/vmlinux