Re: [yocto] do_populate_sdk_ext always being triggered

2017-09-28 Thread Andrea Galbusera
On Wed, Sep 27, 2017 at 9:52 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Hi Andrea, > > On Wednesday, 27 September 2017 10:17:42 PM NZDT Andrea Galbusera wrote: > > I noticed that periodically running 'bitbake -c do_populate_sdk_ext' for > an > > image in my CI loop does always tri

[yocto] weston and xorg-xserver fail to build when using Raspberry Pi 3 user land

2017-09-28 Thread Francesco Giancane
Hi everyone, I noticed that if I changed the provider for virtual/mesa (in particular, virtual/egl) to 'userland' for a raspberry pi 3 build, bitbake fails to resolve the dependency chain, complaining about missing RPROVIDES libegl. The point is that NO libegl is ever provided, only "egl" package

Re: [yocto] Fwd: do_configure error

2017-09-28 Thread Burton, Ross
On 28 September 2017 at 05:51, Khem Raj wrote: > On Sat, Sep 23, 2017 at 12:33 PM, Burton, Ross > wrote: > > On 23 September 2017 at 06:56, mohammed aqdam > > wrote: > >> > >> i'm getting the following error... > >> > >> root@pcz-ee207837-2:/u/my_poky/poky-2/poky/build# bitbake -k > >> rpi-test

Re: [yocto] advice on recipe for shared lib mDNSResponder

2017-09-28 Thread Burton, Ross
On 27 September 2017 at 23:58, Steve Pavao wrote: > I am fairly new to Yocto, yet have been able to successfully add a custom > kernel object to my Yocto poky build, no problem. However, I am having > some difficulty adding a shared library, namely mDNSResponder. > Andre has already replied wit

[yocto] toasterconf.json

2017-09-28 Thread Stéphane Ancelot
hi, I setted up a toaster configuration. but there are few incoherent things with manual: 1/ I can not find any toasterconf.json file 2/ the toaster interface runs but if try to use "local yocto project", no compatible layers are displayed (openembedded-core,meta-poky...) Regards, S.Ancel

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-28 Thread Bryan Evenson
Ross, From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, September 27, 2017 6:43 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows) On 27 September 2017 at 21:59, Bryan Evenson ma

[yocto] SSTATE_DIR not working with multi user environment

2017-09-28 Thread Marco
Hi this is a follow up to another thread called "Unclear sstate-cache dir permissions" I am trying to share a sstate-cache between two (or more) users in a shared directory. Although I set the directory owner, group and permissions I face to a weird condition that I don't understand and seems to p

Re: [yocto] advice on recipe for shared lib mDNSResponder

2017-09-28 Thread Steve Pavao
Hello, Thanks so much for the great and useful information from you and Ross. I was unable to successfully build that recipe here, though. I’ll check with the maintainers to ask why. All I did was clone the meta-intel-iot-middleware repo, add that layer to bblayers.conf, and add mdns to IMAGE

Re: [yocto] want to execute a script having sudo : sudo cryptsetup

2017-09-28 Thread Randy MacLeod
On 2017-09-27 01:28 PM, John Finley wrote: pseudo can't do some of the cryptsetup functions that really require root, or at least I could not convince it to. Using sudo is not so good, but I don't think there's an easy way around it for the cryptsetup stuff. If you can narrow down what's missi

Re: [yocto] advice on recipe for shared lib mDNSResponder

2017-09-28 Thread Paul Eggleton
Hi Steve, On Friday, 29 September 2017 5:29:32 AM NZDT Steve Pavao wrote: > I was unable to successfully build that recipe here, though. I’ll check > with the maintainers to ask why. > > All I did was clone the meta-intel-iot-middleware repo, add that layer to > bblayers.conf, and add mdns to IM

Re: [yocto] advice on recipe for shared lib mDNSResponder

2017-09-28 Thread Andre McCurdy
On Thu, Sep 28, 2017 at 3:30 PM, Paul Eggleton wrote: > Hi Steve, > > On Friday, 29 September 2017 5:29:32 AM NZDT Steve Pavao wrote: >> I was unable to successfully build that recipe here, though. I’ll check >> with the maintainers to ask why. >> >> All I did was clone the meta-intel-iot-middlew

Re: [yocto] advice on recipe for shared lib mDNSResponder

2017-09-28 Thread Andre McCurdy
On Thu, Sep 28, 2017 at 5:11 PM, Andre McCurdy wrote: > On Thu, Sep 28, 2017 at 3:30 PM, Paul Eggleton > wrote: >> Hi Steve, >> >> On Friday, 29 September 2017 5:29:32 AM NZDT Steve Pavao wrote: >>> I was unable to successfully build that recipe here, though. I’ll check >>> with the maintainers

Re: [yocto] advice on recipe for shared lib mDNSResponder

2017-09-28 Thread Paul Eggleton
On Friday, 29 September 2017 1:44:13 PM NZDT Andre McCurdy wrote: > On Thu, Sep 28, 2017 at 5:11 PM, Andre McCurdy wrote: > > On Thu, Sep 28, 2017 at 3:30 PM, Paul Eggleton > > wrote: > >> Hi Steve, > >> > >> On Friday, 29 September 2017 5:29:32 AM NZDT Steve Pavao wrote: > >>> I was unable to su

[yocto] [meta-security][PATCH] clamav: update llvm to use 5.0 to match version in core

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/clamav/clamav_0.99.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/clamav/clamav_0.99.2.bb b/recipes-security/clamav/clamav_0.99.2.bb index c755a64..5dfda8f 100644 --- a/recipes-security/clamav/clamav_0.99

[yocto] Adding security audit tools

2017-09-28 Thread Armin Kuster
Lynis and openscap are both compliance tools. This provides the basic framework. The os-release and oe-release recipes will be moved and really belong in a distro or other solution layer, IMHO. I have not figured out the companion layer yet. This makes it useable. [meta-security][PATCH 1/8] meta-

[yocto] [meta-security][PATCH 1/8] meta-security-compliance: add new layer for compliance and audit applications

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-security-compliance/README | 41 meta-security-compliance/conf/layer.conf | 13 ++ 2 files changed, 54 insertions(+) create mode 100644 meta-security-compliance/README create mode 100644 meta-security-complia

[yocto] [meta-security][PATCH 2/8] lynis: add auditing tool

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-auditors/lynis/lynis_2.5.1.bb | 41 +++ 1 file changed, 41 insertions(+) create mode 100644 recipes-auditors/lynis/lynis_2.5.1.bb diff --git a/recipes-auditors/lynis/lynis_2.5.1.bb b/recipes-auditors/lynis/lynis_2.5.1.bb n

[yocto] [meta-security][PATCH 5/8] openscap: add dameon

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../openscap-daemon/openscap-daemon_0.1.6.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb diff --git a/meta-security-compliance/recipes-

[yocto] [meta-security][PATCH 3/8] openscap: add package

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../openscap/files/crypto_pkgconfig.patch | 36 ++ .../openscap/files/probe_dir_fixup.patch | 17 + .../recipes-openscap/openscap/files/run-ptest | 3 + .../recipes-openscap/openscap/openscap.inc | 2 + .../recipes-open

[yocto] [meta-security][PATCH 6/8] openscap: Add oe specific files

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../files/OpenEmbedded_nodistro_0.xccdf.xml| 14 .../oe-scap/files/OpenEmbedded_nodistro_0.xml | 83 ++ .../oe-scap/files/oval-to-xccdf.xslt | 72 +++ .../recipes-openscap/oe-scap/files/run_cve.sh

[yocto] [meta-security][PATCH 8/8] oe-release: add oe-release file for openscap

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../openembedded-release_1.0.bb| 32 ++ 1 file changed, 32 insertions(+) create mode 100644 meta-security-compliance/recipes-core/openembedded-release/openembedded-release_1.0.bb diff --git a/meta-security-compliance/reci

[yocto] [meta-security][PATCH 7/8] os-release: needed by openscap

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-security-compliance/recipes-core/os-release/os-release.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 meta-security-compliance/recipes-core/os-release/os-release.bbappend diff --git a/meta-security-compliance/recipes-core/os-release/

[yocto] [meta-security][PATCH 4/8] openscap: add scap-security-guide

2017-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../scap-security-guide_0.1.33.bb | 57 ++ 1 file changed, 57 insertions(+) create mode 100644 meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_0.1.33.bb diff --git a/meta-security-compliance

[yocto] [meta-cgl][PATCH] kernel: Fix config warning for CONFIG_I2C_ALGOBIT

2017-09-28 Thread zhe.he
From: He Zhe CONFIG_DRM in yocto-kernel-cache selects CONFIG_I2C_ALGOBIT as "y". Change CONFIG_I2C_ALGOBIT 00026-lm-sensors.cfg from "m" to "y" to avoid following config conflict. -- CONFIG_I2C_ALGOBIT - Config: CONFIG_I2C_ALGOBIT From: /PATH/TO/i915.cfg /PATH/TO/00026-lm