Re: [yocto] [meta-tensorflow][PATCH] bazel.bbclass: Fix build with bazel from sstate-cache

2023-07-11 Thread Tomasz Dziendzielski
che. Best regards, Tomasz Dziendzielski -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60547): https://lists.yoctoproject.org/g/yocto/message/60547 Mute This Topic: https://lists.yoctoproject.org/mt/98901626/21656 Group Owner: yocto+ow...@lists.yoctop

[yocto] [meta-tensorflow][PATCH] bazel.bbclass: Fix build with bazel from sstate-cache

2023-05-15 Thread Tomasz Dziendzielski
e modification. Signed-off-by: Tomasz Dziendzielski --- classes/bazel.bbclass | 12 1 file changed, 12 insertions(+) diff --git a/classes/bazel.bbclass b/classes/bazel.bbclass index be436ec..316dc3d 100644 --- a/classes/bazel.bbclass +++ b/classes/bazel.bbclass @@ -129,6 +129,18 @@ bui

[yocto] [meta-tensorflow][PATCH v2] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Tomasz Dziendzielski
uld be found. Signed-off-by: Tomasz Dziendzielski --- recipes-devtools/bazel/bazel-native_5.3.2.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-devtools/bazel/bazel-native_5.3.2.bb b/recipes-devtools/bazel/bazel-native_5.3.2.bb index da13a53..3be5546 100644 ---

Re: [yocto] [meta-tensorflow][PATCH] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Tomasz Dziendzielski
Hi Jose, >Why not use the something inside the bitbake TMPDIR, if it is temporary the correct place will be in TMPDIR. I wanted to keep the same directory as it was before, but you're right TMPDIR/bazel will be better place. I'll send second patch. Best regards, Tomasz

[yocto] [meta-tensorflow][PATCH] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Tomasz Dziendzielski
uld be found. Signed-off-by: Tomasz Dziendzielski --- recipes-devtools/bazel/bazel-native_5.3.2.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-devtools/bazel/bazel-native_5.3.2.bb b/recipes-devtools/bazel/bazel-native_5.3.2.bb index da13a53..c9e4343 100644 ---

[yocto] Zuul - Project Gating System with Yocto Project

2021-07-01 Thread Tomasz Dziendzielski
avoid creating some hacky monster. Could you share some suggestions on how it can be combined together and what is the best approach/structure to do this? Please also share if you have some "what I wish I'd known" about Zuul integration to Yocto. Any hints are appreciated. Best