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

2019-03-26 Thread akuster808
On 3/26/19 3:24 AM, Adrian Bunk wrote: > On Mon, Mar 25, 2019 at 09:58:55AM -0700, Armin Kuster wrote: >> 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

[yocto] Read-only filesystems: Move directory to RW directory and symlink back

2019-03-26 Thread Timothy Froehlich
Is there a recommended way of doing this? Right now I have a ROOTFS_POSTPROCESS_CMD that moves the directories and symlinks them back, but I'm not sure if I'm doing it exactly right or if there's something built-in. The function just does a bunch of this: install -d ${D}/${persist_dir}

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

2019-03-26 Thread Mike Looijmans
On 26-03-19 12:31, jairo wrote: > > Thank you very much Mike. > > > >> With NAND you'll probably have a filesystem (jffs2 or UBI) in place. >> With that, you could just use a package manager like opkg to update >> sofware. If the box has a network connection, just running "opkg >> update &&

[yocto] Yocto Project Status WW13'19

2019-03-26 Thread sjolley.yp.pm
Current Dev Position: YP 2.7 M4 (New feature Freeze has begun.) Next Deadline: YP 2.7 M3 Release Target was Mar. 8, 2019 SWAT Team Rotation: * SWAT lead is currently: Paul * SWAT team rotation: Paul -> Ross on Mar. 30, 2019 * SWAT team rotation: Ross -> Amanda on Apr. 5,

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

2019-03-26 Thread jairo
Thank you very much Mike. > With NAND you'll probably have a filesystem (jffs2 or UBI) in place. > With that, you could just use a package manager like opkg to update > sofware. If the box has a network connection, just running "opkg > update && opkg upgrade" will install the current releases

[yocto] [meta-anaconda][PATCH 1/1] packagegroup-anaconda-support: Add lvm2-udevrules

2019-03-26 Thread Ovidiu Panait
Installing an image without lvm2-udevrules using Anaconda would produce an un-bootable system because "/dev/mapper/xxx" files are not created. Signed-off-by: Ovidiu Panait --- .../packagegroups/packagegroup-anaconda-support.bb | 1 + 1 file changed, 1 insertion(+) diff --git

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

2019-03-26 Thread Adrian Bunk
On Mon, Mar 25, 2019 at 09:58:55AM -0700, Armin Kuster wrote: > 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 >

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

2019-03-26 Thread jairo
El mar, 26-03-2019 a las 09:14 +0100, Patrick Boettcher escribió: > On Tue, 26 Mar 2019 09:05:47 +0100 > jairo wrote: > > > Thanks Patrick: > > > > > > The idea is that when an update is going to be done, the system > > will > > restart in the rescue partition so that it updates the main > >

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

2019-03-26 Thread Dimitris Tassopoulos
Hi Gus, very interesting stuff you have there. Thanks for the heads up. Dimitris On Mon, Mar 25, 2019 at 4:10 PM Angus Lees wrote: > 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

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

2019-03-26 Thread Patrick Boettcher
On Tue, 26 Mar 2019 09:05:47 +0100 jairo wrote: > Thanks Patrick: > > > The idea is that when an update is going to be done, the system will > restart in the rescue partition so that it updates the main partition > and when it is updated it will restart the main partition again. This is a

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

2019-03-26 Thread jairo
Thanks Patrick: The idea is that when an update is going to be done, the system will restart in the rescue partition so that it updates the main partition and when it is updated it will restart the main partition again. I think the problem (among others) was having it because I was not