diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-07-29 13:14:24 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-07-29 21:21:08 +0000 |
| commit | daa53e8f2acf694b47ce8a6538e4fc2073db5247 (patch) | |
| tree | 8b64856bcb7362de891cd14c008f6f97d5e373ca /conf | |
| parent | baa6f9cb8f6cc8040fd1208836cf733535f2da55 (diff) | |
| download | meta-freescale-daa53e8f2acf694b47ce8a6538e4fc2073db5247.tar.gz | |
imx6qdlsabre*.conf: Fix u-boot-imx-mfgtool compile error
Building u-boot-imx-mfgtool for i.MX 6 SABRE, NXP BSP, fails:
```
| cp: cannot stat '/.../tmp/work/imx6qdlsabresd-fsl-linux-gnueabi/u-boot-imx-mfgtool/2022.04-r0/build/mx6qsabresd_defconfig/u-boot.imx': No such file or directory
```
The failure is because the target `all` is being used. For NXP BSP, the
correct target is `u-boot.imx`.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 4c5cd39ba8573e8956e00ff2d270487c88c276a2)
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/imx6qdlsabreauto.conf | 2 | ||||
| -rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf index 1bc786045..16a061e51 100644 --- a/conf/machine/imx6qdlsabreauto.conf +++ b/conf/machine/imx6qdlsabreauto.conf | |||
| @@ -45,6 +45,8 @@ UBOOT_CONFIG:pn-u-boot-imx ??= " \ | |||
| 45 | " | 45 | " |
| 46 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" | 46 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" |
| 47 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" | 47 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" |
| 48 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" | ||
| 49 | UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" | ||
| 48 | 50 | ||
| 49 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" | 51 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" |
| 50 | UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" | 52 | UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" |
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf index 787a2006a..62ad478ef 100644 --- a/conf/machine/imx6qdlsabresd.conf +++ b/conf/machine/imx6qdlsabresd.conf | |||
| @@ -54,6 +54,8 @@ UBOOT_CONFIG:pn-u-boot-imx ??= " \ | |||
| 54 | " | 54 | " |
| 55 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" | 55 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" |
| 56 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" | 56 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" |
| 57 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" | ||
| 58 | UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" | ||
| 57 | 59 | ||
| 58 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" | 60 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" |
| 59 | UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" | 61 | UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" |
