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
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
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
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.
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
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"),
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
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