aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/em-x270.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-11-08 08:52:48 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-11-08 08:52:48 +0000
commit278131ed21930c2a8a67b8f8e61ae90732580039 (patch)
treecb30c6ce7be56dfdbc642155e29d4c680803a830 /conf/machine/em-x270.conf
parent804e6e798d8957cc980abc3da1219fc4adebe18b (diff)
downloadopenembedded-278131ed21930c2a8a67b8f8e61ae90732580039.tar.gz
em-x270: do not assume where mtd-utils are installed
Diffstat (limited to 'conf/machine/em-x270.conf')
-rw-r--r--conf/machine/em-x270.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/em-x270.conf b/conf/machine/em-x270.conf
index 95ba519d3b..3cf0a7fab2 100644
--- a/conf/machine/em-x270.conf
+++ b/conf/machine/em-x270.conf
@@ -21,10 +21,10 @@ require conf/machine/include/tune-xscale.inc
ROOT_FLASH_SIZE = "128"
IMAGE_CMD_jffs2 = " \
-/usr/sbin/mkfs.jffs2 --root=${IMAGE_ROOTFS} \
- --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
- --eraseblock=0x20000 --pad --faketime -n; \
-/usr/sbin/sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
+ mkfs.jffs2 --root=${IMAGE_ROOTFS} \
+ --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
+ --eraseblock=0x20000 --pad --faketime -n; \
+ sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
-o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
-e 0x20000 -p; \
cd ${DEPLOY_DIR_IMAGE}; \