diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2018-01-05 15:39:42 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-07 15:38:39 +0100 |
commit | 2fdb1db6c3d529d499295f9150ac32b81997f0d8 (patch) | |
tree | b07b01c71dbee61bb00aba91bc9ad2fff0a6c298 | |
parent | 86571c582b27d5330200ba663e9090bdff777c3e (diff) | |
download | buildroot-2fdb1db6c3d529d499295f9150ac32b81997f0d8.tar.gz buildroot-2fdb1db6c3d529d499295f9150ac32b81997f0d8.zip |
imx-vpu: bump to version 5.4.37
Changelog:
- Integrate bug fixes
This patch is based on the following Yocto commit:
https://github.com/Freescale/meta-freescale/commit/b33b15e1
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/freescale-imx/imx-vpu/imx-vpu.hash | 2 | ||||
-rw-r--r-- | package/freescale-imx/imx-vpu/imx-vpu.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/freescale-imx/imx-vpu/imx-vpu.hash b/package/freescale-imx/imx-vpu/imx-vpu.hash index b3d617ded9..0ac0f3d0c2 100644 --- a/package/freescale-imx/imx-vpu/imx-vpu.hash +++ b/package/freescale-imx/imx-vpu/imx-vpu.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 e1d6550426dfc59e4fd0352f1d312ea7eff5dcf18974f923ed7a85007cb40e27 imx-vpu-5.4.35.bin +sha256 ee265e88d17c7369bd9cb917e7cce035b8c7ee2ba4491645fdab9f382f54beb0 imx-vpu-5.4.37.bin diff --git a/package/freescale-imx/imx-vpu/imx-vpu.mk b/package/freescale-imx/imx-vpu/imx-vpu.mk index 0b464d854d..e3a1ee661d 100644 --- a/package/freescale-imx/imx-vpu/imx-vpu.mk +++ b/package/freescale-imx/imx-vpu/imx-vpu.mk @@ -4,7 +4,7 @@ # ################################################################################ -IMX_VPU_VERSION = 5.4.35 +IMX_VPU_VERSION = 5.4.37 IMX_VPU_SITE = $(FREESCALE_IMX_SITE) IMX_VPU_SOURCE = imx-vpu-$(IMX_VPU_VERSION).bin |