I meant: "out of an X-LIKE environment" ;)
On Mon, Jul 29, 2013 at 4:24 PM, Rogerio Nunes <[email protected]> wrote: > On Mon, Jul 29, 2013 at 4:12 PM, Eric Nelson > <[email protected]> wrote: >> On 07/29/2013 01:06 PM, Otavio Salvador wrote: >>> >>> On Mon, Jul 29, 2013 at 4:54 PM, Eric Nelson >>> <[email protected]> wrote: >>>> >>>> Hi Rogerio, >>>> >>>> >>>> On 07/29/2013 12:29 PM, Rogerio Nunes wrote: >>>>> >>>>> >>>>> My apologies, Eric. >>>>> >>>>> I misread your email the first time. >>>>> >>>>> I'm trying a clean build now with master-next, but I'm having dependency >>>>> issues. >>>>> As soon as I fix this I'll look into glimagesink. >>>>> >>>> I had some dependency issues as well, and I had to revert >>>> Abhijit's wayland patch (78936c1994cb2db102bd200123be976a7c051b98) >>>> to get past them. >>>> >>>> For some reason, with that patch, I was seeing the wayland version >>>> of some libraries, so configure failed on gst-plugins-gl. >>> >>> >>> You need to build the system without x11 and wayland distro features; >>> it should fix the issue. >>> >> >> I tried figuring out where/how DISTRO_FEATURES gets set, but >> kinda got lost in the structure. >> > > Wayland seems to be the default for poky: > poky/meta-yocto/conf/distro/poky.conf:DISTRO_FEATURES_append = " > largefile opengl multiarch wayland" > >> Does something need to be defined to prevent Wayland from leaking >> into the image? I certainly didn't **ask** for it... >> > > I'm not sure what to do now... as wayland is an append, even if we > overwrite the whole DISTRO_FEATURES in local.conf, poky will append > the string anyway... > It seems to me it's getting harder and harder to work with poky out of > an X environment. > >> I'm still quite the n00b, but don't see anything in my >> image file: >> >> IMAGE_FEATURES += "splash package-management ssh-server-openssh" >> >> # In case we have X11 enabled, provide a working session for use >> IMAGE_FEATURES += "${@base_contains("DISTRO_FEATURES", "x11", "x11-base", >> "", d)}" >> >> LICENSE = "MIT" >> >> inherit core-image >> >> CORE_IMAGE_EXTRA_INSTALL += " \ >> gpu-viv-bin-mx6q \ >> packagegroup-fsl-gstreamer \ >> i2c-tools \ >> iperf \ >> strace \ >> net-tools \ >> psmisc \ >> " >> _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
