hardknott: imx-gpu-viv-6: remove kernel-module-imx-gpu-viv from RRECOMMENDS
This package was originally being added via RDEPENDS, and its removal was missing when porting the newer file from NXP's meta-imx. Re-incorporate the removal to avoid including the package in our images, but do so by adding it to our images' BAD_RECOMMENDATIONS. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
93a4bd0086
commit
cea6ef12c3
|
|
@ -60,3 +60,6 @@ toolchain_create_sdk_dey_version[vardepsexclude] = "DATETIME"
|
||||||
# Add dependency for read-only signed rootfs
|
# Add dependency for read-only signed rootfs
|
||||||
#
|
#
|
||||||
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-tools-native', '', d)}"
|
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-tools-native', '', d)}"
|
||||||
|
|
||||||
|
# Remove kernel-module-imx-gpu-viv from all images
|
||||||
|
BAD_RECOMMENDATIONS += "kernel-module-imx-gpu-viv"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue