From a4fdb4074644bda09b46490163886065b4c00aab Mon Sep 17 00:00:00 2001 From: Mihai Lindner Date: Mon, 16 Dec 2019 13:53:19 +0200 Subject: [PATCH] weston: Upgrade to 6.0.1.imx Signed-off-by: Mihai Lindner --- conf/machine/include/imx-base.inc | 4 +--- .../wayland/{weston_5.0.0.imx.bb => weston_6.0.1.imx.bb} | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) rename recipes-graphics/wayland/{weston_5.0.0.imx.bb => weston_6.0.1.imx.bb} (98%) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 5810253c..96cd4ec6 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -254,9 +254,7 @@ PREFERRED_PROVIDER_virtual/libgles2_imxgpu3d ?= "imx-gpu-viv" PREFERRED_PROVIDER_virtual/libg2d ?= "imx-gpu-g2d" PREFERRED_PROVIDER_virtual/libg2d_imxdpu ?= "imx-dpu-g2d" -PREFERRED_VERSION_weston_mx6 ?= "5.0.0.imx" -PREFERRED_VERSION_weston_mx7 ?= "5.0.0.imx" -PREFERRED_VERSION_weston_mx8 ?= "5.0.0.imx" +PREFERRED_VERSION_weston_imx ?= "6.0.1.imx" PREFERRED_VERSION_wayland-protocols_mx6 ?= "1.17.imx" PREFERRED_VERSION_wayland-protocols_mx7 ?= "1.17.imx" diff --git a/recipes-graphics/wayland/weston_5.0.0.imx.bb b/recipes-graphics/wayland/weston_6.0.1.imx.bb similarity index 98% rename from recipes-graphics/wayland/weston_5.0.0.imx.bb rename to recipes-graphics/wayland/weston_6.0.1.imx.bb index a7778b41..a8d11196 100644 --- a/recipes-graphics/wayland/weston_5.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_6.0.1.imx.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ DEFAULT_PREFERENCE = "-1" -SRCBRANCH = "weston-imx-5.0" +SRCBRANCH = "weston-imx-6.0.1" SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ file://weston.png \ file://weston.desktop \ @@ -16,7 +16,7 @@ SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=http file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ file://0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch \ " -SRCREV = "fb563901657b296c7c7c86d26602a622429e334f" +SRCREV = "4ee0a1da010053b35495e82ad30aa5a8b1c34e6c" S = "${WORKDIR}/git" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" @@ -38,6 +38,7 @@ WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}" EXTRA_OECONF = "--enable-setuid-install \ --disable-rdp-compositor \ + --enable-autotools \ " EXTRA_OECONF_append_qemux86 = " \ WESTON_NATIVE_BACKEND=fbdev-backend.so \ -- 2.40.1