mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2026-01-27 11:32:16 +01:00
imx8qxpc0mek.conf: Fix initramfs build [YOCIMX-7140]
For the following build:
```
MACHINE=imx8qxpc0mek bitbake fsl-image-mfgtool-initramfs
```
There is a failure:
```
u-boot-imx-mfgtool PROVIDES u-boot-mfgtool but was skipped: The selected UBOOT_CONFIG key ['mfgtool'] has no match in dict_keys(['sd', 'fspi']).
u-boot-fslc-mfgtool PROVIDES u-boot-mfgtool but was skipped: The selected UBOOT_CONFIG key ['mfgtool'] has no match in dict_keys(['sd', 'fspi']).
u-boot-imx-mfgtool PROVIDES u-boot-mfgtool but was skipped: The selected UBOOT_CONFIG key ['mfgtool'] has no match in dict_keys(['sd', 'fspi']).
ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-mfgtool-initramfs', 'u-boot-mfgtool']
```
The problem is `UBOOT_CONFIG[mfgtool]` is not defined for the machine.
Note that upstream does no longer require this.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 7acf9064a7)
This commit is contained in:
parent
639ed0a9ff
commit
841410158c
|
|
@ -21,3 +21,5 @@ KERNEL_DEVICETREE += " \
|
|||
freescale/imx8dx-mek-ov5640-rpmsg.dtb \
|
||||
freescale/imx8dx-mek-rpmsg.dtb \
|
||||
"
|
||||
|
||||
UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user