summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-02-07 14:44:28 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-08 21:44:20 +0000
commit374cac567108ccf66a9233367f21dd63a06a5235 (patch)
tree42c8c8f719aa5062d3bba020fb428f6aecbac020
parent7a524b8ff878943730cd4bdcac9d931c603df923 (diff)
downloadmeta-freescale-374cac567108ccf66a9233367f21dd63a06a5235.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> (cherry picked from commit 9d93337bb9cd419b0ec627f4bb51cac4472ef5cf)
-rw-r--r--recipes-graphics/drm/libdrm_2.4.109.imx.bb4
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"
11DEPENDS = "libpthread-stubs" 11DEPENDS = "libpthread-stubs"
12 12
13SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" 13SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}"
14IMX_LIBDRM_SRC ?= "git://source.codeaurora.org/external/imx/libdrm-imx.git;protocol=https;nobranch=1" 14IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https;nobranch=1"
15SRCBRANCH ?= "libdrm-imx-2.4.109" 15SRCBRANCH ?= "libdrm-imx-2.4.109"
16SRCREV = "93c9a82bdf31ea055d45cb54ce57cd42e22c90ae" 16SRCREV = "063bd699054866852ae182d2b31d4d3e7eae4f03"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19DEFAULT_PREFERENCE = "-1" 19DEFAULT_PREFERENCE = "-1"