From 4402447bb482368c5ddc663e5cc280e1e51aeb43 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 8 Nov 2011 13:34:12 +0100 Subject: [PATCH] sdcard_image bbclass: reinstate vfat copy of uImage Signed-off-by: Koen Kooi --- classes/sdcard_image.bbclass | 1 + 1 file changed, 1 insertion(+) 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 () { cp -v ${IMAGE_ROOTFS}/boot/uEnv.txt ${WORKDIR}/tmp-mnt-boot || true cp -v ${IMAGE_ROOTFS}/boot/user.txt ${WORKDIR}/tmp-mnt-boot || true + cp -v ${IMAGE_ROOTFS}/boot/uImage ${WORKDIR}/tmp-mnt-boot || true if [ -e ${IMAGE_ROOTFS}/boot/u-boot.$suffix ] ; then cp -v ${IMAGE_ROOTFS}/boot/{u-boot.$suffix} ${WORKDIR}/tmp-mnt-boot || true