mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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
This commit is contained in:
@@ -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}; \
|
||||
|
||||
Reference in New Issue
Block a user