|
pulseaudio without x11
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
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
|
By
Sherif Omran <sherifomran2000@...>
·
#40546
·
|
|
Re: meta-raspberrypi systemd rpi0-w bluetooth startup
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*.
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*.
|
By
Dengke Du <dengke.du@...>
·
#40545
·
|
|
Re: [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
Everything's working :-) This is the first time I've seen graphics (x11)
working with rpi3-64.
mesa-demos, directfb-examples, chromium (accelerated!), qt5...
Everything's working :-) This is the first time I've seen graphics (x11)
working with rpi3-64.
mesa-demos, directfb-examples, chromium (accelerated!), qt5...
|
By
Trevor Woerner
·
#40544
·
|
|
Re: binutils 2.29.1 ARM Thumb kernel problem
Reproducing with qemuarm would require both changing qemuarm to use a
CPU with supports Thumb2 and then changing the kernel config to build
a Thumb2 kernel. It's not going to be a trivial tweak.
Reproducing with qemuarm would require both changing qemuarm to use a
CPU with supports Thumb2 and then changing the kernel config to build
a Thumb2 kernel. It's not going to be a trivial tweak.
|
By
Andre McCurdy <armccurdy@...>
·
#40543
·
|
|
Re: binutils 2.29.1 ARM Thumb kernel problem
<celledge@...> wrote:
Thanks for bringing up this issue. Reading through the various bug
reports etc it not clear what the fix should be. Upstream binutils has
not reverted the change
<celledge@...> wrote:
Thanks for bringing up this issue. Reading through the various bug
reports etc it not clear what the fix should be. Upstream binutils has
not reverted the change
|
By
Andre McCurdy <armccurdy@...>
·
#40542
·
|
|
Re: binutils 2.29.1 ARM Thumb kernel problem
On 04/02/2018 01:15 PM, Chris Elledge wrote:
I will take a look. Can you provide a reproducer? ie qemuarm tweak??
- armin
On 04/02/2018 01:15 PM, Chris Elledge wrote:
I will take a look. Can you provide a reproducer? ie qemuarm tweak??
- armin
|
By
Armin Kuster
·
#40541
·
|
|
Re: [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
FYI: Just sent out a pull request enabling dri3 for meta-raspberrypi.
So whatever mushrooms oe-core guys are going to consume - we'll have
dri3 :)
Andreas
FYI: Just sent out a pull request enabling dri3 for meta-raspberrypi.
So whatever mushrooms oe-core guys are going to consume - we'll have
dri3 :)
Andreas
|
By
Andreas Müller
·
#40540
·
|
|
Re: [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
Hi Trevor,
Right, you shouldn't need that at all. It's unlikely to do any good.
If it does solve anything, we'd love to hear about what so we can try
to fix it, like with this one.
Right, Weston/etc
Hi Trevor,
Right, you shouldn't need that at all. It's unlikely to do any good.
If it does solve anything, we'd love to hear about what so we can try
to fix it, like with this one.
Right, Weston/etc
|
By
Daniel Stone <daniel@...>
·
#40572
·
|
|
Re: [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
Yes, this is a very nice side effect of your digging into this apparently
un-related issue! :-)
In my own layers I had a .bbappend that was copying the chromium-built
egl/gles libraries to the
Yes, this is a very nice side effect of your digging into this apparently
un-related issue! :-)
In my own layers I had a .bbappend that was copying the chromium-built
egl/gles libraries to the
|
By
Trevor Woerner
·
#40539
·
|
|
Re: [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
On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner <twoerner@...> wrote:
Removed mesa-dev - this is oe specific only.
> Even without the patch, simply adding:
>
>
On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner <twoerner@...> wrote:
Removed mesa-dev - this is oe specific only.
> Even without the patch, simply adding:
>
>
|
By
Andreas Müller
·
#40538
·
|
|
Re: [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
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
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
|
By
Trevor Woerner
·
#40537
·
|
|
Re: [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
Hi Daniel,
Just sent out patches to oe-core
* Apply your patch with dri2 modifier init
* Prefer dri3 over dri2 for x11/opengl distro features
See what happens...
Cheers
Andreas
Hi Daniel,
Just sent out patches to oe-core
* Apply your patch with dri2 modifier init
* Prefer dri3 over dri2 for x11/opengl distro features
See what happens...
Cheers
Andreas
|
By
Andreas Müller
·
#40536
·
|
|
binutils 2.29.1 ARM Thumb kernel problem
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
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
|
By
Chris Elledge
·
#40535
·
|
|
Re: Custom image type and CONVERSION_CMD images softlink problem
Some addition information.
It seems if I if I do this:
IMAGE_NAME_SUFFIX_sdimg = ""
do_image_sdimg[imgsuffix] = ""
Then all steps are completed as expected (gz created and symlink is
Some addition information.
It seems if I if I do this:
IMAGE_NAME_SUFFIX_sdimg = ""
do_image_sdimg[imgsuffix] = ""
Then all steps are completed as expected (gz created and symlink is
|
By
Mirza Krak
·
#40534
·
|
|
Re: Custom image type and CONVERSION_CMD images softlink problem
Re-send, because my initial mail got stuck for moderator approval due
to not being registered on the mailing-list with this email, I am now
and bypassing moderators :).
--
Med Vänliga Hälsningar /
Re-send, because my initial mail got stuck for moderator approval due
to not being registered on the mailing-list with this email, I am now
and bypassing moderators :).
--
Med Vänliga Hälsningar /
|
By
Mirza Krak
·
#40533
·
|
|
Yocto Project Status WW14’18
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,
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,
|
By
Jordan, Robin L <robin.l.jordan@...>
·
#40532
·
|
|
Re: [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
Thanks - I was thinking same. OE-Core enables DRI3 for x11 AND vulcan
only - and vulcan is not in my distro features (and does not make much
sense for VC4)
Added yocto mailing list to merge both
Thanks - I was thinking same. OE-Core enables DRI3 for x11 AND vulcan
only - and vulcan is not in my distro features (and does not make much
sense for VC4)
Added yocto mailing list to merge both
|
By
Andreas Müller
·
#40531
·
|
|
Re: [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately
I did already [1].
My problem was that meta-raspi-light did not enable dri3 explicitly
any more. meta-raspi-light uses more PACKAGECONFIG defaults coming
from oe-core's mesa. There was a change in
I did already [1].
My problem was that meta-raspi-light did not enable dri3 explicitly
any more. meta-raspi-light uses more PACKAGECONFIG defaults coming
from oe-core's mesa. There was a change in
|
By
Andreas Müller
·
#40530
·
|
|
ERROR: problem:package openssh-7.6p1-r0.i586 conflicts with dropbear provided by dropbear-2017.75-r0.i586
Hi,
I trying to build core-image-sato using yocto 2.5 with new package openssh.
Added openssh entry in the local.conf file as follows:
IMAGE_INSTALL_append = "openssh"
But facing some conflicts
Hi,
I trying to build core-image-sato using yocto 2.5 with new package openssh.
Added openssh entry in the local.conf file as follows:
IMAGE_INSTALL_append = "openssh"
But facing some conflicts
|
By
Aditya Tayade
·
#40571
·
|
|
QEMU package list verification
Hi ,
Please refer to my below steps to understand how OS components are included in the Qemu image for Yocto 2.5
1) Build core-image-sato for yocto 2.5 ( DISTRO_VERSION = 2.4+snapshot-20180402)
2) I
Hi ,
Please refer to my below steps to understand how OS components are included in the Qemu image for Yocto 2.5
1) Build core-image-sato for yocto 2.5 ( DISTRO_VERSION = 2.4+snapshot-20180402)
2) I
|
By
Aditya Tayade
·
#40570
·
|