Re: [yocto] Rocko: how to remove python3 from target's rootfs

2018-06-25 Thread Bejar-Colonia, Carlos
Looks like the dhcp dependency is explicit: dhcp->bind->python3 recipes-connectivity/dhcp/dhcp.inc DEPENDS = "openssl bind" recipes-connectivity/bind/bind_9.10.5-P3.bb RDEPENDS_${PN} = "python3-core" In the build area: dhcp/4.3.6-r0/packages-split/dhcp-client.shlibdeps dhcp

[yocto] [PATCH] [yocto-ab-helper] Add config support intel-corei7-64

2018-06-25 Thread Aaron Chan
Signed-off-by: Aaron Chan --- scripts/config-intel-lava.json | 129 + scripts/utils.py | 2 +- 2 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 scripts/config-intel-lava.json diff --git a/scripts/config-intel-lava.json

[yocto] [PATCH] [yocto-autobuilder2] Set ABHELPER_JSON on shared-repo-unpack, run-config buildStep

2018-06-25 Thread Aaron Chan
Signed-off-by: Aaron Chan --- builders.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builders.py b/builders.py index 4b6ee9e..0ebe562 100644 --- a/builders.py +++ b/builders.py @@ -142,6 +142,7 @@ def create_builder_factory(): util.Property("buildername"),

Re: [yocto] busybox: adding task to run before do_configure

2018-06-25 Thread Burton, Ross
AFAIK, you don't need the deptasks as the before/after statements will insert the task in the right place. Ross On 25 June 2018 at 18:59, Måns Zigher wrote: > Hi, > > I have created this simple class file > > python do_busybox_foo() { > bb.warn("BUSYBOX: foo task!") > } > addtask busybox_foo

[yocto] busybox: adding task to run before do_configure

2018-06-25 Thread Måns Zigher
Hi, I have created this simple class file python do_busybox_foo() { bb.warn("BUSYBOX: foo task!") } addtask busybox_foo after do_configure before do_compile do_busybox_foo[deptask] += "do_configure" do_compile[deptask] += "do_busybox_foo" And created a busybox_%.bbappend inherit this class.

[yocto] Yocto Project Status WW26’18

2018-06-25 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M1 is in QA, accepting patches for YP 2.6 M2. Next Deadline: YP 2.6 M1 release is targeted for June 22, 2018 (See update) SWAT Team Rotation: · SWAT lead is currently: Maxin · SWAT team rotation: Maxin -> Chen on June 29, 2018 · SWAT team r

[yocto] porting gRPC into Yocto

2018-06-25 Thread Simon Chamlian
Hi, I just started using Yocto. Is there a detailed procedure on how I can port gRPC (for C or C++) into a Yocto project? Thanks, S -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto not fetching unzip

2018-06-25 Thread Maas, Jonas
Unzip is a native recipe and does not seem to be included in any image. So I guess this is just the way Yocto is dealing with native recipes. So I'll have to stick with the manual fetching. Thanks! -Original Message- From: Andre McCurdy [mailto:armccu...@gmail.com] Sent: Saturday, June 1