diff options
-rw-r--r-- | conf/machine/include/imx-base.inc | 6 | ||||
-rw-r--r-- | recipes-graphics/wayland/wayland-protocols_1.25.imx.bb (renamed from recipes-graphics/wayland/wayland-protocols_1.22.imx.bb) | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 46726f53..dc997443 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -420,9 +420,9 @@ PREFERRED_PROVIDER_opencl-icd-loader:imxgpu ?= "imx-gpu-viv" | |||
420 | PREFERRED_VERSION_weston:imx-nxp-bsp ?= "9.0.0.imx" | 420 | PREFERRED_VERSION_weston:imx-nxp-bsp ?= "9.0.0.imx" |
421 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" | 421 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" |
422 | 422 | ||
423 | PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ?= "1.22.imx" | 423 | PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ?= "1.25.imx" |
424 | PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ?= "1.22.imx" | 424 | PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ?= "1.25.imx" |
425 | PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ?= "1.22.imx" | 425 | PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ?= "1.25.imx" |
426 | 426 | ||
427 | # Use i.MX libdrm Version | 427 | # Use i.MX libdrm Version |
428 | PREFERRED_VERSION_libdrm:mx6-nxp-bsp ?= "2.4.109.imx" | 428 | PREFERRED_VERSION_libdrm:mx6-nxp-bsp ?= "2.4.109.imx" |
diff --git a/recipes-graphics/wayland/wayland-protocols_1.22.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.25.imx.bb index 8cc2f137..be6cbdb0 100644 --- a/recipes-graphics/wayland/wayland-protocols_1.22.imx.bb +++ b/recipes-graphics/wayland/wayland-protocols_1.25.imx.bb | |||
@@ -9,11 +9,17 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ |
10 | file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" | 10 | file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" |
11 | 11 | ||
12 | SRC_URI = "git://source.codeaurora.org/external/imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.22" | 12 | SRC_URI = "git://source.codeaurora.org/external/imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.25" |
13 | SRCREV = "0f71ffe59cf4c3f050ff79ea18f96345fcf0061e" | 13 | SRCREV = "a104fb66d1b899dc04077422c2204638675ee4a6" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
17 | |||
18 | # NOTE: For i.MX drop allarch since the recipe is SOCARCH | ||
19 | #inherit meson pkgconfig allarch | ||
20 | inherit meson pkgconfig | ||
21 | |||
22 | EXTRA_OEMESON += "-Dtests=false" | ||
17 | 23 | ||
18 | PACKAGES = "${PN}" | 24 | PACKAGES = "${PN}" |
19 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" | 25 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" |