diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-12 20:43:38 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-12 20:43:38 -0300 |
commit | 06fbf0e23c8f86742ed5000f953bd7a974a061d8 (patch) | |
tree | e7275758335462f10e8d74fb5a42b2f8a9d3145e /recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.1.0.bb | |
parent | 56ba9c32d6b3029fb1c2b3fc8ea8778d62f396a8 (diff) | |
download | meta-freescale-fix/issue-1290.tar.gz |
imx6qdlsabre*: ensure UBOOT_CONFIG setting is always availablefix/issue-1290
We cannot tie the UBOOT_CONFIG setting to the U-Boot recipe otherwise if
kernel-fitimage is added in KERNEL_CLASSES, the following build errors
is raised:
,----
| Nothing PROVIDES ‘virtual/kernel’
| ...
| Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the imx6qdlsabresd machine configuration.
`----
kernel-fitimage class inherits uboot-sign which inherits
uboot-config. uboot-config class checks UBOOT_CONFIG and it is not
defined.
The fix is essentially to move the conditional for the variable
assignment instead of using the recipe override.
Fixes: #1290
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.1.0.bb')
0 files changed, 0 insertions, 0 deletions