mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
sdcard_image bbclass: fix payload logic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -109,7 +109,7 @@ IMAGE_CMD_sdimg () {
|
||||
if [ -n ${FATPAYLOAD} ] ; then
|
||||
echo "Copying payload into VFAT"
|
||||
for entry in ${FATPAYLOAD} ; do
|
||||
cp -av $entry ${WORKDIR}/tmp-mnt-boot
|
||||
cp -av ${IMAGE_ROOTFS}$entry ${WORKDIR}/tmp-mnt-boot
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user