diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-02-07 14:44:28 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-02-08 14:32:29 -0700 |
commit | 9d93337bb9cd419b0ec627f4bb51cac4472ef5cf (patch) | |
tree | 0b508f4beb6d4970a63d7081b49e3dd37f6673bd /recipes-graphics/drm | |
parent | a43df6bd68253640c6808cec0d20bbfac51612e6 (diff) | |
download | meta-freescale-9d93337bb9cd419b0ec627f4bb51cac4472ef5cf.tar.gz |
libdrm: Update to 5.15.71_2.2.0
Includes:
063bd699 MGS-6873 tests/util: add imx-dcnano driver
c6cf6625 MA-20797 Update imx_drm header to enable fence support in DRM blitter API
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/drm')
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.109.imx.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.109.imx.bb b/recipes-graphics/drm/libdrm_2.4.109.imx.bb index ff00b728..5edc0611 100644 --- a/recipes-graphics/drm/libdrm_2.4.109.imx.bb +++ b/recipes-graphics/drm/libdrm_2.4.109.imx.bb | |||
@@ -11,9 +11,9 @@ PROVIDES = "drm" | |||
11 | DEPENDS = "libpthread-stubs" | 11 | DEPENDS = "libpthread-stubs" |
12 | 12 | ||
13 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" | 13 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" |
14 | IMX_LIBDRM_SRC ?= "git://source.codeaurora.org/external/imx/libdrm-imx.git;protocol=https;nobranch=1" | 14 | IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https;nobranch=1" |
15 | SRCBRANCH ?= "libdrm-imx-2.4.109" | 15 | SRCBRANCH ?= "libdrm-imx-2.4.109" |
16 | SRCREV = "93c9a82bdf31ea055d45cb54ce57cd42e22c90ae" | 16 | SRCREV = "063bd699054866852ae182d2b31d4d3e7eae4f03" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | DEFAULT_PREFERENCE = "-1" | 19 | DEFAULT_PREFERENCE = "-1" |