Also this patch really should have been the first one in your patchset. Since based on the patch order your temporarily preventing any machine from including Wayland and Weston. This patch fixes it but you generally want to avoid the issue at all.
> On Mar 12, 2015, at 8:20 AM, Cooper Jr., Franklin <[email protected]> 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 <[email protected]> wrote: >> >> * This is done conditional depending if 'screen' is a MACHINE_FEATURE. >> >> Signed-off-by: Jacob Stiffler <[email protected]> >> --- >> 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 >> [email protected] >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
