From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [RFC v2 1/4] arago-prefs: Add WAYLAND_SUPPORT flag.
Date: Wed, 11 Mar 2015 23:27:00 -0400 [thread overview]
Message-ID: <20150312032700.GH23587@edge> (raw)
In-Reply-To: <131AB128-3D66-4FD9-A2BE-94D1EABE7F6B@ti.com>
Yeah, we are going to do distro feature per macghine/soc anyway for things
like java/x11, so it's not a big issue...
On Wed, Mar 11, 2015 at 10:57:05PM -0400, Cooper Jr., Franklin wrote:
> Not including Wayland should only occur for 335x and 437x. AM57x should
> still include Wayland.
>
> If it is possible to filter things out based on machines/socs then I guess
> using that approach is fine. However distro features seem like it should be
> generic and not alter based on the soc.
>
> But since X11 is set via distro features then it would make sense for
> Wayland/Weston do the same. The soc specific changes makes it a bit messy...
>
>
> > On Mar 11, 2015, at 9:02 PM, Dmytriyenko, Denys <denys@ti.com> wrote:
> >
> >> On Thu, Mar 05, 2015 at 01:31:40PM -0500, Jacob Stiffler wrote:
> >> * Default to "1" if QT_PROVIDER is not "qt4e".
> >>
> >> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >> ---
> >> .../conf/distro/include/arago-prefs.inc | 2 ++
> >> 1 file changed, 2 insertions(+)
> >>
> >> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >> index e689f8b..a566437 100644
> >> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >> @@ -28,6 +28,8 @@ PREFERRED_PROVIDER_virtual/gettext = "gettext"
> >> ARAGO_QT_PROVIDER = "${@base_conditional('QT_PROVIDER','qt5','',base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d),d)}"
> >> PREFERRED_PROVIDER_qt4-embedded = "${ARAGO_QT_PROVIDER}"
> >>
> >> +WAYLAND_SUPPORT ?= "${@base_conditional('QT_PROVIDER', 'qt4e', '0', '1', d)}"
> >
> > So, as I mentioned on the call today, we should use "wayland"
> > in DISTRO_FEATURES instead:
> >
> > ${@base_contains('DISTRO_FEATURES', 'wayland', 'deps-for-wayland', 'deps-for-eglfs', d)}
> >
> >
> >> PREFERRED_VERSION_qt4-embedded = "4.8.5"
> >> PREFERRED_VERSION_qt4-native = "4.8.5"
> >> PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.5"
> >> --
> >> 1.7.9.5
> >>
> >> _______________________________________________
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2015-03-12 3:27 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-05 18:31 [RFC v2 0/4] Add WAYLAND_SUPPORT flag Jacob Stiffler
2015-03-05 18:31 ` [RFC v2 1/4] arago-prefs: " Jacob Stiffler
2015-03-12 2:02 ` Denys Dmytriyenko
2015-03-12 2:57 ` Cooper Jr., Franklin
2015-03-12 3:27 ` Denys Dmytriyenko [this message]
2015-03-12 11:41 ` Stiffler, Jacob
2015-03-05 18:31 ` [RFC v2 2/4] packagegroups: Implement " Jacob Stiffler
2015-03-05 18:31 ` [RFC v2 3/4] qtbase: Set qpa based in " Jacob Stiffler
2015-03-05 18:31 ` [RFC v2 4/4] branding-processor-sdk: Add processor-sdk brand Jacob Stiffler
2015-03-05 18:43 ` [RFC v2 0/4] Add WAYLAND_SUPPORT flag Cooper Jr., Franklin
2015-03-05 18:44 ` Cooper Jr., Franklin
2015-03-05 18:55 ` Stiffler, Jacob
2015-03-05 18:56 ` Cooper Jr., Franklin
2015-03-05 18:58 ` Denys Dmytriyenko
2015-03-05 19:00 ` Stiffler, Jacob
2015-03-05 19:07 ` Cooper Jr., Franklin
2015-03-05 19:16 ` Denys Dmytriyenko
2015-03-05 19:29 ` Cooper Jr., Franklin
2015-03-09 19:41 ` Cooper Jr., Franklin
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=20150312032700.GH23587@edge \
--to=denys@ti.com \
--cc=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.