[yocto] [honister][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS

2022-01-24 Thread Kristian Klausen via lists.yoctoproject.org
CONVERSION_DEPENDS hasn't been converted to the new syntax. Fixes: a23ceef ("dm-verity-img.bbclass: more overided fixups") Signed-off-by: Kristian Klausen Signed-off-by: Armin Kuster --- classes/dm-verity-img.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] [meta-security][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS

2021-12-17 Thread Kristian Klausen via lists.yoctoproject.org
On Fri, Dec 17, 2021 at 10:06:06 +, Jose Quaresma wrote: > Kristian Klausen via lists.yoctoproject.org klausen...@lists.yoctoproject.org> escreveu no dia sexta, 17/12/2021 à(s) > 09:55: > > > CONVERSION_DEPENDS hasn't been converted to the new syntax. > > > &

[yocto] [meta-security][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS

2021-12-17 Thread Kristian Klausen via lists.yoctoproject.org
CONVERSION_DEPENDS hasn't been converted to the new syntax. Fixes: a23ceef ("dm-verity-img.bbclass: more overided fixups") Signed-off-by: Kristian Klausen --- This should also be backported to honister. classes/dm-verity-img.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[yocto] [meta-security][PATCH v2] swtpm: update to 0.6.1

2021-10-02 Thread Kristian Klausen via lists.yoctoproject.org
swtpm no longer depends on Python[1] so the dependencies have been removed. "inherit perlnative" has been added due to (in oe-core): deda455b3c ("bitbake.conf: drop pod2man from hosttools") Some leftover dependencies have also been removed, ex: tpm-tools required in the past by swtpm_setup.sh

Re: [yocto] [meta-tpm][v2][PATCH] swtpm: fix build issues of missing expect

2021-10-01 Thread Kristian Klausen via lists.yoctoproject.org
Den Fri, Oct 01, 2021 at 15:25:17 -0700 skrev Armin Kuster: > Signed-off-by: Armin Kuster > > -- > V2] > Only need expect-native > Clean up PACKAGECONFGI[gnutils] to conform to spec > --- > meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

Re: [yocto] [meta-security][PATCH 2/2] swtpm: fix build issues of missing expect

2021-09-29 Thread Kristian Klausen via lists.yoctoproject.org
Den Tue, Sep 28, 2021 at 16:39:09 -0700 skrev Armin Kuster: > Signed-off-by: Armin Kuster > --- > meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb >

[yocto] [meta-security][PATCH] swtpm: update to 0.6.1

2021-09-27 Thread Kristian Klausen via lists.yoctoproject.org
swtpm no longer depends on Python[1] so the dependencies have been removed. "inherit perlnative" has been added due to (in oe-core): deda455b3c ("bitbake.conf: drop pod2man from hosttools") Some leftover dependencies have also been removed, ex: tpm-tools required in the past by swtpm_setup.sh

[yocto] [meta-security][PATCH] libtpm: update to 0.8.7

2021-09-27 Thread Kristian Klausen via lists.yoctoproject.org
Signed-off-by: Kristian Klausen --- .../recipes-tpm/libtpm/{libtpm_0.8.2.bb => libtpm_0.8.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-tpm/recipes-tpm/libtpm/{libtpm_0.8.2.bb => libtpm_0.8.7.bb} (88%) diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.2.bb