1
0
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:
Koen Kooi
2011-11-04 13:10:55 +01:00
parent 32baba2ef4
commit 6ce2516808

View File

@@ -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