diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-03 19:13:51 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-26 14:55:29 -0300 |
commit | d2bff417fa7953303f3111731638f8c0d2336510 (patch) | |
tree | 76b52256133124a302ff9bcb844b7e77b8e209a4 /wic/imx-uboot-mxs.wks.in | |
parent | 4401cfc422d937b9e50e9197fd42933339d13439 (diff) | |
download | meta-freescale-d2bff417fa7953303f3111731638f8c0d2336510.tar.gz |
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 <otavio@ossystems.com.br>
Diffstat (limited to 'wic/imx-uboot-mxs.wks.in')
-rw-r--r-- | wic/imx-uboot-mxs.wks.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wic/imx-uboot-mxs.wks.in b/wic/imx-uboot-mxs.wks.in index 44b6f931..8d82b7b8 100644 --- a/wic/imx-uboot-mxs.wks.in +++ b/wic/imx-uboot-mxs.wks.in | |||
@@ -12,7 +12,7 @@ | |||
12 | # | | | | | 12 | # | | | | |
13 | # 0 1kiB 4MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) | 13 | # 0 1kiB 4MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) |
14 | # | 14 | # |
15 | part u-boot --source rawcopy --sourceparams="file=${IMAGE_NAME}.rootfs.uboot-mxsboot-sdcard" --ondisk mmcblk --align 1024 | 15 | part u-boot --source rawcopy --sourceparams="file=${IMAGE_LINK_NAME}.rootfs.uboot-mxsboot-sdcard" --ondisk mmcblk --align 1024 |
16 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 | 16 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 |
17 | 17 | ||
18 | bootloader --ptable msdos | 18 | bootloader --ptable msdos |