[OE-core] [PATCH 0/3] 'wic'- OpenEmbedded Image Creator

Tom Zanussi tom.zanussi at linux.intel.com
Mon Sep 30 01:18:33 UTC 2013


On Sat, 2013-09-28 at 13:10 -0400, Trevor Woerner wrote:
> On 26 September 2013 22:17, Tom Zanussi <tom.zanussi at linux.intel.com> wrote:
> > This patchset implements a new command named 'wic' (for OpenEmbedded
> > Image Creator).  Please see [YOCTO #3847] for extensive background on
> > what's implemented here.
> 
> Wow Tom, this is really AWESOME work! And thanks for the excellent
> detailed description of the current system which you documented in
> [YOCTO #3847]!
> 

Thanks!

> One question comes to mind: if I have a package which installs files
> to two (or more) different directories and I have decided (for
> whatever reason) that those directories should be on separate
> partitions, is this supported?

No, the current code doesn't, but what I had planned on doing was adding
hyphenated suffixes onto the --source rootfs param which would be
treated as subdividing the rootfs (passed in using -r) and creating
separate partitions with those contents e.g.

--source rootfs-home
--source rootfs-usr-local

So in the above, the contents of /home would be split out into a
separate partition (and subtracted from rootfs) as well as /usr/local,
and fstab entries would be created to mount those partitions as /home
and /usr/local...

Tom 

> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core





More information about the Openembedded-core mailing list