Re: [linux-yocto] [linux-yocto 4.15] crypto: aes-generic - fix aes-generic regression on powerpc

2018-06-09 Thread Bruce Ashfield
merged. SRCREV updates will be in my next series, but obviously, you can use it now for any h/w reference updates. Bruce On 2018-06-07 10:14 PM, Kevin Hao wrote: From: Arnd Bergmann commit 6e36719fbe90213fbba9f50093fa2d4d69b0e93c upstream My last bugfix added -Os on the command line, which

Re: [yocto] How handle files needing updates in read-only filesystem

2018-06-09 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Ulf Samuelsson > Sent: den 9 juni 2018 11:51 > To: yocto@yoctoproject.org > Subject: [yocto] How handle files needing updates in read-only > filesystem > > We have a rootfs

[yocto] How handle files needing updates in read-only filesystem

2018-06-09 Thread Ulf Samuelsson
We have a rootfs which is read-only. For files that needs to be updated, like "/etc/localtime" we will create a symbolic link to a partition (/persistent) which is retained between rootfs image updates. /etc/localtime -> /persistent/etc/localtime The original recipe will generate the real