From 5e72c3db8857a760dece1548dd793c8077b7c039 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 25 May 2023 11:09:00 -0300 Subject: kernel-module-imx-gpu-viv: 6.4.3.p4.6+fslc -> 6.4.11.p1.0+fslc Update to the version used in NXP Yocto branch langdale-6.1.1-1.0.0. Signed-off-by: Otavio Salvador --- .../kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb | 20 ++++++++++++++++++++ .../kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb delete mode 100644 recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb new file mode 100644 index 00000000..83acf000 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb @@ -0,0 +1,20 @@ +# Copyright (C) 2015-2018 O.S. Systems Software LTDA. +# Copyright (C) 2015-2016 Freescale Semiconductor + +SUMMARY = "Kernel loadable module for Vivante GPU" +DESCRIPTION = "This package uses an exact copy of the GPU kernel driver source code of \ +the same version as base and include fixes and improvements developed by FSL Community" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" + +PV .= "+git${SRCPV}" + +SRCREV = "8c864975607cf455c5e95d5313aa00e69f48d32f" +SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" + +S = "${WORKDIR}/git" + +inherit module + +KERNEL_MODULE_AUTOLOAD = "galcore" +COMPATIBLE_MACHINE = "(imx-nxp-bsp)" diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb deleted file mode 100644 index 4cec73e5..00000000 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (C) 2015-2018 O.S. Systems Software LTDA. -# Copyright (C) 2015-2016 Freescale Semiconductor - -SUMMARY = "Kernel loadable module for Vivante GPU" -DESCRIPTION = "This package uses an exact copy of the GPU kernel driver source code of \ -the same version as base and include fixes and improvements developed by FSL Community" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" - -PV .= "+git${SRCPV}" - -SRCREV = "43f9d48f2941c61cf9ed8dd923d12db7d855874e" -SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" - -S = "${WORKDIR}/git" - -inherit module - -KERNEL_MODULE_AUTOLOAD = "galcore" -COMPATIBLE_MACHINE = "(imx-nxp-bsp)" -- cgit v1.2.3-54-g00ecf