[yocto] [meta-security][PATCH 2/2] sssd: fix libcrypto version used

2019-03-25 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/sssd/sssd_1.16.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/sssd/sssd_1.16.3.bb b/recipes-security/sssd/sssd_1.16.3.bb index 8f7f805..d39fa23 100644 --- a/recipes-security/sssd/sssd_1.16.3.bb +++

[yocto] [meta-security][PATCH 1/2] keyutils: fix pulling in glibc when musl enabled

2019-03-25 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/keyutils/keyutils_1.6.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-security/keyutils/keyutils_1.6.bb b/recipes-security/keyutils/keyutils_1.6.bb index 054e0c1..c961fa2 100644 ---

[yocto] Yocto Project Unassigned Bugs - Help Needed

2019-03-25 Thread sjolley.yp.pm
All, The triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

Re: [yocto] [rauc] create a rescue image

2019-03-25 Thread Patrick Boettcher
Hi, On Mon, 25 Mar 2019 16:01:37 +0100 jairo wrote: > Hi all, > > I want to make a system with a rescue partition. > > What is the minimum to make a rescue image? Or how can it be done? > > I use a board with a imx6 micro from phytec, and in the meta-yogurt > layer there is a recipe called

[yocto] [rauc] create a rescue image

2019-03-25 Thread jairo
Hi all, I want to make a system with a rescue partition. What is the minimum to make a rescue image? Or how can it be done? I use a board with a imx6 micro from phytec, and in the meta-yogurt layer there is a recipe called phytec-initramfs-image.bb that creates an image or partition with

Re: [yocto] [OE-core] Information about non-traditional uses of the Yocto Project and OpenEmbedded

2019-03-25 Thread Angus Lees
Oh I lie, some of my Android-SDK stuff survives: https://github.com/anguslees/openembedded-android/wiki Here's a relevant scummvm forum post to put it in historical context: https://forums.scummvm.org/viewtopic.php?p=57260=bcf54148cb83752212a19262b76551c8#p57260 ... And my announce to the

Re: [yocto] [OE-core] Information about non-traditional uses of the Yocto Project and OpenEmbedded

2019-03-25 Thread Angus Lees
I use yocto to build an immutable disk image for several architectures of Kubernetes servers (currently armv7, aarch64, x86-64). It's basically a CoreOS Container Linux clone, except smaller and more portable. I like yocto/OE's powerful cross-compilation, minimalism, read-only rootfs, A/B image

[yocto] How to avoid a including a package in the rootfs

2019-03-25 Thread B, Karthik
Hi, I am trying to build an Upgrade package which basically has some shell scripts as executables. But I don't want them included in the rootfs, instead I will place them over the air when a upgrade is required. Below is the .bb file which I have written for achieving the same. SECTION =

Re: [linux-yocto] [PATCH] cgl: audit: Remove CONFIG_AUDIT_WATCH and CONFIG_AUDIT_WATCH

2019-03-25 Thread He Zhe
This for 5.0 and master. Zhe On 3/25/19 2:33 PM, zhe...@windriver.com wrote: > From: He Zhe > > In the following commits, these two options have been replaced by > CONFIG_AUDITSYSCALL which is in audit.cfg. > > c8fc5d49c341 ("audit: remove WATCH and TREE config options") > cb74ed278f80 ("audit:

[linux-yocto] [PATCH] cgl: audit: Remove CONFIG_AUDIT_WATCH and CONFIG_AUDIT_WATCH

2019-03-25 Thread zhe.he
From: He Zhe In the following commits, these two options have been replaced by CONFIG_AUDITSYSCALL which is in audit.cfg. c8fc5d49c341 ("audit: remove WATCH and TREE config options") cb74ed278f80 ("audit: always enable syscall auditing when supported and audit is enabled") Signed-off-by: He