[yocto] [meta-security][PATCH] meta-*: add LAYERSERIES_COMPAT to layer.conf files

2018-04-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- conf/layer.conf | 2 ++ meta-security-compliance/conf/layer.conf | 2 ++ meta-tpm/conf/layer.conf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index

Re: [yocto] MACHINE .conf file

2018-04-11 Thread Raymond Yeung
Meta-intel comes with the BSP we chose for our board. It's already in conf/bblayers.conf. I tried to use do_install() {...} within the workspaces/recipes/.../.bb file created by devtool to move files. However, I'm currently stuck with not knowing the exact variable/macro I could use for the

Re: [yocto] Is the a reason for adding the + to SRCPV?

2018-04-11 Thread Måns Zigher
Hi, Thanks for your help. It is a cmake project in which they have specified a custom command calling gdbus-codegen. It definitely looks like they are passing the absolute path to it thanks for the help I think I can solve that. Br Mans Zigher On Apr 11, 2018 15:50, "Burton, Ross"

Re: [yocto] Offline use of opkg

2018-04-11 Thread Burton, Ross
(1) is basically exactly what images do: they depend on do_deploy of all the packages that goes into them. The pkgdata tree in tmp/ will tell you (2), (3) is just shell operations, and (4) is trivial. Ross On 9 April 2018 at 16:31, Sebastian Rohde wrote: > Hello

Re: [yocto] Is the a reason for adding the + to SRCPV?

2018-04-11 Thread Burton, Ross
There is no "dbus codegen". dbus-glib has a code generator but that doesn't write include guards like that, so it must be something else. gdbus-codegen appears to be doing the right thing to unless it breaks if you pass it an absolute path? Ross On 11 April 2018 at 10:12, Måns Zigher

Re: [yocto] Is the a reason for adding the + to SRCPV?

2018-04-11 Thread Måns Zigher
I believe dbus codegen is the tools generating the code. Br Mans Zigher On Tue, Apr 10, 2018, 14:44 Burton, Ross wrote: > What tool is generating the code? It probably shouldn't be using the > full path of the header... > > Ross > > On 10 April 2018 at 09:29, Måns

Re: [yocto] Update a recipe to use newer sources

2018-04-11 Thread Vincent Prince
Hi Arno, You can find pretty much everything in mega manual https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#extendpoky Yocto uses layers to override recipes, so there's nothing wrong to use newer version in yours. Regards, Vincent 2018-04-09 12:17 GMT+02:00 Arno Steffens