From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U7i1z-0008BM-5O for openembedded-core@lists.openembedded.org; Tue, 19 Feb 2013 08:54:32 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r1J7cHjR006859 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 18 Feb 2013 23:38:18 -0800 (PST) Received: from pek-qchen1-d1.corp.ad.wrs.com (128.224.163.154) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.318.4; Mon, 18 Feb 2013 23:38:16 -0800 From: To: Date: Tue, 19 Feb 2013 15:38:12 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Cc: Zhenfeng.Zhao@windriver.com Subject: [PATCH 0/4] Read-only rootfs followup patches X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 07:54:40 -0000 X-List-Received-Date: Tue, 19 Feb 2013 07:54:40 -0000 X-List-Received-Date: Tue, 19 Feb 2013 07:54:40 -0000 Content-Type: text/plain 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. 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 (4): 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 meta/classes/core-image.bbclass | 4 + meta/classes/image.bbclass | 18 +++++ .../initscripts-1.0/populate-volatile.sh | 77 ++++++++++++++------ 3 files changed, 77 insertions(+), 22 deletions(-) -- 1.7.9.5