diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-04-13 21:50:29 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 10:32:45 -0300 |
commit | dc70940d22b0cf40044c4f392dbf9f7ffafbb794 (patch) | |
tree | 407b1fac27947d5b927e906fbb1e38b27220c65b | |
parent | fcb3b7452d37c189437621440f6aa68393d3e261 (diff) | |
download | meta-freescale-dc70940d22b0cf40044c4f392dbf9f7ffafbb794.tar.gz |
libdrm-imx: update component to lf-5.4.y
This update includes one commit, which introduced the support for
NV12_10LE40 format together with new HDR10 metadata required for kernel
5.4 update.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.99.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.99.imx.bb b/recipes-graphics/drm/libdrm_2.4.99.imx.bb index 18c1ce5f..dc2aa8a9 100644 --- a/recipes-graphics/drm/libdrm_2.4.99.imx.bb +++ b/recipes-graphics/drm/libdrm_2.4.99.imx.bb | |||
@@ -15,7 +15,7 @@ IMX_LIBDRM_BRANCH ?= "libdrm-imx-2.4.99" | |||
15 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${IMX_LIBDRM_BRANCH} \ | 15 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${IMX_LIBDRM_BRANCH} \ |
16 | file://musl-ioctl.patch \ | 16 | file://musl-ioctl.patch \ |
17 | file://0001-meson-add-libdrm-vivante-to-the-meson-meta-data.patch " | 17 | file://0001-meson-add-libdrm-vivante-to-the-meson-meta-data.patch " |
18 | SRCREV = "5748c8ff40f1ae87487c01e580f145a43542cbda" | 18 | SRCREV = "f421c9c8c4b8fe48d9e6ef43910e98569c94a4b2" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | DEFAULT_PREFERENCE = "-1" | 21 | DEFAULT_PREFERENCE = "-1" |