From patchwork Wed Feb 20 05:55:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2,0/5] Read-only rootfs followup patches Date: Wed, 20 Feb 2013 05:55:29 -0000 From: Qi.Chen@windriver.com X-Patchwork-Id: 44893 Message-Id: To: Cc: Zhenfeng.Zhao@windriver.com From: Chen Qi This patchset enables populate-volatile.sh script run at rootfs time. For the purpose of easier review, changes for populate-volatile.sh script have been divided into two parts. This patchset has been tested with core-image-minimal, with and without 'read-only-rootfs' image feature. V2 fixes some errors in V1 and remove the trailing whitespaces in populate-volatile.sh. The following changes since commit c7b23ab68aafc04d9830ef318015912e5d4f0672: maintainers.inc: update ownership of recipes (2013-02-17 22:33:30 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/readonly-rootfs-followups http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/readonly-rootfs-followups Chen Qi (5): image.bbclass: add a hook funtion to support readonly rootfs core-image.bbclass: support read-only rootfs populate-volatile.sh: add ROOT_DIR variable to support running at rootfs time populate-volatile.sh: improve the handling of link config items populate-volatile.sh: remove trailing whitespaces meta/classes/core-image.bbclass | 4 + meta/classes/image.bbclass | 18 ++++ .../initscripts-1.0/populate-volatile.sh | 89 ++++++++++++++------ 3 files changed, 83 insertions(+), 28 deletions(-)