summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules
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
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')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p3.2.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p3.2.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb
index 8670443db..dc0f2886f 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p3.2.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb
@@ -7,12 +7,13 @@ allowing flexibility to use a newer graphics release with an older kernel."
7LICENSE = "GPL-2.0-only" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" 8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
9 9
10SRC_URI = "${LINUX_IMX_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=${S}/src \ 10SRC_URI = "${LINUX_IMX_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=${BP}/src \
11 file://Add-makefile.patch" 11 file://Add-makefile.patch"
12
12LINUX_IMX_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" 13LINUX_IMX_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}"
13SRCBRANCH = "lf-6.12.y" 14SRCBRANCH = "lf-6.12.y"
14LOCALVERSION = "-6.12.20-2.0.0" 15LOCALVERSION = "-lts-${SRCBRANCH}"
15SRCREV = "d53b3fa8a69bef5ead825e81aa62dbdd08e1409c" 16SRCREV = "807e28f65f46b131a698a4c62e2cc0b6b4682731"
16 17
17S = "${UNPACKDIR}/${BP}" 18S = "${UNPACKDIR}/${BP}"
18 19