Re: [yocto] Creating multiple filesystem images

2018-08-16 Thread Amol Lad
Thanks Andre! That's a gem of an idea. It's working now. Thanks again The information in this email communication (inclusive of attachments) is confidential to 4RF Limited and the intended recipient(s). If you are not the intended recipient(s), please note that any use, disclosure, distributi

[yocto] BITBAKE ADD-LAYER | HELP!!

2018-08-16 Thread Dhanush K.S
Hello MailingList, I just upgraded yocto to the latest release (Sumo 19.0 /Yocto 2.5.1). Currently i am trying to add the meta-openembedded layer to my conf/bblayers.conf using the command "bitbake-layers add-layer DIRECTORY_PATH/LAYER". But I am getting parseError at times. - Is it absolute

[yocto] sumo missing recipe for kernel 4.4

2018-08-16 Thread Matthias Schoepfer
Hi! I might be a little late to the party but ... what is the rational behind removing kernel recipe for kernel 4.4 from sumo (and later). This is *the* kernel with the longest support as of now. When building an embedded system that needs updates for quite some years, I would go with 4.4 right no

[yocto] Minutes: Yocto Project Weekly Triage Meeting

2018-08-16 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Amanda, Joshua, Richard, Randy, David, Anuj, Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage AR: Paul – Review and update 12102 Thanks, Stephen K. Jolley Yocto Project Program Manager INTEL, MS JF1-255, 211

Re: [yocto] sumo missing recipe for kernel 4.4

2018-08-16 Thread akuster808
Mattias, On 08/16/2018 07:20 AM, Matthias Schoepfer wrote: > Hi! > > I might be a little late to the party but ... what is the rational > behind removing kernel recipe for kernel 4.4 from sumo (and later). We typically support Mainline, latest stable and LTS. At the time of Sumo, 4.4 was none of

Re: [yocto] sumo missing recipe for kernel 4.4

2018-08-16 Thread Alexander Kanavin
I see this in the commit history: As was previously announced, anything older than 4.14 is being dropped in the master/release branches to better support newer processors and to ensure that safe/secure kernels are the defaults for all builds. The time required to update the older

Re: [yocto] BITBAKE ADD-LAYER | HELP!!

2018-08-16 Thread Andre McCurdy
On Thu, Aug 16, 2018 at 12:52 AM, Dhanush K.S wrote: > Hello MailingList, > > I just upgraded yocto to the latest release (Sumo 19.0 /Yocto 2.5.1). > Currently i am trying to add the meta-openembedded layer to my > conf/bblayers.conf using the command "bitbake-layers add-layer > DIRECTORY_PATH/LAY

Re: [yocto] BITBAKE ADD-LAYER | HELP!!

2018-08-16 Thread Dhanush K.S
No. That doesn't help as well. Rather I get an error with meta-openembedded/meta-oe. Mit freundlichen Grüßen / Best Regards, Dhanush Keshava Reddy Soppahalli +4915216144064 On Thu, Aug 16, 2018, 21:42 Andre McCurdy wrote: > On Thu, Aug 16, 2018 at 12:52 AM, Dhanush K.S > wrote: > > Hello Maili