diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-08 13:34:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-08 13:34:12 +0100 |
commit | 4402447bb482368c5ddc663e5cc280e1e51aeb43 (patch) | |
tree | 998cf42192f1ba08e9446c25f70f0fef3cc13f8f /classes | |
parent | 116a42e5048e0c6d70bd0901cd1e3e956aab7d55 (diff) | |
download | meta-ti-4402447bb482368c5ddc663e5cc280e1e51aeb43.tar.gz |
sdcard_image bbclass: reinstate vfat copy of uImage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sdcard_image.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass index 1f8b2d76..f7251f50 100644 --- a/classes/sdcard_image.bbclass +++ b/classes/sdcard_image.bbclass | |||
@@ -102,6 +102,7 @@ IMAGE_CMD_sdimg () { | |||
102 | 102 | ||
103 | cp -v ${IMAGE_ROOTFS}/boot/uEnv.txt ${WORKDIR}/tmp-mnt-boot || true | 103 | cp -v ${IMAGE_ROOTFS}/boot/uEnv.txt ${WORKDIR}/tmp-mnt-boot || true |
104 | cp -v ${IMAGE_ROOTFS}/boot/user.txt ${WORKDIR}/tmp-mnt-boot || true | 104 | cp -v ${IMAGE_ROOTFS}/boot/user.txt ${WORKDIR}/tmp-mnt-boot || true |
105 | cp -v ${IMAGE_ROOTFS}/boot/uImage ${WORKDIR}/tmp-mnt-boot || true | ||
105 | 106 | ||
106 | if [ -e ${IMAGE_ROOTFS}/boot/u-boot.$suffix ] ; then | 107 | if [ -e ${IMAGE_ROOTFS}/boot/u-boot.$suffix ] ; then |
107 | cp -v ${IMAGE_ROOTFS}/boot/{u-boot.$suffix} ${WORKDIR}/tmp-mnt-boot || true | 108 | cp -v ${IMAGE_ROOTFS}/boot/{u-boot.$suffix} ${WORKDIR}/tmp-mnt-boot || true |