diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-21 13:20:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 13:20:58 -0300 |
| commit | f378a2bea47ad4efd9bb9ba58f7d1b40fe3599e4 (patch) | |
| tree | 478b723fa4c1e407a20e3342b66b47475016a83b | |
| parent | 1e3e3e43212640869eee3e54329b1ea79dd76ee8 (diff) | |
| parent | 6b7c39e76dcee3413fd411bfce0e58c668467ae0 (diff) | |
| download | meta-freescale-f378a2bea47ad4efd9bb9ba58f7d1b40fe3599e4.tar.gz | |
Merge pull request #2289 from OSSystems/topic/libdrm
Update libdrm to 2.4.123.imx
| -rw-r--r-- | conf/machine/include/imx-base.inc | 2 | ||||
| -rw-r--r-- | recipes-graphics/drm/libdrm_2.4.123.imx.bb (renamed from recipes-graphics/drm/libdrm_2.4.116.imx.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 44361c5c6..d033c6ba6 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -597,7 +597,7 @@ PREFERRED_VERSION_wayland-protocols:imx-nxp-bsp ??= "1.37.imx" | |||
| 597 | PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "23.2.5.imx" | 597 | PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "23.2.5.imx" |
| 598 | 598 | ||
| 599 | # Use i.MX libdrm Version | 599 | # Use i.MX libdrm Version |
| 600 | PREFERRED_VERSION_libdrm:imx-nxp-bsp ??= "2.4.116.imx" | 600 | PREFERRED_VERSION_libdrm:imx-nxp-bsp ??= "2.4.123.imx" |
| 601 | 601 | ||
| 602 | PREFERRED_VERSION_spirv-headers:imxvulkan ??= "1.3.275.0.imx" | 602 | PREFERRED_VERSION_spirv-headers:imxvulkan ??= "1.3.275.0.imx" |
| 603 | PREFERRED_VERSION_spirv-tools:imxvulkan ??= "1.3.275.0.imx" | 603 | PREFERRED_VERSION_spirv-tools:imxvulkan ??= "1.3.275.0.imx" |
diff --git a/recipes-graphics/drm/libdrm_2.4.116.imx.bb b/recipes-graphics/drm/libdrm_2.4.123.imx.bb index ff23f35f3..81b97782e 100644 --- a/recipes-graphics/drm/libdrm_2.4.116.imx.bb +++ b/recipes-graphics/drm/libdrm_2.4.123.imx.bb | |||
| @@ -13,8 +13,8 @@ DEPENDS = "libpthread-stubs" | |||
| 13 | 13 | ||
| 14 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" | 14 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" |
| 15 | IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https" | 15 | IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https" |
| 16 | SRCBRANCH = "libdrm-imx-2.4.116" | 16 | SRCBRANCH = "libdrm-imx-2.4.123" |
| 17 | SRCREV = "2f1797674f94572ae8c365c8cbffb0263337ed57" | 17 | SRCREV = "c7c4953161a0f8f2cc7bee70284bf3263c9cfcf5" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
