Re: [yocto] How to split rootfs image?

2018-07-16 Thread Andre McCurdy
On Wed, Jul 11, 2018 at 12:16 PM, Lukasz Zemla wrote: > Dear All, > > Because of some formal reasons, we would like to split our rootfs image into > 2 parts: > > 1. base system - to be reused between different project variants, typical > rootfs content. > > 2. application/data - less critical appl

Re: [yocto] How to split rootfs image?

2018-07-16 Thread Darcy Watkins
I did something similar to this a while back, but I didn’t care about the image itself, just the manifest so I could generate RPM lists. So we would install the base content from a tarball and then install supplemental / optional content from RPMs. I used a filter in my script to exclude the ro

[yocto] How to split rootfs image?

2018-07-15 Thread Lukasz Zemla
Dear All, Because of some formal reasons, we would like to split our rootfs image into 2 parts: 1. base system - to be reused between different project variants, typical rootfs content. 2. application/data - less critical application, configuration, data, logs. How to generate in Yocto ap