diff options
-rw-r--r-- | conf/machine/include/imx-base.inc | 6 | ||||
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.109.imx.bb (renamed from recipes-graphics/drm/libdrm_2.4.107.imx.bb) | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index c3c1604f..46726f53 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -425,9 +425,9 @@ PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ?= "1.22.imx" | |||
425 | PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ?= "1.22.imx" | 425 | PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ?= "1.22.imx" |
426 | 426 | ||
427 | # Use i.MX libdrm Version | 427 | # Use i.MX libdrm Version |
428 | PREFERRED_VERSION_libdrm:mx6-nxp-bsp ?= "2.4.107.imx" | 428 | PREFERRED_VERSION_libdrm:mx6-nxp-bsp ?= "2.4.109.imx" |
429 | PREFERRED_VERSION_libdrm:mx7-nxp-bsp ?= "2.4.107.imx" | 429 | PREFERRED_VERSION_libdrm:mx7-nxp-bsp ?= "2.4.109.imx" |
430 | PREFERRED_VERSION_libdrm:mx8-nxp-bsp ?= "2.4.107.imx" | 430 | PREFERRED_VERSION_libdrm:mx8-nxp-bsp ?= "2.4.109.imx" |
431 | 431 | ||
432 | # Use i.MX optee Version | 432 | # Use i.MX optee Version |
433 | PREFERRED_VERSION_optee-os:mx8-nxp-bsp ?= "3.15.0.imx" | 433 | PREFERRED_VERSION_optee-os:mx8-nxp-bsp ?= "3.15.0.imx" |
diff --git a/recipes-graphics/drm/libdrm_2.4.107.imx.bb b/recipes-graphics/drm/libdrm_2.4.109.imx.bb index b732e82a..6a9ab254 100644 --- a/recipes-graphics/drm/libdrm_2.4.107.imx.bb +++ b/recipes-graphics/drm/libdrm_2.4.109.imx.bb | |||
@@ -11,10 +11,9 @@ PROVIDES = "drm" | |||
11 | DEPENDS = "libpthread-stubs" | 11 | DEPENDS = "libpthread-stubs" |
12 | 12 | ||
13 | IMX_LIBDRM_SRC ?= "git://source.codeaurora.org/external/imx/libdrm-imx.git;protocol=https;nobranch=1" | 13 | IMX_LIBDRM_SRC ?= "git://source.codeaurora.org/external/imx/libdrm-imx.git;protocol=https;nobranch=1" |
14 | IMX_LIBDRM_BRANCH ?= "libdrm-imx-2.4.107" | 14 | SRCBRANCH ?= "libdrm-imx-2.4.109" |
15 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${IMX_LIBDRM_BRANCH} \ | 15 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" |
16 | file://0001-meson-add-libdrm-vivante-to-the-meson-meta-data.patch " | 16 | SRCREV = "1d943abb1fccc350a129950d2690948f64503bb7" |
17 | SRCREV = "a7316e7d67b7708f40ffe469858dae07f14fe21a" | ||
18 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
19 | 18 | ||
20 | DEFAULT_PREFERENCE = "-1" | 19 | DEFAULT_PREFERENCE = "-1" |