Re: [yocto] How do I include all packages under a layer ?

2019-05-11 Thread Burton, Ross
On Sat, 11 May 2019 at 00:54, Madhu Krishnamurthy wrote: > Do I have to specify every package or is there a way I can add all packages > inside a layer? > For example, how do I add all packages from inside poky/meta to my image? > Or at least how do I add all packages under poky/meta/recipes-devt

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

2019-05-11 Thread Jean-Christian de Rivaz
Hi, I try to use the Linux 4.19 for the RaspberryPi from the meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the commit ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his SRCREV don't exists into the repository github.com/raspberrypi/linux branch rpi-4.19.y . I searched that commit on a few o

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

2019-05-11 Thread Paul Barker
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 linux-raspberrypi_4.19.bb but the commit > ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his SRCREV don't exists > into the repository github.c

Re: [yocto] How do I include all packages under a layer ?

2019-05-11 Thread Burton, Ross
On Sat, 11 May 2019 at 21:32, Madhu Krishnamurthy wrote: > If I have to chose just one, will any one of them (say apt) work? I somehow > had come to believe that you can only use opkg in Yocto. The default is opkg but RPM and dpkg are supported. I'd pick either opkg or rpm though. Ross -- __

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

2019-05-11 Thread akuster808
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 Impacted:  autobuilder.yoctoproject.org >

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

2019-05-11 Thread Edson Seabra
Hi, I created the recipe for dockerode 2.5.8 using the command recipetool: recipetool create "npm://registry.npmjs.org;name=dockerode;version=2.5.8" The recipe creates a lot of ipk's package and fails on dockerode-JSONStream ipk. I can build dokerode with YP-Coce morty, almost sure I did wi

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

2019-05-11 Thread Khem Raj
Use all lowercase in recipe name you seem to have mixed it with uppercase On Sat, May 11, 2019 at 5:58 PM Edson Seabra wrote: > Hi, > > > I created the recipe for dockerode 2.5.8 using the command recipetool: > > > recipetool create "npm://registry.npmjs.org;name=dockerode;version=2.5.8" > > > T