From ff402ae4bfb6b80b2312a6fcd6c0638673e2c053 Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Mon, 24 Aug 2020 11:07:12 +0200 Subject: kernel-module-imx-gpu-viv+fslc: Update to version 6.4.0.p2.4-based This includes the following changes: $ git log --oneline --no-decorate bc26dac..f2e8483 f2e8483 Merge tag 'upstream/6.4.0.p2.4' c39bdc8 Import 6.4.0.p2.4 original version c2c0d01 Merge tag 'upstream/6.4.0.p2.2' 131de3c Import 6.4.0.p2.2 original version Signed-off-by: Gary Bisson --- .../kernel-module-imx-gpu-viv_6.4.0.p2.0+fslc.bb | 20 -------------------- .../kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.0+fslc.bb create mode 100644 recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.0+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.0+fslc.bb deleted file mode 100644 index af435413..00000000 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.0+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 = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" - -PV .= "+git${SRCPV}" - -SRCREV = "bc26daca3f330f1f037e5387d9219e135455a303" -SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https" - -S = "${WORKDIR}/git" - -inherit module - -KERNEL_MODULE_AUTOLOAD = "galcore" -COMPATIBLE_MACHINE = "(imx)" diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb new file mode 100644 index 00000000..af0b2d60 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+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 = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" + +PV .= "+git${SRCPV}" + +SRCREV = "f2e8483fbda59bf2482f77efb0804c014848f749" +SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https" + +S = "${WORKDIR}/git" + +inherit module + +KERNEL_MODULE_AUTOLOAD = "galcore" +COMPATIBLE_MACHINE = "(imx)" -- cgit v1.2.3-54-g00ecf