Re: [yocto] [ptest-runner][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later to source files

2019-06-03 Thread richard . purdie
On Mon, 2019-06-03 at 13:39 -0500, Aníbal Limón wrote: > Signed-off-by: Aníbal Limón > --- > main.c | 2 ++ > ptest_list.c | 2 ++ > ptest_list.h | 2 ++ > tests/main.c | 2 ++ > tests/ptest_list.c | 2 ++ > tests/utils.c | 2 ++ > utils.c| 2 ++ >

Re: [linux-yocto] [kernel-cache][PATCH 0/1] Add SCSI debug configuration for util-linux ptest

2019-06-03 Thread Bruce Ashfield
merged, and SRCREV bumps sent to the oe-core list. Bruce On Sat, Jun 1, 2019 at 6:32 PM Mariano López wrote: > > Hi Bruce, > > This will add the configuration options to enable the SCSI debug module > that is needed by the util-linux ptest package. This is needed to add > KERNEL_FEATURES in the

Re: [linux-yocto] v4.18.x - stable updates comprising v4.18.40

2019-06-03 Thread Bruce Ashfield
Thanks Paul, this is now merged. Bruce On Thu, May 30, 2019 at 10:24 PM Paul Gortmaker wrote: > > Bruce, Yocto kernel folks: > > Here is the next 4.18.x stable update "extension" primarily created > for the Yocto project, continuing from the previous v4.18.39 release. > > There are about 260

Re: [yocto] Potential (?) systemd YOCTO problems

2019-06-03 Thread Morné Lamprecht
On Mon, Jun 03, 2019 at 07:38:47PM +0200, Zoran Stojsavljevic wrote: Still. I expected to see the following on the target (my BBB): /etc/init.d/networking script, I would have a look at the values of DISTRO_FEATURES_BACKFILL_CONSIDERED as well as VIRTUAL-RUNTIME_initscripts. My

[yocto] [ptest-runner][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later to source files

2019-06-03 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- main.c | 2 ++ ptest_list.c | 2 ++ ptest_list.h | 2 ++ tests/main.c | 2 ++ tests/ptest_list.c | 2 ++ tests/utils.c | 2 ++ utils.c| 2 ++ utils.h| 2 ++ 8 files changed, 16 insertions(+) diff --git

[yocto] Potential (?) systemd YOCTO problems

2019-06-03 Thread Zoran Stojsavljevic
Hello Folks, I am a bit deeper to the systemd service investigation in YOCTO. I installed systemd service, I also have network manager package. I am using warrior. Here are the snippets of the HOST: [user@fedora29-ssd build]$ bitbake --version BitBake Build Tool Core version 1.42.0

Re: [yocto] do_rootfs fails while attempting to install hostapd package

2019-06-03 Thread Morné Lamprecht
On Mon, Jun 03, 2019 at 04:30:33PM +0100, Burton, Ross wrote: The variable is DISTRO_FEATURES_BACKFILL_CONSIDERED, in case that wasn't a typo when writing the mail. It wasn't a typo, and that was exactly the problem. Well spotted, everything in the world makes sense again :-)

Re: [yocto] do_rootfs fails while attempting to install hostapd package

2019-06-03 Thread Burton, Ross
On Mon, 3 Jun 2019 at 15:06, Morné Lamprecht wrote: > I also have DISTRO_FEATURES_BACKFULL_CONSIDERED = > "sysvinit" in my config (also had it during the > failed builds), I thought it would prevent > sysvinit from being added/backfilled to the > DISTRO features ? So I'm not sure why >

Re: [yocto] do_rootfs fails while attempting to install hostapd package

2019-06-03 Thread Morné Lamprecht
Which startup system do you use (sysVinit or systemd)? You can take a look at poky/meta/classed/update-rc.d.bbclass which checks various parameters and try to debug it (by adding some printouts). By my guess is that some misconfiguration between systemd/sysvinit must cause this issue.

[yocto] EMQ recipe

2019-06-03 Thread João Henrique Freitas
Hi, I'm the author of a Yocto Project layer called meta-erlang. I would like to announce that now is possible to use Yocto Project which build a embedded Linux distro and on top of that install the EMQ (a mqtt broker) or EMQ edge. I've created the recipe and all the patches necessary to do that.

Re: [yocto] do_rootfs fails while attempting to install hostapd package

2019-06-03 Thread Morné Lamprecht
Which startup system do you use (sysVinit or systemd)? You can take a look at poky/meta/classed/update-rc.d.bbclass which checks various parameters and try to debug it (by adding some printouts). By my guess is that some misconfiguration between systemd/sysvinit must cause this issue. I'm

Re: [yocto] How to extract files from wic.gz image?

2019-06-03 Thread Dimitris Tassopoulos
Hi JH, I believe the most important feature of the wic images is to be able to flash your SD card faster than just extract and dd the full image on the SD card. For that reason you can use the bmap-tool which already supports the gz compression (as also .bz2). To do that you also need the bmap

Re: [yocto] do_rootfs fails while attempting to install hostapd package

2019-06-03 Thread Belisko Marek
On Sat, Jun 1, 2019 at 8:26 PM Morné Lamprecht wrote: > > >I would check run.do_rootfs and check it maybe > >there will be some more info. > > I checked it based on your suggestion, > unfortunately found no relevant info. > > >Do you have some custom extension for hostapd? > > No, just the