summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-20 14:41:36 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-20 14:41:36 +0000
commitf845355741e3e370d3243da17cec75dc46108823 (patch)
tree79af97040b6065f49cf1c0adfc62bded6a2add25 /meta
parentafc5aa3bd61273470645efd2ce877b7ae9a1738d (diff)
downloadpoky-f845355741e3e370d3243da17cec75dc46108823.tar.gz
em-x270.conf: Correct kernel name inside the updater package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3835 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/em-x270.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/em-x270.conf b/meta/conf/machine/em-x270.conf
index a95b0129a8..36d3ad80e8 100644
--- a/meta/conf/machine/em-x270.conf
+++ b/meta/conf/machine/em-x270.conf
@@ -28,7 +28,7 @@ IMAGE_CMD_jffs2 = " \
28 -e 0x20000 -p; \ 28 -e 0x20000 -p; \
29 mkdir -p ${WORKDIR}/img; \ 29 mkdir -p ${WORKDIR}/img; \
30 mkdir -p ${WORKDIR}/kern-img/; \ 30 mkdir -p ${WORKDIR}/kern-img/; \
31 install -m 0644 `readlink -f ${DEPLOY_DIR_IMAGE}/uImage-em-x270.bin` ${WORKDIR}/kern-img/; \ 31 install -m 0644 `readlink -f ${DEPLOY_DIR_IMAGE}/uImage-em-x270.bin` ${WORKDIR}/kern-img/uImage; \
32 mkfs.jffs2 --root=${WORKDIR}/kern-img/ --eraseblock=0x20000 --pad \ 32 mkfs.jffs2 --root=${WORKDIR}/kern-img/ --eraseblock=0x20000 --pad \
33 --no-cleanmarkers --faketime --output=${WORKDIR}/img/em-x270-kernel.jffs2; \ 33 --no-cleanmarkers --faketime --output=${WORKDIR}/img/em-x270-kernel.jffs2; \
34 cd ${DEPLOY_DIR_IMAGE}; \ 34 cd ${DEPLOY_DIR_IMAGE}; \