diff options
| author | Vagner Nörnberg <vagner.nornberg@ossystems.com.br> | 2026-02-06 17:05:40 -0300 |
|---|---|---|
| committer | Vagner Nörnberg <vagner.nornberg@ossystems.com.br> | 2026-02-20 09:56:13 -0300 |
| commit | 21190779738ca13a069abf4f58b872d065c09374 (patch) | |
| tree | 99124e4674829d63570a2252523e88bedd1934b4 /recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb | |
| parent | 84a0e0404d7d3e2b69419c48a817f7efb0d040a5 (diff) | |
| download | meta-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.bb | 25 |
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 | |||
| 4 | SUMMARY = "Kernel loadable module for Vivante GPU" | ||
| 5 | DESCRIPTION = "Builds the Vivante GPU kernel driver as a loadable kernel module, \ | ||
| 6 | allowing flexibility to use a newer graphics release with an older kernel." | ||
| 7 | LICENSE = "GPL-2.0-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | ||
| 9 | |||
| 10 | SRC_URI = "${LINUX_IMX_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=${BP}/src \ | ||
| 11 | file://Add-makefile.patch" | ||
| 12 | |||
| 13 | LINUX_IMX_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" | ||
| 14 | SRCBRANCH = "lf-6.12.y" | ||
| 15 | LOCALVERSION = "-lts-${SRCBRANCH}" | ||
| 16 | SRCREV = "807e28f65f46b131a698a4c62e2cc0b6b4682731" | ||
| 17 | |||
| 18 | S = "${UNPACKDIR}/${BP}" | ||
| 19 | |||
| 20 | inherit module | ||
| 21 | |||
| 22 | EXTRA_OEMAKE += "CONFIG_MXC_GPU_VIV=m" | ||
| 23 | |||
| 24 | KERNEL_MODULE_AUTOLOAD = "galcore" | ||
| 25 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | ||
