Once we have DRM enabled for 335x, we can use it everywhere. Now 335x defaults to fbdev, so it's safer to use fbdev for now, as DRM provides fbdev emulation anyway.
On Thu, Jul 24, 2014 at 06:36:58PM +0000, Cooper Jr., Franklin wrote: > I don't know too much details about Weston but is there a reason to disable > DRM Weston for all machines when some may be able to use DRM? > > > -----Original Message----- > > From: [email protected] [mailto:meta-arago- > > [email protected]] On Behalf Of Denys Dmytriyenko > > Sent: Friday, July 18, 2014 2:52 PM > > To: [email protected] > > Subject: [meta-arago] [PATCH 07/11] arago.conf: enable Qt5 by default, > > disable DRM for Weston > > > > From: Denys Dmytriyenko <[email protected]> > > > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > --- > > meta-arago-distro/conf/distro/arago.conf | 6 ++++-- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago- > > distro/conf/distro/arago.conf > > index def7a42..2686264 100644 > > --- a/meta-arago-distro/conf/distro/arago.conf > > +++ b/meta-arago-distro/conf/distro/arago.conf > > @@ -1,3 +1,5 @@ > > +QT_PROVIDER = "qt5" > > + > > # Name and version of the distribution > > DISTRO_NAME = "Arago" > > DISTRO_VERSION = "2014.06" > > @@ -20,8 +22,8 @@ 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 to enable Wayland and Weston - > > DISTRO_FEATURES += "opengl" > > -PACKAGECONFIG_pn-weston = "kms fbdev" > > +DISTRO_FEATURES += "opengl pam" > > +PACKAGECONFIG_pn-weston = "fbdev launch" > > > > # Configure Qt5 flags (GLES is still required for qtdeclarative and > > qtwebkit) > > PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb" > > -- > > 2.0.0 > > > > _______________________________________________ > > 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
