diff options
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 |