Re: [linux-yocto] [kernel-cache][PATCH] features/tpm: enable tpm support

2018-12-14 Thread Bruce Ashfield
Which branches ? 4.19 and master ? Bruce On 2018-12-13 4:27 a.m., Pradhan Surya Narayanx wrote: Add tpm feature to intel-common-drivers.scc Signed-off-by: Pradhan Surya Narayanx --- bsp/intel-common/intel-common-drivers.scc | 3 +++ 1 file changed, 3 insertions(+) diff --git

[yocto] [PATCH][auh] upgradehelper: Replace do_checkpkg usage with oe.recipeutils function call

2018-12-14 Thread Richard Purdie
The code in distrodata.bbclass related to the do_checkpkg task is rather dated, has holes in it (ignoring some recipes) and has horrible locking and csv related issues. We should use modern APIs such as tinfoil to make the calls we need directly against bitbake, cutting out the middleman and

Re: [yocto] [PATCH][auh] upgradehelper: Replace do_checkpkg usage with direct tinfoil calls

2018-12-14 Thread Alexander Kanavin
On Fri, 14 Dec 2018 at 17:07, Richard Purdie wrote: > +with bb.tinfoil.Tinfoil() as tinfoil: > +tinfoil.prepare(config_only=False) > +recipes = self.recipes > +if not recipes: > +recipes = tinfoil.all_recipe_files(variants=False) > + > +

Re: [yocto] [PATCH][auh] upgradehelper: Replace do_checkpkg usage with direct tinfoil calls

2018-12-14 Thread Anibal Limón
LGTM, Anibal On Fri, Dec 14, 2018 at 10:08 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > The code in distrodata.bbclass related to the do_checkpkg task is rather > dated, has holes in it (ignoring some recipes) and has horrible locking > and csv related issues. > > We should

[yocto] Fwd: Re: THISDIR variable in another meta-layer

2018-12-14 Thread winfried . dobbe
In componentB.bb I have function do_install: do_install () { install -m 0755 -d ${D}/usr/share cmake_do_install install -m 0755 ${THISDIR}/default/script.sh ${D}/usr/share } In componentB.bbapend I overwrite function in order to install other script instead: do_install () { install -m 0755

Re: [yocto] core-image-* (minimal) networking

2018-12-14 Thread Burton, Ross
Install something to do networking. Minimal means minimal. I tend to prefer connman as that means you get ethernet hotplug working without any further work, and you can easily setup wifi too. Ross On Fri, 14 Dec 2018 at 16:22, Peter Balazovic wrote: > > I've built bitbake core-image-minimal and

Re: [yocto] THISDIR variable in another meta-layer

2018-12-14 Thread Tomasz Michalski
One additional thing, in fact I define do_install in .inc file in meta-layer-B/recipes-X/componentB and meta-layer-A/recipes-X/componentB directory. Those inc files are appended to corresponding .bb and .bbappend files. I will try to debug how THISDIR behaves. pt., 14 gru 2018 o 10:26 Tomasz

[yocto] THISDIR variable in another meta-layer

2018-12-14 Thread Tomasz Michalski
Hi I have structure of files: meta-layer-A recipes-X componentB default script.sh componentB.bb meta-layer-B recipes-X componentB files script.sh componentB.bbappend In componentB.bb I

[yocto] core-image-* (minimal) networking

2018-12-14 Thread Peter Balazovic
I've built bitbake core-image-minimal and it runs but unfortunately I have no connectivity (networking) available. > ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536

[yocto] lib source code change

2018-12-14 Thread Peter Balazovic
I ahve built an imamge and SDK where opencv is part of that. Now I do need to change this lib.Instead of rebuilding all I am trying to change just the library. How should I deploy that change to reflecte the eSDK (cross toolchain) and modify (update) target image. I wonder if "devtool modify"

[yocto] [PATCH][auh] upgradehelper: Replace do_checkpkg usage with direct tinfoil calls

2018-12-14 Thread Richard Purdie
The code in distrodata.bbclass related to the do_checkpkg task is rather dated, has holes in it (ignoring some recipes) and has horrible locking and csv related issues. We should use modern APIs such as tinfoil to make the calls we need directly against bitbake, cutting out the middleman and

[yocto] QA cycle report for 2.5.2 RC1

2018-12-14 Thread Jain, Sangeeta
Hello All, This is the full report for 2.5.2 RC1: https://wiki.yoctoproject.org/wiki/WW49_-_2018-12-06-_Full_Test_Cycle_-_2.5.2_rc1 Summary All planned tests were executed. Total Test Executed - 3389 Passed Test - 3374 Failed Test - 10 Blocked Test - 5 Team had found no new