From 8cb3bada3afde9290afa29201d55ca9e1d9e1774 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 3 Feb 2025 17:26:41 +0100 Subject: [PATCH] freescale: imx-gpu-viv: don't install kernel-module-imx-gpu-viv For i.MX platforms with a GPU, we already enable its driver as built-in in the kernel, so there's no need to install the external version of the driver. This removes one of the dependencies with the linux-imx repo, the other one being linux-imx-headers. Signed-off-by: Gabriel Valcazar --- .../imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch32.bbappend | 4 ++-- .../imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch64.bbappend | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch64.bbappend diff --git a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch32.bbappend b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch32.bbappend index adbce3419..fc740f3aa 100644 --- a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch32.bbappend +++ b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch32.bbappend @@ -1,5 +1,5 @@ -# Copyright (C) 2023,2024, Digi International Inc. +# Copyright (C) 2023-2025, Digi International Inc. # 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" +RRECOMMENDS:libgal-imx:remove = "kernel-module-imx-gpu-viv" diff --git a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch64.bbappend b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch64.bbappend new file mode 100644 index 000000000..37c384c5c --- /dev/null +++ b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch64.bbappend @@ -0,0 +1,5 @@ +# Copyright (C) 2025, Digi International Inc. + +# We configure imx-gpu-viv driver as built-in, so there's no need to install +# the module. +RRECOMMENDS:libgal-imx:remove = "kernel-module-imx-gpu-viv"