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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2025-02-03 17:26:41 +01:00
parent 654df8bd50
commit 8cb3bada3a
2 changed files with 7 additions and 2 deletions

View File

@ -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"

View File

@ -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"