[yocto] [meta-security][PATCH 3/3] swtpm: switch to stable branch and clean up recipe

2018-10-26 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb | 22 +- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb index e0c5ffe..3fe1393 100644 --- a/meta-tpm/recip

[yocto] [meta-security][PATCH 2/3] packagegroup-security-tpm2: add and remove packages

2018-10-26 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm

[yocto] [meta-security][PATCH 1/3] tpm2-abrmd: update to 2.0.2

2018-10-26 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../tpm2-abrmd/{tpm2-abrmd_2.0.1.bb => tpm2-abrmd_2.0.2.bb} | 9 - .../{tpm2simulator-native_138.bb => tpm2simulator_138.bb}| 0 2 files changed, 4 insertions(+), 5 deletions(-) rename meta-tpm/recipes-tpm/tpm2-abrmd/{tpm2-abrmd_2.0.1.bb => t

[yocto] NVIDIA or AMD accelerated graphics on x86 or x86-64 machine architecture

2018-10-26 Thread Matt Ervin
I’m creating a poky (sumo branch) based OS image for x86_64 PC hardware. It’s an embedded device that is essentially a desktop PC in a box with additional features. My device requires accelerated graphics (either NVIDIA or AMD, not Intel) and I’m having difficulty identifying which layer and re

[yocto] LIC_FILES_CHKSUM md5 case unexpected behaviour

2018-10-26 Thread Stephen Lawrence
Hi, I'm not getting the deterministic behaviour I would expect for recipe license checksums and I just wanted to check expected behaviour. Building this recipe [1] for rocko I get the following license checksum error: ERROR: cannelloni-1.0-r0 do_populate_lic: QA Issue: cannelloni: The LIC_FIL

Re: [yocto] [SDK] including kernel devsrc to the SDK failes

2018-10-26 Thread Bruce Ashfield
On 10/26/2018 4:28 AM, Måns Zigher wrote: So it looks like the number of /bin/awk have increased so the patch will fix one problem but there is more to fix. I have a "workaround" even though I am not so sure it is a workaround or not. The problem is fixed adding to kernel-devsrc.bbappend do

[yocto] nodejs project including zeromq fails to build with yocto

2018-10-26 Thread Jon Ove Storhaug
Hi, I have a nodejs project which is including zeromq. I have made a simple version of this project here: https://gitlab.com/jostor/my-npm-pkg.git I am building for raspberry pi3. This is what I do: devtool add https://gitlab.com/jostor/my-npm-pkg.git devtool build my-npm-pkg This fails with this

Re: [yocto] [SDK] including kernel devsrc to the SDK failes

2018-10-26 Thread Måns Zigher
So it looks like the number of /bin/awk have increased so the patch will fix one problem but there is more to fix. I have a "workaround" even though I am not so sure it is a workaround or not. The problem is fixed adding to kernel-devsrc.bbappend do_install_append() { # This fixes the rpm dependen