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 ++ > u

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 understandi

[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 a/m

[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 [user@fedora29

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 > DISTRO_FEAT

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. Addin

[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 u

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 fi