[oe-commits] org.oe.dev packages/linux/linux-magicbox_2.6.18.6.bb : Fix a wraped-line creating an error during bb execution

ifaistos commit openembedded-commits at lists.openembedded.org
Sun Apr 29 16:04:39 UTC 2007


packages/linux/linux-magicbox_2.6.18.6.bb : Fix a wraped-line creating an error during bb execution

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

#
# mt diff -r9abdbb77652218ac43c01a1fd13f6ec329abc3b9 -r4e27e897500d2cadb0d32d0b04cd940148a35ecb
#
# 
# 
# patch "packages/linux/linux-magicbox_2.6.18.6.bb"
#  from [c26a3264a9aabb94795067a4acee27c3e3f9ef6a]
#    to [a9cfec6448adecc0291a63229893d93d6286d404]
# 
============================================================
--- packages/linux/linux-magicbox_2.6.18.6.bb	c26a3264a9aabb94795067a4acee27c3e3f9ef6a
+++ packages/linux/linux-magicbox_2.6.18.6.bb	a9cfec6448adecc0291a63229893d93d6286d404
@@ -1,7 +1,7 @@ LICENSE = "GPL"
 SECTION = "kernel"
 DESCRIPTION = "Linux kernel for Magicbox ver 1.1 and 2.0 router boards"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 #DEPENDS = "u-boot"
 
 KERNEL_CCSUFFIX = "-3.4.4"
@@ -53,8 +53,7 @@ do_install_append () {
 
 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 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
         gzip -f -9 ${DEPLOY_DIR}/images/linux.bin






More information about the Openembedded-commits mailing list