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)
downloadopenembedded-core-contrib-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 = " \
-e 0x20000 -p; \
mkdir -p ${WORKDIR}/img; \
mkdir -p ${WORKDIR}/kern-img/; \
- install -m 0644 `readlink -f ${DEPLOY_DIR_IMAGE}/uImage-em-x270.bin` ${WORKDIR}/kern-img/; \
+ install -m 0644 `readlink -f ${DEPLOY_DIR_IMAGE}/uImage-em-x270.bin` ${WORKDIR}/kern-img/uImage; \
mkfs.jffs2 --root=${WORKDIR}/kern-img/ --eraseblock=0x20000 --pad \
--no-cleanmarkers --faketime --output=${WORKDIR}/img/em-x270-kernel.jffs2; \
cd ${DEPLOY_DIR_IMAGE}; \