Re: [yocto] Build error on dockerode using YP-Core warrior 2.7

2019-05-14 Thread Edson Seabra
Hi, Khem Raj. The recipe name is 'dockerode_2.5.8.bb' Its content is (just clean license stuff): edson@ubuntu-16:nodegrid$ cat ../meta-extended/meta-oe/recipes-npm/dockerode/dockerode_2.5.8.bb # Recipe created by recipetool # This is the basis of a recipe and may need further editing in ord

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

2019-05-14 Thread Pandey, Kamal
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 ntp package, but these binaries are missing in

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

2019-05-14 Thread Alexander Kanavin
How does your image recipe look like? Also, log.do_rootfs can provide a hint about what got installed into the image (you will find it in the image build directory). Alex On Tue, 14 May 2019 at 11:42, Pandey, Kamal wrote: > > Hi > I was trying to add ntp package to my image, I used the meta-netw

Re: [yocto] Yocto Project Upcoming Conferences and Developer Days

2019-05-14 Thread Robert Berger
Hi, I think the discussion went a bit off track, which happens on mailing lists after x replies;) Please see my comments in-line. On 03.05.19 21:01, Volosincu, Andreea S wrote: ELCE – Monday, October 28 -30, 2019, Lyon Convention Centre, Lyon, France   Yocto Project is a spons

Re: [yocto] Debugging dev-deps

2019-05-14 Thread Matthias Schoepfer
Hi Ross, thanks for the hints, funnily enough it was .so symlinks that where in -dev and caused the dev-deps... Regards,     Matthias On 5/13/19 7:55 PM, Burton, Ross wrote: On Mon, 13 May 2019 at 09:54, Matthias Schoepfer wrote: I am trying to write a recipe for a rather tricky component

[yocto] /etc/limits with openssh

2019-05-14 Thread Daniel Ammann
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 this work for ssh login? I am using beaglebone-yo

Re: [yocto] [yocto-infrastructure] Upcoming network outage: Fri, May 17 starting 10PM PDT (Sat, 5:00Z)

2019-05-14 Thread Michael Halstead
On 5/11/19 1:59 PM, akuster808 wrote: > > > On 5/10/19 4:21 PM, Michael Halstead wrote: >> What: 30-minute network outage to Portland-hosted services >> When: Fri, May 17, between 10PM-3AM PDT (Sat, 05:00-10:00 UTC) >> Why : Network equipment replacement by our service provider >> >> Services Impa

[yocto] Issue with useradd-staticids and sstate-cache

2019-05-14 Thread Bach, Pascal
Hello We ran into an issue when trying to switch to useradd-staticids that looks like it could be a bug with sstate. We are running thud. The issue appeared on our CI builds which have a shared sstate-cache (SSTATE_DIR) but otherwise start with a clean build (no tmp directory). We tried to add

[yocto] Yocto Project Status WW20'19

2019-05-14 Thread Richard Purdie
Current Dev Position: YP 2.8 M1Next Deadline: YP 2.8 Milestone 1 Cutoff June 9th, 2019 SWAT Team Rotation: * SWAT lead is currently: Amanda * SWAT team rotation: Amanda -> Ross on May. 17, 2019 * SWAT team rotation: Ross -> Chen on May. 24, 2019 * https://wiki.yoctoproject.org/wiki/Yocto_Build_F

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-14 Thread Zoran Stojsavljevic
Hello Chris, Bruce, I have some additional data to share with you both, since I have tried something. And here is my take on the things! > 1. Build using a bb recipe. > Take a look at meta-skeleton/recipes-kernel/hello-mod for an example. > You just need to add meta-skeleton to your bblayers.conf

Re: [yocto] Issue with useradd-staticids and sstate-cache

2019-05-14 Thread Joshua Watt
On Tue, 2019-05-14 at 15:25 +, Bach, Pascal wrote: > Hello > > We ran into an issue when trying to switch to useradd-staticids that > looks like it could be a bug with sstate. We are running thud. > > The issue appeared on our CI builds which have a shared sstate-cache > (SSTATE_DIR) but othe

Re: [yocto] python-numpy RDEPENDS not honored?

2019-05-14 Thread Aaron Cohen
Is there a place I should post this that would get more attention? On Thu, May 9, 2019 at 4:48 PM Aaron Cohen wrote: > I think the problem is in the python-numpy_1.14.5.bb recipe. > > It does: RDEPENDS_${PN}_class-target_append = ... > > where it seems to need to be: RDEPENDS_${PN}_append_class-

Re: [yocto] python-numpy RDEPENDS not honored?

2019-05-14 Thread Alexander Kanavin
Basically if you make a patch for the numpy recipe to address this, and post it to oe-core list, everyone would appreciate :) Alex On Tue, 14 May 2019 at 20:16, Aaron Cohen wrote: > > Is there a place I should post this that would get more attention? > > On Thu, May 9, 2019 at 4:48 PM Aaron Cohe

[yocto] problem adding a user

2019-05-14 Thread Greg Wilson-Lindberg
I'm trying to use the example in "Embedded Linux Systems with the Yocto Project" to add a user to my Yocto build. In the book the sample code: useradd -p `openssl passwd ${DEV_PASSWORD}` developer; \ uses openssl to generate the encrypted password string to pass to useradd. I have never been

Re: [yocto] problem adding a user

2019-05-14 Thread ChenQi
On 05/15/2019 08:34 AM, Greg Wilson-Lindberg wrote: I'm trying to use the example in "Embedded Linux Systems with the Yocto Project" to add a user to my Yocto build. In the book the sample code: useradd -p `openssl passwd ${DEV_PASSWORD}` developer; \ uses openssl to generate the encrypted

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-14 Thread Bruce Ashfield
On Tue, May 14, 2019 at 1:30 PM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello Chris, Bruce, > > I have some additional data to share with you both, since I have tried > something. And here is my take on the things! > > > 1. Build using a bb recipe. > > Take a look at meta-ske