Re: [yocto] distrodata documentation in 2.7 Mega Manual

2019-05-22 Thread Scott Rifenbark
I can take the section in the ref-manual for the "distrodata.bbclass" out. However, I could use some clarifications on the following areas where "distrdata" is referenced. I don't think I can just remove all of the terms. Here they are: * In dev-manual's "Using the Auto Upgrade Helper (AUH)"

Re: [yocto] GPLv3 package present in rootfs

2019-05-22 Thread Burton, Ross
On Wed, 22 May 2019 at 06:26, virendra kumar thakur wrote: > still some package gnutls, libidn2, libassuan, are added into rootfs. Randomly picking libassuan: LICENSE_${PN} = "LGPLv2.1+" The library itself is LGPL-2. Have you verified the *package* licenses for what is actually going into the

[yocto] [meta-gplv2][PATCH] bc: use u-a for bc as well

2019-05-22 Thread Martin Jansa
* bc can be provided by busybox as well (e.g. if you have your own defconfig and forget to explicitly disable it: ... * * Miscellaneous Utilities * adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n bbconfig (9.7 kb) (BBCONFIG) [N/y/?] n bc (45 kb) (BC) [Y/n/?] (NEW) dc (36 kb) (DC) [Y/n/?] y

Re: [yocto] problem adding a user

2019-05-22 Thread Greg Wilson-Lindberg
Rudolf, Here is the first half of the file, the whole file is over the 500k limit of free pastebin: https://pastebin.com/UcnKebce And here is the 2nd half of the file: https://pastebin.com/9117tdUU Greg From: Rudolf Streif Sent: Wednesday, May 22, 2019

Re: [yocto] problem adding a user

2019-05-22 Thread Rudolf Streif
Greg, Can you share the logfile via Pastebin? :rjs On Tue, May 21, 2019 at 11:09 AM Greg Wilson-Lindberg wrote: > Rudolf, > > Something else is happening to me. I changed to this in the image recipe: > > SAKURA_USER = "sakura" > > SAKURA_PASSWD = "Distracted" > SAKURA_PASS =

[yocto] Building single package as image, respecting dependencies

2019-05-22 Thread Norman Stetter
Hi there, I am currently working on a minimal CLI only system. The image is based on 'core-image-base' using sysvinit and busybox. To reduce image size and boot time, I removed as many packages as possible. For some application cases I will need python3 though. My idea was to have python3 as

[yocto] GPLv3 package present in rootfs

2019-05-22 Thread virendra kumar thakur
Hello team, I want to remove some GPLv3 package from rootfs, but it is still present. I am using INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3. 0" still some package gnutls, libidn2, libassuan, are added into rootfs. -- ___ yocto mailing list

Re: [yocto] NPM Fetcher question

2019-05-22 Thread Maciej Pijanowski
On 21.05.2019 21:54, Alexander Kanavin wrote: > I think Jean-Marie might be able to help as he recently did a bit of NPM > fixing? > > > Alex > > On Tue, 21 May 2019 at 19:52, Scott Rifenbark wrote: >> Hi, >> >> I am trying to determine if the information in >>

Re: [yocto] configuration for a layer apart from local.conf

2019-05-22 Thread Alexander Kanavin
Yes - your distro configuration file is the correct place to do it. Alex On Wed, 22 May 2019 at 07:12, Pandey, Kamal wrote: > > Hi, > > I want to know if there is any other place where we can set configuration for > a particular layer, apart from local.conf. For example if I want to set >

Re: [yocto] setting SRC_URI runtime - possible options

2019-05-22 Thread Belisko Marek
On Wed, May 22, 2019 at 9:50 AM Paul Barker wrote: > On Tue, 21 May 2019, at 11:23, Belisko Marek wrote: > > On Tue, May 21, 2019 at 12:14 PM Alexander Kanavin > > wrote: > > > You can write a class which sets the template for SRC_URI and then a > > > series of recipes that inherit the class,

Re: [yocto] setting SRC_URI runtime - possible options

2019-05-22 Thread Paul Barker
On Tue, 21 May 2019, at 11:23, Belisko Marek wrote: > On Tue, May 21, 2019 at 12:14 PM Alexander Kanavin > wrote: > > You can write a class which sets the template for SRC_URI and then a > > series of recipes that inherit the class, and define the variable that > > would turn the template into