[yocto] [meta-security][PATCH] swtpm: update to latest tip

2017-04-11 Thread Amarnath Valluri
Pull in changes to support passing client control sockets(--ctrl type=unixio,clientfd=), that allows to fork swtpm and communicate using socketpair. Signed-off-by: Amarnath Valluri --- recipes-tpm/swtpm/swtpm_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tpm

[yocto] [meta-swupd][PATCH 2/2] swupd-client: Fix typo

2016-07-15 Thread Amarnath Valluri
Typo in writing swupd version and urls to defaults Signed-off-by: Amarnath Valluri --- recipes-core/swupd-client/swupd-client_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/swupd-client/swupd-client_git.bb b/recipes-core/swupd-client/swupd

[yocto] [meta-swupd][PATCH 1/2] swupd-client, swupd-server: Patch swupd to treate /home/* as non-state

2016-07-15 Thread Amarnath Valluri
This allows bundles to deploy content specific to user Signed-off-by: Amarnath Valluri --- .../0001-Do-not-consider-home-as-user-state.patch | 29 ++ .../0001-Do-not-consider-home-as-user-state.patch | 29 ++ recipes-core/swupd-client/swupd-client_2.87

Re: [yocto] [Yocto] Enable a recipe/package only when other dependent recipe/package is part of image.

2016-04-28 Thread Amarnath Valluri
Hi Ross, An alternative would be to have some naming pattern for conf packages (-conf is reasonable) and invent a new image-feature called conf-packages that uses a glob to find all complementary packages matching the *-conf pattern. This is how dev-pkgs, dbg-pkgs, doc-pkgs etc work. I b

Re: [yocto] [Yocto] Enable a recipe/package only when other dependent recipe/package is part of image.

2016-04-25 Thread Amarnath Valluri
Thanks Ross for your suggestions. On Monday 25 April 2016 02:46 PM, Burton, Ross wrote: On 25 April 2016 at 07:46, Amarnath Valluri mailto:amarnath.vall...@intel.com>> wrote: I would like to provide a pakcagegroup-config, that should automatically select the configuration pa

Re: [yocto] Enable a recipe/package only when other dependent recipe/package is part of image.

2016-04-25 Thread Amarnath Valluri
On Friday 22 April 2016 02:09 PM, Valluri, Amarnath wrote: Hello, I have my own layer, that provides configuration packages for core Linux components, for example ‘connman-conf’ for ‘connman’ package. I would like to provide a pakcagegroup-config, that should automatically select the conf

[yocto] [Yocto] Enable a recipe/package only when other dependent recipe/package is part of image.

2016-04-24 Thread Amarnath Valluri
Hello, I have my own layer, that provides configuration packages for core Linux components, for example ‘connman-conf’ for ‘connman’ package. I would like to provide a pakcagegroup-config, that should automatically select the configuration packages that are part of image configuration. Say i