All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-arago@arago-project.org
Subject: [master][PATCH] weston: update customizations to 2.0.0
Date: Thu,  2 Mar 2017 14:17:00 -0500	[thread overview]
Message-ID: <1488482220-77911-1-git-send-email-denis@denix.org> (raw)

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



             reply	other threads:[~2017-03-02 19:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-02 19:17 Denys Dmytriyenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-02 19:16 [master][PATCH] weston: update customizations to 2.0.0 Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488482220-77911-1-git-send-email-denis@denix.org \
    --to=denis@denix.org \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.