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:
Gabriel Valcazar 2021-12-28 14:40:10 +01:00
parent 93a4bd0086
commit cea6ef12c3
1 changed files with 3 additions and 0 deletions

View File

@ -60,3 +60,6 @@ toolchain_create_sdk_dey_version[vardepsexclude] = "DATETIME"
# Add dependency for read-only signed rootfs
#
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"