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 /conf | |
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 'conf')
-rw-r--r-- | conf/machine/mtx-1.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/mtx-1.conf b/conf/machine/mtx-1.conf index 391174733a..d2fc99b3d8 100644 --- a/conf/machine/mtx-1.conf +++ b/conf/machine/mtx-1.conf @@ -17,4 +17,7 @@ USE_DEVFS = "1" USE_VT = "0" SERIAL_CONSOLE = "115200 tts/0 vt100" -BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usb-storage kernel-module-scsi-mod kernel-module-sd-mod kernel-module-fat kernel-module-vfat kernel-module-usbnet kernel-module-mii"
\ No newline at end of file +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usb-storage kernel-module-scsi-mod kernel-module-sd-mod kernel-module-fat kernel-module-vfat kernel-module-usbnet kernel-module-mii" + +# also create a srec file +IMAGE_POSTPROCESS_COMMAND = "${TARGET_PREFIX}objcopy -O srec -I binary --adjust-vma 0xbe000000 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${type} ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.srec"
\ No newline at end of file |