Graphics driver separated to support graphics versions enabled on older kernels.
Signed-off-by: Lauren Post <[email protected]> --- .../imx-gpu-viv-kernel/imx-gpu-viv-kernel.inc | 9 +++++++++ .../imx-gpu-viv-kernel_5.0.11.p6.3.bb | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 recipes-graphics/imx-gpu-viv-kernel/imx-gpu-viv-kernel.inc create mode 100644 recipes-graphics/imx-gpu-viv-kernel/imx-gpu-viv-kernel_5.0.11.p6.3.bb diff --git a/recipes-graphics/imx-gpu-viv-kernel/imx-gpu-viv-kernel.inc b/recipes-graphics/imx-gpu-viv-kernel/imx-gpu-viv-kernel.inc new file mode 100644 index 0000000..4b1ec4c --- /dev/null +++ b/recipes-graphics/imx-gpu-viv-kernel/imx-gpu-viv-kernel.inc @@ -0,0 +1,9 @@ +SUMMARY = "Kernel loadable module for Vivante GPU" +DESCRIPTION = "Provides flexibility to switch graphics between different kernels in future \ +releases.This package uses same source code as GPU kernel driver source." +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" + +inherit module + +SRC_URI = "${FSL_MIRROR}/${PN}-${@'${PV}'.replace('5.0.11.p6.3', '5.0.11.p6.3-beta')}.tar.gz" diff --git a/recipes-graphics/imx-gpu-viv-kernel/imx-gpu-viv-kernel_5.0.11.p6.3.bb b/recipes-graphics/imx-gpu-viv-kernel/imx-gpu-viv-kernel_5.0.11.p6.3.bb new file mode 100644 index 0000000..8ebd76a --- /dev/null +++ b/recipes-graphics/imx-gpu-viv-kernel/imx-gpu-viv-kernel_5.0.11.p6.3.bb @@ -0,0 +1,8 @@ +# Copyright (C) 2015 Freescale Semiconductor + +require imx-gpu-viv-kernel.inc + +SRC_URI[md5sum] = "6d46da80de94e98ee68ab1a75f384b89" +SRC_URI[sha256sum] = "e4b02fc0c9bdbfc7ecc67a0bad0917e788921c8f2444d99bd77daae7f3cd95df" + +S="${WORKDIR}/${PN}-${@'${PV}'.replace('5.0.11.p6.3', '5.0.11.p6.3-beta')}" -- 1.7.9.5 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
