Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-20 Thread Rudolf J Streif
Khem, Yes, the 32-bit image (raspberrypi3 machine) works. :rjs On 5/19/19 9:11 AM, Khem Raj wrote: On Sat, May 18, 2019 at 11:02 PM Rudolf Streif mailto:rudolf.str...@ibeeto.com>> wrote: Thanks, Khem. 64 bit, raspberrypi3-64 machine with vc4graphics. Please try 32bit we only have

Re: [yocto] [sumo] [PATCH v2] systemd: fix musl compilation

2019-05-20 Thread Sinan Kaya
On 4/11/2019 1:34 AM, Sinan Kaya wrote: +akuster On 4/10/2019 3:38 PM, Sinan Kaya wrote: musl compilation has been broken since systemd: fix CVE-2018-6954. Fixing this by placing #ifdef for glob definition. Signed-off-by: Sinan Kaya ---   .../systemd/0002-Make-tmpfiles-safe.patch | 88

Re: [yocto] Using a native tool from another recipe

2019-05-20 Thread Khem Raj
On Mon, May 13, 2019 at 11:17 PM Gabriele Zampieri wrote: > > Hi Khem, > > what do you mean with "build bpkg as a native recipe"? I though that the > DEPENDS = "build2-native" will achieve this task. Thanks to pointing out the > hosttool option. yes DEPENDS = "build2-native" should have added

Re: [yocto] /etc/limits with openssh

2019-05-20 Thread Khem Raj
On 5/14/19 7:47 AM, Daniel Ammann wrote: Hi I am trying to restrict non-privileged users from using up too many resources. I added "* U100" to /etc/limits. If the user logs in using the serial console, it works. If the user logs in using openssh, the limits are not applied. How do I make

Re: [yocto] ntp recipe not able to install few packages in the rootfs

2019-05-20 Thread Khem Raj
On 5/14/19 2:42 AM, Pandey, Kamal wrote: Hi I was trying to add ntp package to my image, I used the meta-networking layer for the recipe and added the ntp package to my custom image.bb recipe. After compiling I can see multiple packages in package-split directory of the working directory of

[yocto] BSP for TI's c28x

2019-05-20 Thread Alexandre Freire da Silva Osorio
Hi, Please, does anyone know about any BSP available for the C28x series of microprocessors from TI? I looked for it inside meta-ti but couldn't find. Thanks in advance. Alexandre -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] problem adding a user

2019-05-20 Thread Greg Wilson-Lindberg
Hi Rudolf, I've had more time to work with this and I'm still having problems getting everything to work properly. I've attached the image recipe recipe that I'm using so I don't leave any thing out that may be relevant. When I build with a password that is no more more than 8 characters long

Re: [yocto] Upgrading to Sumo triggered issue with python3 autopackaging - "ERROR: Nothing RPROVIDES 'python3-signal'"

2019-05-20 Thread Khem Raj
On 5/15/19 8:28 PM, Davis Roman wrote: Hello, I upgraded to Sumo(2.5) and now bitbake is complaining that nothing rprovides python3-signal. ERROR: Nothing RPROVIDES 'python3-signal' (but /home/worker/building/sources/meta-bluetooth/recipes-bluetooth/bluetooth-app/bluetooth-app.bb RDEPENDS

Re: [yocto] linux-raspberrypi_4.19.bb unknown commit

2019-05-20 Thread Khem Raj
On 5/16/19 8:53 AM, Andrei Gherzan wrote: On 12/05/2019 16.04, Jean-Christian de Rivaz wrote: Le 11.05.19 à 21:46, Paul Barker a écrit : On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz wrote: Hi, I try to use the Linux 4.19 for the RaspberryPi from the meta-raspberrypi recipe