diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-20 11:22:10 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-20 11:22:10 +0000 |
commit | 23197dac93c69e68c34e7e841c76d9446a73c0a5 (patch) | |
tree | ecec6ac16eaa540f6c835f5fc4954e8f9b445a62 /linux | |
parent | 0dfa5592b3539373c90233cb0ac95a89f398eafa (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/10/20 13:21:46+02:00 (none)!br1
nylon: create srec and binary images
BKrev: 41764a623sVTPZScFwewXMRK6Bzq2w
Diffstat (limited to 'linux')
-rw-r--r-- | linux/linux-mtx-1_2.4.24.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/linux-mtx-1_2.4.24.oe b/linux/linux-mtx-1_2.4.24.oe index cfaa3012f9..f8adc67c75 100644 --- a/linux/linux-mtx-1_2.4.24.oe +++ b/linux/linux-mtx-1_2.4.24.oe @@ -38,7 +38,9 @@ FILES_kernel += " /tmp" do_deploy() { install -d ${DEPLOY_DIR}/images - install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.srec + install -m 0644 arch/mips/zboot/images/mtx-1.flash.bin ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.flash.bin + install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.flash.srec + install -m 0644 arch/mips/zboot/images/mtx-1.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.ram.srec } do_deploy[dirs] = "${S}" |