meta-raspberrypi/classes
Andrea Galbusera 093286dae8 sdcard_image-rpi: fix absolute path in vfat symlink
Fix bitbake complaining with:

ERROR: core-image-minimal-1.0-r0 do_image_complete: sstate found an absolute
path symlink [...].vfat pointing at [...].vfat. Please replace this with a
relative link.

This patch redefines SDIMG_VFAT as a file name instead of a full absolute path,
then fixing the symlink creation by pointing to a relative target. The cp
command that deploys the artifact is changed accordingly to include the
destination path.

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
2017-10-20 15:53:35 +01:00
..
linux-raspberrypi-base.bbclass Remove True option to getVar calls 2017-01-18 16:42:59 +01:00
sdcard_image-rpi.bbclass sdcard_image-rpi: fix absolute path in vfat symlink 2017-10-20 15:53:35 +01:00