summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb
diff options
context:
space:
mode:
authorVagner Nörnberg <vagner.nornberg@ossystems.com.br>2026-02-06 17:05:40 -0300
committerVagner Nörnberg <vagner.nornberg@ossystems.com.br>2026-02-20 09:56:13 -0300
commit21190779738ca13a069abf4f58b872d065c09374 (patch)
tree99124e4674829d63570a2252523e88bedd1934b4 /recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb
parent84a0e0404d7d3e2b69419c48a817f7efb0d040a5 (diff)
downloadmeta-freescale-21190779738ca13a069abf4f58b872d065c09374.tar.gz
kernel-module-imx-gpu-viv: Update metadata in the recipe to match imx
meta-imx version: walnascar-6.12.49_2.2.0 (# 2423) Signed-off-by: Vagner Nörnberg <vagner.nornberg@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb
new file mode 100644
index 000000000..dc0f2886f
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb
@@ -0,0 +1,25 @@
1# Copyright (C) 2015-2016 Freescale Semiconductor
2# Copyright (C) 2017-2025 NXP
3
4SUMMARY = "Kernel loadable module for Vivante GPU"
5DESCRIPTION = "Builds the Vivante GPU kernel driver as a loadable kernel module, \
6allowing flexibility to use a newer graphics release with an older kernel."
7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
9
10SRC_URI = "${LINUX_IMX_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=${BP}/src \
11 file://Add-makefile.patch"
12
13LINUX_IMX_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}"
14SRCBRANCH = "lf-6.12.y"
15LOCALVERSION = "-lts-${SRCBRANCH}"
16SRCREV = "807e28f65f46b131a698a4c62e2cc0b6b4682731"
17
18S = "${UNPACKDIR}/${BP}"
19
20inherit module
21
22EXTRA_OEMAKE += "CONFIG_MXC_GPU_VIV=m"
23
24KERNEL_MODULE_AUTOLOAD = "galcore"
25COMPATIBLE_MACHINE = "(imx-nxp-bsp)"