Re: [yocto] [meta-security][PATCH 13/17] package-group: fix tpm package list

2016-10-24 Thread Thomas PERROT
Hello, Would it not be more interesting to do two packages, one for the TPMV1.2 support and a second for the TPMV2.0 support? Best regards, Thomas P. On Tue, Oct 18, 2016 at 2:02 AM, Armin Kuster wrote: > Signed-off-by: Armin Kuster > --- > recipes-security/packagegroup/packagegroup-core-

[yocto] [meta-measured][PATCH] Fix tpm2.0-tss package issue: libraries are not ship into the right packages

2016-10-24 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb b/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb index 453523e..175d36b 100644 --- a/recipes-tpm/tpm2.0

[yocto] [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit'

2016-07-21 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-tpm/trousers/trousers_0.3.13.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-tpm/trousers/trousers_0.3.13.bb b/recipes-tpm/trousers/trousers_0.3.13.bb index e274972..6853f18 100644 --- a/recipes-tpm/trousers

[yocto] [meta-virtualization][PATCH] Use bb.utils.contains instead of base_contains because it is deprecated

2016-05-25 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-containers/containerd/containerd_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index 46b9dc1..1a2c445 100644 --- a

[yocto] [meta-security][PATCH] Use bb.utils.contains instead of base_contains because it is deprecated

2016-05-25 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-kernel/linux/linux-yocto_4.1.bbappend | 8 recipes-security/clamav/clamav_0.99.1.bb | 2 +- recipes-security/sssd/sssd_1.13.3.bb | 2 +- recipes-tpm/trousers/trousers_0.3.13.bb | 4 ++-- 4 files changed, 8 insertions(+), 8

[yocto] [meta-selinux][PATCH] Remove recipes for kernel 3.14 and 3.19 from master branch, to fix a build error. ERROR: No recipes available for: meta-selinux/recipes-kernel/linux/linux-yocto_3.19.bbap

2016-01-04 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-kernel/linux/linux-yocto_3.14.bbappend | 8 recipes-kernel/linux/linux-yocto_3.19.bbappend | 8 2 files changed, 16 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_3.14.bbappend delete mode 100644 recipes-kernel/linux

[yocto] [meta-security][PATCH] Remove recipe for the kernel 3.14 from master branch, to fix a build error. ERROR: No recipes available for: meta-security/recipes-kernel/linux/linux-yocto_3.14.bbappend

2016-01-04 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-kernel/linux/linux-yocto_3.14.bbappend | 4 1 file changed, 4 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14

[yocto] [meta-selinux][PATCH] To fix ERROR: No recipes available for: /home/tperrot/dev/oe-build-easy/combination/meta-selinux/recipes-extended/net-tools/net-tools_1.60-25.bbappend The version of the

2015-09-09 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- .../net-tools/{net-tools_1.60-25.bbappend => net-tools_1.60-%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-extended/net-tools/{net-tools_1.60-25.bbappend => net-tools_1.60-%.bbappend} (100%) diff --git a/recipes-extend

[yocto] [meta-security][PATCH] Corrects a typing error.

2015-08-03 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-security/libseccomp/libseccomp_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/libseccomp/libseccomp_2.2.0.bb b/recipes-security/libseccomp/libseccomp_2.2.0.bb index bd970ed..3b6aa67 100644 --- a/recipes

[yocto] [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good.

2015-05-22 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- conf/machine/include/rpi-base.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index a26803a..1dda207 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf

[yocto] [meta-selinux][PATCH] Fix setools building (-fPIC error)

2015-05-05 Thread Thomas Perrot
From: tprrt Signed-off-by: tprrt --- recipes-security/setools/setools_3.3.8.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-security/setools/setools_3.3.8.bb b/recipes-security/setools/setools_3.3.8.bb index 050f4ff..24c10b8 100644 --- a/recipes-security/setools/setools_3.