diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-24 08:37:17 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-24 08:37:17 +0200 |
| commit | a3b48d3291c64c87a0eb206e7672ca73f69c67ed (patch) | |
| tree | 7ef20fa002b35ecffe3478e14c1c6e0a708b0373 /classes | |
| parent | d22be342df4b3d0238d8c069372214d058329546 (diff) | |
| download | meta-ti-a3b48d3291c64c87a0eb206e7672ca73f69c67ed.tar.gz | |
sdcard_image bbclass: reinstate uEnv.txt copying
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/sdcard_image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass index 0c9f4574..4ebc9986 100644 --- a/classes/sdcard_image.bbclass +++ b/classes/sdcard_image.bbclass | |||
| @@ -93,7 +93,7 @@ IMAGE_CMD_sdimg () { | |||
| 93 | suffix=bin | 93 | suffix=bin |
| 94 | fi | 94 | fi |
| 95 | 95 | ||
| 96 | #cp -v ${IMAGE_ROOTFS}/boot/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 | cp -v ${IMAGE_ROOTFS}/boot/user.txt ${WORKDIR}/tmp-mnt-boot || true |
| 98 | 98 | ||
| 99 | if [ -e ${IMAGE_ROOTFS}/boot/u-boot.$suffix ] ; then | 99 | if [ -e ${IMAGE_ROOTFS}/boot/u-boot.$suffix ] ; then |
