[yocto] bitbak command: No recipe available for

2019-06-26 Thread danwe
while using the command: daniel@daniel-VirtualBox:~/bbb$ MACHINE=beaglebone bitbake core-immage-full cmdline I get the following ouput: Loading cache: 100% || Time: 0:00:03 Loaded 1358 entries from dependency cache. Parsing recipes: 100% |

[yocto] [meta-cgl][PATCH 3/3] libhtml-tagset-perl: remove recipe

2019-06-26 Thread Yi Zhao
The libhtml-tagset-perl recipe was added to meta-perl layer with commit: 4058e65f3c4e17ad04423f4c9edf8607fe6fdb4f We can drop this duplicate recipe. Signed-off-by: Yi Zhao --- .../recipes-perl/perl/libhtml-tagset-perl_3.20.bb | 17 - 1 file changed, 17 deletions(-) delete

[yocto] [meta-cgl][PATCH 2/3] packagegroup-cgl-applications: only install libpam and pam-passwdqc if pam distro flag set

2019-06-26 Thread Yi Zhao
Fix build error when pam distro flag is not set: $ bitbake packagegroup-cgl-applications ERROR: Nothing RPROVIDES 'pam-passwdqc' (but /buildarea/poky/meta-cgl/meta-cgl-common/packagegroups/packagegroup-cgl-applications.bb RDEPENDS on or otherwise requires it) ERROR: Nothing RPROVIDES 'libpam' (but

[yocto] [meta-cgl][PATCH 1/3] packagegroup-cgl-middleware: remove ipsec-tools and umip

2019-06-26 Thread Yi Zhao
The ipsec-tools and umip had been removed from meta-openembedded. We should remove them from the packagegroup. Signed-off-by: Yi Zhao --- meta-cgl-common/packagegroups/packagegroup-cgl-middleware.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-cgl-common/packagegroups/packagegroup-c

Re: [yocto] Are native packages dependencies listed in license.manifest?

2019-06-26 Thread Pierre-Luc Buhler
Thanks for the response. Have a nice day. PLB Le lun. 24 juin 2019, à 17 h 49, Burton, Ross a écrit : > The image manifest lists what is being *distributed* so doesn't > include native dependencies. > > Ross > > On Mon, 24 Jun 2019 at 19:50, wrote: > > > > Hi, > > I’m currently working to rem

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-26 Thread Randy MacLeod
On 6/25/19 9:51 PM, Anibal Limon wrote: On Wed, 19 Jun 2019 at 12:50, Randy MacLeod > wrote: On 6/14/19 10:48 AM, Randy MacLeod wrote: > When running the run-execscript bash ptest as a user rather than root, a warning: >    bash: cannot se

[yocto] [meta-security][PATCH] kernel: Add conditional inclusion of fragments for linux-yocto-dev

2019-06-26 Thread zhe.he
From: He Zhe Signed-off-by: He Zhe --- recipes-kernel/linux/linux-yocto-dev.bbappend | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto-dev.bbappend diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yoc

Re: [yocto] General Question: Device specific value store

2019-06-26 Thread Andrea Adami
On Wed, Jun 26, 2019 at 12:03 PM Morné Lamprecht wrote: > > On Tue, Jun 25, 2019 at 09:25:13AM -0400, Larry Brown wrote: > >>> I wonder, if there are best practices, how to protect the data from > >>> getting > >>> corrupted (intentionally by an attacker or by accident through ... flash > >>> cor

Re: [yocto] General Question: Device specific value store

2019-06-26 Thread Morné Lamprecht
On Tue, Jun 25, 2019 at 09:25:13AM -0400, Larry Brown wrote: I wonder, if there are best practices, how to protect the data from getting corrupted (intentionally by an attacker or by accident through ... flash corruption or whatever). Ideally your hardware should have some sort of hw-based sec