diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2017-07-18 14:58:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-18 23:46:51 +0200 |
commit | 11f1ec7bc0c89d6526e52aac776eb1a5c97094bb (patch) | |
tree | 637fccf62477a8eec66223620f7bde1d79aaa0aa /package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk | |
parent | cf3cd4388a652c9af27ef1c35622e2d0a55b99a9 (diff) | |
download | buildroot-11f1ec7bc0c89d6526e52aac776eb1a5c97094bb.tar.gz buildroot-11f1ec7bc0c89d6526e52aac776eb1a5c97094bb.zip |
kernel-module-imx-gpu-viv: bump revision to a05d9b23
Changelog since previous revision:
6a01dfb fix for memory leak in gc_hal_kernel_os.c
f73c35b Add support for PREEMPT_RT kernels
Also updating the help text to make sure users know this module won't
build with Mainline kernel but only with NXP forks.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk')
-rw-r--r-- | package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk b/package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk index d23213424e..6dbf9a0271 100644 --- a/package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk +++ b/package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk @@ -4,7 +4,7 @@ # ################################################################################ -KERNEL_MODULE_IMX_GPU_VIV_VERSION = bfa78b095a892705a09afe9514fc5d236b3124d2 +KERNEL_MODULE_IMX_GPU_VIV_VERSION = a05d9b23b9902f6ce87d23772de2fdb2ecfb37a7 KERNEL_MODULE_IMX_GPU_VIV_SITE = \ $(call github,Freescale,kernel-module-imx-gpu-viv,$(KERNEL_MODULE_IMX_GPU_VIV_VERSION)) KERNEL_MODULE_IMX_GPU_VIV_LICENSE = GPL-2.0 |