Re: [yocto] how to add pulseaudio

2018-04-02 Thread Sherif Omran
hi i used the following DISTRO_FEATURES_append += " ext2 pulseaudio pam usbhost sbc alsa-plugins ${DISTRO_FEATURES_LIBC}" PACKAGECONFIG_pulseaudio += " --with-access-group=audio --enable-bluez5 --disable-x11 --disable-systemd-daemon" IMAGE_INSTALL_append= " pulseaudio-server libpulsecore sbc pu

[yocto] pulseaudio without x11

2018-04-02 Thread Sherif Omran
I have the same issue here, where i need to run pulseaudio without x11. My setup in yocto, is a follows, it compiles fine but dbus has a problem : IMAGE_INSTALL_append= " pulseaudio-server libpulsecore sbc pulseaudio-module-bluetooth-discover pulseaudio-module-bluez5-device pulseaudio-module-bluez

Re: [yocto] meta-raspberrypi systemd rpi0-w bluetooth startup

2018-04-02 Thread Dengke Du
After some tests, I found the following appearance: 1) When I add "enable_uart=1" to the /boot/config.txt, the brcm43438.service(use /dev/ttyAMA0) can start successfully *definitely*. 2) When I remove "enable_uart=1" from the /boot/config.txt, the brcm43438.service can't start always. You c

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Trevor Woerner
On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: > On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: > > I'm re-building my rpi3-64 image to see if things are better there too under > > vc4. > You'll let me know I guess... Everything's working :-) This is the first time I've seen graph

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-02 Thread Andre McCurdy
On Mon, Apr 2, 2018 at 3:49 PM, akuster808 wrote: > On 04/02/2018 01:15 PM, Chris Elledge wrote: > > I recently upgraded my Yocto based project to Yocto 2.4.2, and I encountered > a problem when building my custom kernel for an AT91 SAMA5D3X platform. I've > been using an ARM Thumb2 kernel for a w

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-02 Thread Andre McCurdy
On Mon, Apr 2, 2018 at 1:15 PM, Chris Elledge wrote: > I recently upgraded my Yocto based project to Yocto 2.4.2, and I encountered > a problem when building my custom kernel for an AT91 SAMA5D3X platform. I've > been using an ARM Thumb2 kernel for a while successfully until this release. > It app

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-02 Thread akuster808
On 04/02/2018 01:15 PM, Chris Elledge wrote: > I recently upgraded my Yocto based project to Yocto 2.4.2, and I > encountered a problem when building my custom kernel for an AT91 > SAMA5D3X platform. I've been using an ARM Thumb2 kernel for a while > successfully until this release. It appears th

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 11:46 PM, Andreas Müller wrote: > On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: > Removed mesa-dev - this is oe specific only. >> Even without the patch, simply adding: >> >> PACKAGECONFIG_append_pn-mesa = "dri3" >> FYI: Just sent out a pull request enablin

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Trevor Woerner
On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: > > to my conf/local.conf has glmark2-es2 running, and chromium-x11 is running > > accelerated out-of-the-box (i.e. I don't have to install the egl/gles > > libraries it builds itself). > Cool - have not seen it running without issues for very

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: Removed mesa-dev - this is oe specific only. > Even without the patch, simply adding: > > PACKAGECONFIG_append_pn-mesa = "dri3" > I checked again: BOTH meta-raspi-light and meta-raspberrypi do not enable dri3 by default. Was sure to ha

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Trevor Woerner
Even without the patch, simply adding: PACKAGECONFIG_append_pn-mesa = "dri3" to my conf/local.conf has glmark2-es2 running, and chromium-x11 is running accelerated out-of-the-box (i.e. I don't have to install the egl/gles libraries it builds itself). I'm re-building my rpi3-64 image to s

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 3:05 PM, Andreas Müller wrote: > On Mon, Apr 2, 2018 at 2:42 PM, Daniel Stone wrote: >> Hi Andreas, >> >> On 31 March 2018 at 15:18, Andreas Müller wrote: >>> Thanks for prompt an VERY helpful support. I did: >>> >>> * Check my configure and found: --disable-dri3! >>> * Te

[yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-02 Thread Chris Elledge
I recently upgraded my Yocto based project to Yocto 2.4.2, and I encountered a problem when building my custom kernel for an AT91 SAMA5D3X platform. I've been using an ARM Thumb2 kernel for a while successfully until this release. It appears that the issue stems from the change to binutils version

Re: [yocto] Custom image type and CONVERSION_CMD images softlink problem

2018-04-02 Thread Mirza Krak
On 2 April 2018 at 21:29, Mirza Krak wrote: > On 29 March 2018 at 11:20, Mirza Krak wrote: >> Hi. >> >> I am working with a project that has a custom image type, "sdimg". The >> image works fine but it is when I try to apply CONVERSION_CMDs that I >> see some interesting things. >> >> The image o

Re: [yocto] Custom image type and CONVERSION_CMD images softlink problem

2018-04-02 Thread Mirza Krak
On 29 March 2018 at 11:20, Mirza Krak wrote: > Hi. > > I am working with a project that has a custom image type, "sdimg". The > image works fine but it is when I try to apply CONVERSION_CMDs that I > see some interesting things. > > The image output is: > > ${IMGDEPLOYDIR}/${IMAGE_NAME}.$suff

[yocto] Yocto Project Status WW14’18

2018-04-02 Thread Jordan, Robin L
Current Dev Position: YP 2.5 M3 final close out. Next Deadline: YP 2.5 M4 stabilization is 4/2/18 SWAT Team Rotation: SWAT lead is currently Juro. SWAT team rotation: Juro -> Paul on April 6, 2018 SWAT team rotation: Paul -> Tracy on April 13, 2018 https://wiki.yoctoproject.org/wiki/Yocto_Bui

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 2:42 PM, Daniel Stone wrote: > Hi Andreas, > > On 31 March 2018 at 15:18, Andreas Müller wrote: >> Thanks for prompt an VERY helpful support. I did: >> >> * Check my configure and found: --disable-dri3! >> * Tested your patch (with --disable-dri3) and as expected it fixes t

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 5:10 AM, Trevor Woerner wrote: > On Fri, Mar 30, 2018 at 6:45 AM, Andreas Müller > wrote: >> >> After party hangover: sddm and kde look horrible with this patch. >> Should respect linear if requested explicitly - wonder if that slows >> down horses... > > > Out of curiosity