Re: [yocto] newcomers

2019-10-03 Thread Randy MacLeod
On 10/3/19 12:38 PM, Maciej Pijanowski wrote: On 03.10.2019 18:33, Steve Scott wrote: How would a newcomer get started? Welcome to the Yocto Project Steve! Ideally, everything should be linked from: https://www.yoctoproject.org/ and there is, in fact a 'Get started here' link there:

[yocto] [yocto-announce] [ANNOUNCEMENT] Milestone 3 for Yocto Project 2.8 (yocto-2.8_M3) now available

2019-10-03 Thread Tummalapalli, Vineela
Hello, We are pleased to announce the third milestone release for Yocto Project 2.8 (yocto-2.8_M3) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.8_M3 bitbake: 797354d285f6d624d9adb52bab65823572da0e39 meta-gplv2:

[yocto-announce] [ANNOUNCEMENT] Milestone 3 for Yocto Project 2.8 (yocto-2.8_M3) now available

2019-10-03 Thread Tummalapalli, Vineela
Hello, We are pleased to announce the third milestone release for Yocto Project 2.8 (yocto-2.8_M3) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.8_M3 bitbake: 797354d285f6d624d9adb52bab65823572da0e39 meta-gplv2:

Re: [yocto] Awkward line wrapping in bash

2019-10-03 Thread Randy MacLeod
On 10/3/19 6:54 AM, phodina wrote: Hi, so I managed to minimize the build image and run it in QEMU. Now I build only poky, open-embedded and our own layer, containing minimal recipes. The problem with the awkward line wrapping is still present. Sometimes it doesn't come up until I change the

[yocto] Cancelled: Yocto Project Technical Team Meeting @ Tuesday, 02 May 2017

2019-10-03 Thread Jolley, Stephen K
MAY 02

Re: [yocto] newcomers

2019-10-03 Thread Maciej Pijanowski
On 03.10.2019 18:33, Steve Scott wrote: How would a newcomer get started? Is there an FAQ or Wiki that gives a developer overview of the project, patch submission process, etc.? This one is pretty accurate when it comes to patch submission process:

[yocto] [npm] duplicate code

2019-10-03 Thread Jean-marie Lemetayer
Hi all, I am planning to do some work on npm and recipetool. I have seen that there is some duplicate code between bitbake/lib/bb/fetch2/npm.py and scripts/lib/recipetool/create_npm.py but there is some inconsistencies. Here is an example, the _parse_view() function which I patched recently

Re: [yocto] No rule to make target 'zImage'

2019-10-03 Thread Nicolas Jeker
On Tue, 2019-10-01 at 07:16 +1000, JH wrote: > Hi, > > I am building Yocto, it stopped at building kernel "No rule to make > target 'zImage'", what I could be missing? > I encountered the same problem when building a custom kernel. It works perfectly fine when I'm building it outside of yocto.

Re: [yocto] Cannot use "LICENSE_CREATE_PACKAGE = 1" when building the image with mdns

2019-10-03 Thread Stefano Cappa
I resend this email because it's not visible in yocto mailing list. Hi thank you for the answer. In my rootfs I have this nsswitch.conf: --- # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you

Re: [yocto] global class that others will inherit

2019-10-03 Thread Richard Purdie
On Thu, 2019-10-03 at 11:36 +0200, Łukasz Tasz wrote: > Hi, > this is my first post here, so big hello! > > I have a problem which you might help me to solve. > I have quite complex configuration, and I would like to inject > something into build system in a right way. > > I already did some

[yocto] global class that others will inherit

2019-10-03 Thread Łukasz Tasz
Hi, this is my first post here, so big hello! I have a problem which you might help me to solve. I have quite complex configuration, and I would like to inject something into build system in a right way. I already did some POC work, and adjusted cmake.class but this is rather dirty hack, but