Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Wednesday, August 06, 2014 5:54 PM > To: [email protected] > Subject: [meta-arago] [PATCH 4/4] arago.conf: cleanup and document > additional package configuration > > From: Denys Dmytriyenko <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > meta-arago-distro/conf/distro/arago.conf | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago- > distro/conf/distro/arago.conf > index 4927fe9..0074b8b 100644 > --- a/meta-arago-distro/conf/distro/arago.conf > +++ b/meta-arago-distro/conf/distro/arago.conf > @@ -19,17 +19,20 @@ NO32LIBS = "0" > # Set our distro features, don't forget all the standard libc ones > 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 to enable Wayland and Weston > +# Set additional distro features > DISTRO_FEATURES += "opengl pam" > + > +# Set preferred Qt version > +QT_PROVIDER = "qt5" > + > +# Distro-specific package configuration # Weston - use fbdev compositor > +and provide launcher > PACKAGECONFIG_pn-weston = "fbdev launch" > > # Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit) > PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb" > PACKAGECONFIG_DISTRO_pn-qtbase = "icu" > > -# Set preferred Qt version > -QT_PROVIDER = "qt5" > - > # ARM9 is not supported by the Linaro toolchain so default back to the Arago > # toolchain for ARM9 based SOCs. > TC_SANE_DEFAULT := > "${@bb.utils.contains('SOC_FAMILY','omapl138','arago','linaro',d)}" > -- > 2.0.4 > > _______________________________________________ > 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
