All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH] weston: update customizations to 2.0.0
@ 2017-03-02 19:16 Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-03-02 19:16 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../wayland/{weston-conf_1.11.1.bb => weston-conf_2.0.0.bb}               | 0
 .../wayland/{weston_1.11.1.bbappend => weston_2.0.0.bbappend}             | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-arago-distro/recipes-graphics/wayland/{weston-conf_1.11.1.bb => weston-conf_2.0.0.bb} (100%)
 rename meta-arago-distro/recipes-graphics/wayland/{weston_1.11.1.bbappend => weston_2.0.0.bbappend} (100%)

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf_1.11.1.bb b/meta-arago-distro/recipes-graphics/wayland/weston-conf_2.0.0.bb
similarity index 100%
rename from meta-arago-distro/recipes-graphics/wayland/weston-conf_1.11.1.bb
rename to meta-arago-distro/recipes-graphics/wayland/weston-conf_2.0.0.bb
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.11.1.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_2.0.0.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-graphics/wayland/weston_1.11.1.bbappend
rename to meta-arago-distro/recipes-graphics/wayland/weston_2.0.0.bbappend
-- 
2.7.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [master][PATCH] weston: update customizations to 2.0.0
@ 2017-03-02 19:17 Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-03-02 19:17 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-graphics/wayland/weston-conf_1.11.1.bb  | 21 ---------------------
 .../recipes-graphics/wayland/weston-conf_2.0.0.bb   | 21 +++++++++++++++++++++
 .../recipes-graphics/wayland/weston_1.11.1.bbappend | 20 --------------------
 .../recipes-graphics/wayland/weston_2.0.0.bbappend  | 20 ++++++++++++++++++++
 4 files changed, 41 insertions(+), 41 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-graphics/wayland/weston-conf_1.11.1.bb
 create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston-conf_2.0.0.bb
 delete mode 100644 meta-arago-distro/recipes-graphics/wayland/weston_1.11.1.bbappend
 create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston_2.0.0.bbappend

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf_1.11.1.bb b/meta-arago-distro/recipes-graphics/wayland/weston-conf_1.11.1.bb
deleted file mode 100644
index 16cac2b..0000000
--- a/meta-arago-distro/recipes-graphics/wayland/weston-conf_1.11.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "Weston configuration files"
-HOMEPAGE = "http://wayland.freedesktop.org"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-PR = "r2"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-SRC_URI = "file://wayland_env.sh \
-           file://weston.ini \
-"
-
-# Add custom Arago Wayland Environment script file
-do_install () {
-    install -d ${D}${sysconfdir}/profile.d
-    install -m 0644 ${WORKDIR}/weston.ini ${D}${sysconfdir}
-    install -m 0644 ${WORKDIR}/wayland_env.sh ${D}${sysconfdir}/profile.d/
-}
-
-FILES_${PN} += "${sysconfdir}/profile.d/* ${sysconfdir}/weston.ini"
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf_2.0.0.bb b/meta-arago-distro/recipes-graphics/wayland/weston-conf_2.0.0.bb
new file mode 100644
index 0000000..16cac2b
--- /dev/null
+++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf_2.0.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Weston configuration files"
+HOMEPAGE = "http://wayland.freedesktop.org"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+PR = "r2"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+SRC_URI = "file://wayland_env.sh \
+           file://weston.ini \
+"
+
+# Add custom Arago Wayland Environment script file
+do_install () {
+    install -d ${D}${sysconfdir}/profile.d
+    install -m 0644 ${WORKDIR}/weston.ini ${D}${sysconfdir}
+    install -m 0644 ${WORKDIR}/wayland_env.sh ${D}${sysconfdir}/profile.d/
+}
+
+FILES_${PN} += "${sysconfdir}/profile.d/* ${sysconfdir}/weston.ini"
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.11.1.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.11.1.bbappend
deleted file mode 100644
index d0691ad..0000000
--- a/meta-arago-distro/recipes-graphics/wayland/weston_1.11.1.bbappend
+++ /dev/null
@@ -1,20 +0,0 @@
-# When configured for fbdev compositor, make it the default
-PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
-PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
-
-PR_append = ".arago16"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-RDEPENDS_${PN} += "weston-conf"
-
-#SRC_URI += " \
-#	file://0001-weston1.9.0-Enabling-DRM-backend-with-multiple-displ.patch \
-#	file://0002-Weston1.9.0-Allow-visual_id-to-be-0.patch \
-#	file://0003-Weston1.9.0-Fix-virtual-keyboard-display-issue-for-Q.patch \
-#	file://0004-Weston1.9.0-Fix-touch-screen-crash-issue.patch \
-#	file://0001-udev-seat-restrict-udev-enumeration-to-card0.patch \
-#	file://0001-Add-soc-performance-monitor-utilites.patch \
-#	file://0001-compositor-drm-support-RGB565-with-pixman-renderer.patch \
-#	file://0001-compositor-drm-fix-hotplug-weston-termination-proble.patch \
-#"
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_2.0.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_2.0.0.bbappend
new file mode 100644
index 0000000..d0691ad
--- /dev/null
+++ b/meta-arago-distro/recipes-graphics/wayland/weston_2.0.0.bbappend
@@ -0,0 +1,20 @@
+# When configured for fbdev compositor, make it the default
+PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
+PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
+
+PR_append = ".arago16"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+RDEPENDS_${PN} += "weston-conf"
+
+#SRC_URI += " \
+#	file://0001-weston1.9.0-Enabling-DRM-backend-with-multiple-displ.patch \
+#	file://0002-Weston1.9.0-Allow-visual_id-to-be-0.patch \
+#	file://0003-Weston1.9.0-Fix-virtual-keyboard-display-issue-for-Q.patch \
+#	file://0004-Weston1.9.0-Fix-touch-screen-crash-issue.patch \
+#	file://0001-udev-seat-restrict-udev-enumeration-to-card0.patch \
+#	file://0001-Add-soc-performance-monitor-utilites.patch \
+#	file://0001-compositor-drm-support-RGB565-with-pixman-renderer.patch \
+#	file://0001-compositor-drm-fix-hotplug-weston-termination-proble.patch \
+#"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-02 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02 19:16 [master][PATCH] weston: update customizations to 2.0.0 Denys Dmytriyenko
2017-03-02 19:17 Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.