From 417ba9c6aaad7ad10bb9208265ff6602ca210f56 Mon Sep 17 00:00:00 2001 From: Gerard Salvatella Date: Mon, 15 Apr 2019 16:30:44 +0200 Subject: weston: rename bbappend to adhere to compatible versions only The patches included in the weston bbappend are only compatible with 1.x versions of weston. Rename the file so that it only applies to such versions. NOTE: how these patches should be ported (if at all) to modern versions of weston is out of the scope of this commit. Additional patching could be needed when building weston >= 2.0 with drm backend. Signed-off-by: Gerard Salvatella --- recipes-graphics/wayland/weston_%.bbappend | 12 ------------ recipes-graphics/wayland/weston_1.%.bbappend | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 recipes-graphics/wayland/weston_%.bbappend create mode 100644 recipes-graphics/wayland/weston_1.%.bbappend diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend deleted file mode 100644 index a5c01b1..0000000 --- a/recipes-graphics/wayland/weston_%.bbappend +++ /dev/null @@ -1,12 +0,0 @@ -FILESEXTRAPATHS_prepend_tegra124m := "${THISDIR}/files:" - -PACKAGE_ARCH_tegra124m = "${MACHINE_ARCH}" - -COMPATIBLE_MACHINE_tegra124m = "(apalis-tk1-mainline)" - -SRC_URI_append_tegra124m = "\ - file://0001-compositor-drm-Add-new-gbm-struct-to-allow-for-a-sep.patch \ - file://0002-compositor-drm-Add-support-for-Tegra-Jetson-TK1.patch \ - file://0003-Add-glFinish-to-DRM-backend-to-avoid-tearing.patch \ - file://0004-use-name-based-detection-of-display-and-render-nodes.patch \ -" diff --git a/recipes-graphics/wayland/weston_1.%.bbappend b/recipes-graphics/wayland/weston_1.%.bbappend new file mode 100644 index 0000000..a5c01b1 --- /dev/null +++ b/recipes-graphics/wayland/weston_1.%.bbappend @@ -0,0 +1,12 @@ +FILESEXTRAPATHS_prepend_tegra124m := "${THISDIR}/files:" + +PACKAGE_ARCH_tegra124m = "${MACHINE_ARCH}" + +COMPATIBLE_MACHINE_tegra124m = "(apalis-tk1-mainline)" + +SRC_URI_append_tegra124m = "\ + file://0001-compositor-drm-Add-new-gbm-struct-to-allow-for-a-sep.patch \ + file://0002-compositor-drm-Add-support-for-Tegra-Jetson-TK1.patch \ + file://0003-Add-glFinish-to-DRM-backend-to-avoid-tearing.patch \ + file://0004-use-name-based-detection-of-display-and-render-nodes.patch \ +" -- cgit v1.2.3