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: [PATCH 3/4] arago.conf: Include wayland in DISTRO_FEATURES by default.
Date: Thu, 12 Mar 2015 10:00:14 -0400 [thread overview]
Message-ID: <20150312140014.GD24885@edge> (raw)
In-Reply-To: <A2A3AF03-C549-41C8-B3A8-21E46E7BA19C@ti.com>
Actually, it may be a good idea to adopt "screen" MACHINE_FEATURE globally for
all things graphics (qt, sgx, wayland, etc.) - as currently we do it on
per-machine/soc basis...
On Thu, Mar 12, 2015 at 01:20:14PM +0000, Cooper Jr., Franklin wrote:
> Honestly there is nothing technically wrong with depending on the screen but
> I feel that it should be removed from this patchset.
>
> As of now the machines that doesn't have the screen machine feature set
> already avoids all the packagegroups that would end up Wayland and Weston.
>
> If we want to universally pull in graphical packages based on the screen
> machine feature then I think it would make sense to do it then when it is
> actually going to do something.
>
>
>
>
> > On Mar 12, 2015, at 7:56 AM, Stiffler, Jacob <j-stiffler@ti.com> wrote:
> >
> > * This is done conditional depending if 'screen' is a MACHINE_FEATURE.
> >
> > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > ---
> > meta-arago-distro/conf/distro/arago.conf | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> > index 338d41b..1c14e6f 100644
> > --- a/meta-arago-distro/conf/distro/arago.conf
> > +++ b/meta-arago-distro/conf/distro/arago.conf
> > @@ -22,7 +22,7 @@ NO32LIBS = "0"
> > DISTRO_FEATURES = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g ipv4 ipv6 pulseaudio ${DISTRO_FEATURES_LIBC}"
> >
> > # Set additional distro features
> > -DISTRO_FEATURES += "pam"
> > +DISTRO_FEATURES += "pam ${@base_contains('MACHINE_FEATURES', 'screen', 'wayland', '', d)}"
> >
> > # Set preferred Qt version
> > QT_PROVIDER ?= "qt5"
> > --
> > 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 14:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-12 12:55 [PATCH 0/4] Implment the wayland DISTRO_FEATURE Jacob Stiffler
2015-03-12 12:55 ` [PATCH 1/4] packagegroup-*: Include wayland/weston if specified in DISTRO_FEATURES Jacob Stiffler
2015-03-12 12:55 ` [PATCH 2/4] qtbase: Use DISTRO_FEATURES to set appropriate qpa Jacob Stiffler
2015-03-12 13:55 ` Denys Dmytriyenko
2015-03-12 13:58 ` Stiffler, Jacob
2015-03-12 14:13 ` Denys Dmytriyenko
2015-03-12 12:55 ` [PATCH 3/4] arago.conf: Include wayland in DISTRO_FEATURES by default Jacob Stiffler
2015-03-12 13:20 ` Cooper Jr., Franklin
2015-03-12 13:24 ` Cooper Jr., Franklin
2015-03-12 14:00 ` Denys Dmytriyenko [this message]
2015-03-12 12:55 ` [PATCH 4/4] branding-processor-sdk: Add processor-sdk brand Jacob Stiffler
2015-03-12 13:56 ` Denys Dmytriyenko
2015-03-12 14:00 ` Stiffler, Jacob
2015-03-12 14:20 ` Denys Dmytriyenko
2015-03-12 14:25 ` Stiffler, Jacob
2015-03-12 14:30 ` Denys Dmytriyenko
2015-03-12 17:29 ` Stiffler, Jacob
2015-03-12 17:34 ` 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=20150312140014.GD24885@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.