aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mtx-2_2.4.27.bb
diff options
context:
space:
mode:
authorMartin Dietze <di@fh-wedel.de>2009-05-19 15:54:14 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-19 15:54:17 +0200
commit9f026f95ef802e993fd4b65c03ee85a4b4601421 (patch)
treea3f1d587ab40947864c292df2f1ab1adb2f6d136 /recipes/linux/linux-mtx-2_2.4.27.bb
parent7ef692efa306973b2a204cfc227d872cd1bee69c (diff)
downloadopenembedded-9f026f95ef802e993fd4b65c03ee85a4b4601421.tar.gz
linux-mtx 2.6.27: updates
Diffstat (limited to 'recipes/linux/linux-mtx-2_2.4.27.bb')
-rw-r--r--recipes/linux/linux-mtx-2_2.4.27.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/linux/linux-mtx-2_2.4.27.bb b/recipes/linux/linux-mtx-2_2.4.27.bb
index 66ce06c6ca..5b26903ec0 100644
--- a/recipes/linux/linux-mtx-2_2.4.27.bb
+++ b/recipes/linux/linux-mtx-2_2.4.27.bb
@@ -86,8 +86,8 @@ fi
FILES_kernel += " /tmp"
do_deploy() {
- install -d ${DEPLOY_DIR}/images
- install -m 0644 arch/mips/zboot/images/mtx-2.flash.bin ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.flash.bin
- install -m 0644 arch/mips/zboot/images/mtx-2.flash.srec ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.flash.srec
- install -m 0644 arch/mips/zboot/images/mtx-2.srec ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.ram.srec
+ install -d 0755 ${DEPLOY_DIR_IMAGE}
+ install -m 0644 arch/mips/zboot/images/mtx-2.flash.bin ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_NAME}.flash.bin
+ install -m 0644 arch/mips/zboot/images/mtx-2.flash.srec ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_NAME}.flash.srec
+ install -m 0644 arch/mips/zboot/images/mtx-2.srec ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_NAME}.ram.srec
}