From: "Franklin S. Cooper Jr" <fcooper@ti.com>
To: <meta-arago@arago-project.org>
Cc: "Franklin S. Cooper Jr" <fcooper@ti.com>
Subject: [PATCH 6/8] weston: Move distro specific changes to meta-arago-distro
Date: Tue, 19 Aug 2014 11:45:50 -0500 [thread overview]
Message-ID: <1408466752-4458-6-git-send-email-fcooper@ti.com> (raw)
In-Reply-To: <1408466752-4458-1-git-send-email-fcooper@ti.com>
From: "Franklin S. Cooper Jr" <fcooper@ti.com>
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
.../wayland/weston}/wayland_env.sh | 1 +
.../recipes-graphics/wayland/weston_1.4.0.bbappend | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
rename {meta-arago-extras/recipes-graphics/wayland/files => meta-arago-distro/recipes-graphics/wayland/weston}/wayland_env.sh (80%)
rename {meta-arago-extras => meta-arago-distro}/recipes-graphics/wayland/weston_1.4.0.bbappend (88%)
diff --git a/meta-arago-extras/recipes-graphics/wayland/files/wayland_env.sh b/meta-arago-distro/recipes-graphics/wayland/weston/wayland_env.sh
similarity index 80%
rename from meta-arago-extras/recipes-graphics/wayland/files/wayland_env.sh
rename to meta-arago-distro/recipes-graphics/wayland/weston/wayland_env.sh
index 201e264..788024f 100644
--- a/meta-arago-extras/recipes-graphics/wayland/files/wayland_env.sh
+++ b/meta-arago-distro/recipes-graphics/wayland/weston/wayland_env.sh
@@ -2,5 +2,6 @@
### Wayland Environment Variables ###
+export XDG_CONFIG_HOME=/etc/
export XDG_RUNTIME_DIR=/run/user/root
export WAYLAND_DISPLAY=wayland-0
diff --git a/meta-arago-extras/recipes-graphics/wayland/weston_1.4.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend
similarity index 88%
rename from meta-arago-extras/recipes-graphics/wayland/weston_1.4.0.bbappend
rename to meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend
index 5b499ba..e62cfa3 100644
--- a/meta-arago-extras/recipes-graphics/wayland/weston_1.4.0.bbappend
+++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend
@@ -1,9 +1,9 @@
+PR_append = "-arago2"
+
# 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"
-PR_append = "-arago1"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://wayland_env.sh"
--
1.7.9.5
next prev parent reply other threads:[~2014-08-19 16:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-19 16:45 [PATCH 1/8] libevdev: Add libdevdev which is a dependency for libinput Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 2/8] libinput: Add new library which is a optional dependency for Weston Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 3/8] weston: Pull in Weston 1.5.0 from oe-core master Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 4/8] wayland: Pull in wayland " Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 5/8] wayland/weston: Switch from tarball to git Franklin S. Cooper Jr
2014-08-19 16:45 ` Franklin S. Cooper Jr [this message]
2014-08-19 16:45 ` [PATCH 7/8] weston: Update commit used for weston 1.5.0 Franklin S. Cooper Jr
2014-08-19 16:45 ` [PATCH 8/8] wayland: Updated commit for Wayland 1.5.0 Franklin S. Cooper Jr
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=1408466752-4458-6-git-send-email-fcooper@ti.com \
--to=fcooper@ti.com \
--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.