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

2019-04-11 Thread Lukasz Zemla
On Tuesday, March 26, 2019 9:54 PM, Timothy Froehlich wrote: > 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 func

[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} mv