From cea6ef12c3760d68d4d96b6c32d308c503404620 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 28 Dec 2021 14:40:10 +0100 Subject: [PATCH] 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 --- meta-digi-dey/classes/dey-image.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-dey/classes/dey-image.bbclass b/meta-digi-dey/classes/dey-image.bbclass index e4bbea96a..b703eb3b5 100644 --- a/meta-digi-dey/classes/dey-image.bbclass +++ b/meta-digi-dey/classes/dey-image.bbclass @@ -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"