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:
parent
654df8bd50
commit
8cb3bada3a
|
|
@ -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
|
# We configure imx-gpu-viv driver as built-in, so there's no need to install
|
||||||
# the module.
|
# the module.
|
||||||
RRECOMMENDS:libgal-imx:remove:ccimx6 = "kernel-module-imx-gpu-viv"
|
RRECOMMENDS:libgal-imx:remove = "kernel-module-imx-gpu-viv"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue