From d2bff417fa7953303f3111731638f8c0d2336510 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 3 Jul 2018 19:13:51 -0300 Subject: image_types_fsl.bbclass: Use IMAGE_LINK_NAME for mxs binaries The binary is generated as part of the image build so it should use the same naming schema to provide consistency. This also fixes the wks templates which use it. Signed-off-by: Otavio Salvador --- wic/imx-uboot-mxs-bootpart.wks.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wic/imx-uboot-mxs-bootpart.wks.in') diff --git a/wic/imx-uboot-mxs-bootpart.wks.in b/wic/imx-uboot-mxs-bootpart.wks.in index 8b5bdd48..01eb88cc 100644 --- a/wic/imx-uboot-mxs-bootpart.wks.in +++ b/wic/imx-uboot-mxs-bootpart.wks.in @@ -12,7 +12,7 @@ # | | | | # 0 1kiB 4MiB 16MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) # -part u-boot --source rawcopy --sourceparams="file=${IMAGE_NAME}.rootfs.uboot-mxsboot-sdcard" --ondisk mmcblk --align 1024 +part u-boot --source rawcopy --sourceparams="file=${IMAGE_LINK_NAME}.rootfs.uboot-mxsboot-sdcard" --ondisk mmcblk --align 1024 part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 16 part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 -- cgit v1.2.3-54-g00ecf