From: Marcin Juszkiewicz Date: Thu, 8 Nov 2007 08:52:48 +0000 (+0000) Subject: em-x270: do not assume where mtd-utils are installed X-Git-Tag: Release-2010-05/1~8445^2^2~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=278131ed21930c2a8a67b8f8e61ae90732580039;p=openembedded.git em-x270: do not assume where mtd-utils are installed --- 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}; \