summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorBruno Randolf <br1@subnet.at>2004-12-22 13:40:51 +0000
committerBruno Randolf <br1@subnet.at>2004-12-22 13:40:51 +0000
commit19e74722f3b3631481e38033a111d6284cb793b4 (patch)
treee1ecbef076a8a21c0f04f8538093922e1c752d42 /packages/linux
parent654c1abd2f86214cc5cc7bf2407952f3647cad2d (diff)
Merge http://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/oe/openembedded 2004/12/22 14:40:19+01:00 (none)!br1 nylon: better image names BKrev: 41c97963CwJwl09o746HOLNjwaETGg
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-mtx-1_2.4.27.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux-mtx-1_2.4.27.bb b/packages/linux/linux-mtx-1_2.4.27.bb
index 98b59b71bf..35930986e5 100644
--- a/packages/linux/linux-mtx-1_2.4.27.bb
+++ b/packages/linux/linux-mtx-1_2.4.27.bb
@@ -57,9 +57,9 @@ FILES_kernel += " /tmp"
do_deploy() {
install -d ${DEPLOY_DIR}/images
- install -m 0644 arch/mips/zboot/images/mtx-1.flash.bin ${DEPLOY_DIR}/images/kernel-${KV}-${MACHINE}-${DATETIME}.flash.bin
- install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/kernel-${KV}-${MACHINE}-${DATETIME}.flash.srec
- install -m 0644 arch/mips/zboot/images/mtx-1.srec ${DEPLOY_DIR}/images/kernel-${KV}-${MACHINE}-${DATETIME}.ram.srec
+ install -m 0644 arch/mips/zboot/images/mtx-1.flash.bin ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.flash.bin
+ install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.flash.srec
+ install -m 0644 arch/mips/zboot/images/mtx-1.srec ${DEPLOY_DIR}/images/${KERNEL_IMAGE_NAME}.ram.srec
}
do_deploy[dirs] = "${S}"