diff --git a/meta-digi-dey/classes/dey-image.bbclass b/meta-digi-dey/classes/dey-image.bbclass index ca180b916..7d17cfa14 100644 --- a/meta-digi-dey/classes/dey-image.bbclass +++ b/meta-digi-dey/classes/dey-image.bbclass @@ -62,8 +62,5 @@ toolchain_create_sdk_dey_version[vardepsexclude] = "DATETIME" # 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" - # Do not include kernel in rootfs images PACKAGE_EXCLUDE = "kernel-image-*" diff --git a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.6-aarch32.bbappend b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.6-aarch32.bbappend new file mode 100644 index 000000000..7effe3064 --- /dev/null +++ b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.6-aarch32.bbappend @@ -0,0 +1,5 @@ +# Copyright (C) 2023 Digi International + +# We configure imx-gpu-viv driver as built-in, so there's no need to install +# the module. +RRECOMMENDS:libgal-imx:remove:ccimx6 = "kernel-module-imx-gpu-viv"