diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-22 14:58:23 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-22 14:58:23 +0200 |
| commit | 6743f427e7fccf9c5f5a262d982da339f69582cf (patch) | |
| tree | ef9b769f8da5216622230410c69baf140d42939b /classes | |
| parent | 6d6f71ce38414bfa178ce5ffe3331d85e2730dce (diff) | |
| download | meta-ti-6743f427e7fccf9c5f5a262d982da339f69582cf.tar.gz | |
sdcard image bbclass: don't copy uEnv.txt for the time being
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/sdcard_image.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass index 1570d37b..0c9f4574 100644 --- a/classes/sdcard_image.bbclass +++ b/classes/sdcard_image.bbclass | |||
| @@ -93,7 +93,8 @@ IMAGE_CMD_sdimg () { | |||
| 93 | suffix=bin | 93 | suffix=bin |
| 94 | fi | 94 | fi |
| 95 | 95 | ||
| 96 | cp -v ${IMAGE_ROOTFS}/boot/{user.txt,uEnv.txt} ${WORKDIR}/tmp-mnt-boot || true | 96 | #cp -v ${IMAGE_ROOTFS}/boot/uEnv.txt ${WORKDIR}/tmp-mnt-boot || true |
| 97 | cp -v ${IMAGE_ROOTFS}/boot/user.txt ${WORKDIR}/tmp-mnt-boot || true | ||
| 97 | 98 | ||
| 98 | if [ -e ${IMAGE_ROOTFS}/boot/u-boot.$suffix ] ; then | 99 | if [ -e ${IMAGE_ROOTFS}/boot/u-boot.$suffix ] ; then |
| 99 | cp -v ${IMAGE_ROOTFS}/boot/{u-boot.$suffix} ${WORKDIR}/tmp-mnt-boot || true | 100 | cp -v ${IMAGE_ROOTFS}/boot/{u-boot.$suffix} ${WORKDIR}/tmp-mnt-boot || true |
