All of lore.kernel.org
 help / color / mirror / Atom feed
From: ChenQi <Qi.Chen@windriver.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: Zhenfeng.Zhao@windriver.com, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH V6 3/6] core-image.bbclass: support read-only rootfs
Date: Mon, 7 Jan 2013 11:14:53 +0800	[thread overview]
Message-ID: <50EA3DAD.7040206@windriver.com> (raw)
In-Reply-To: <20130106095233.GD3272@jama>

On 01/06/2013 05:52 PM, Martin Jansa wrote:
> On Sun, Jan 06, 2013 at 05:44:25PM +0800, Qi.Chen@windriver.com wrote:
>> From: Chen Qi <Qi.Chen@windriver.com>
>>
>> The hook function is appended to ROOTFS_POSTPROCESS_COMMAND
>> properly to support the 'read-only-rootfs' image feature.
>>
>> [YOCTO #3406]
>>
>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
>>   meta/classes/core-image.bbclass |    5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
>> index 2e67018..ebb9597 100644
>> --- a/meta/classes/core-image.bbclass
>> +++ b/meta/classes/core-image.bbclass
>> @@ -28,6 +28,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
>>   # - dev-pkgs            - development packages (headers, etc.) for all installed packages in the rootfs
>>   # - dbg-pkgs            - debug symbol packages for all installed packages in the rootfs
>>   # - doc-pkgs            - documentation packages for all installed packages in the rootfs
>> +# - read-only-rootfs    - tweaks an image to support read-only rootfs
>>   #
>>   PACKAGE_GROUP_x11 = "packagegroup-core-x11"
>>   PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base"
>> @@ -73,9 +74,9 @@ inherit image
>>   
>>   # Create /etc/timestamp during image construction to give a reasonably sane default time setting
>>   ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp ; "
>> -
>>   # Zap the root password if debug-tweaks feature is not enabled
>>   ROOTFS_POSTPROCESS_COMMAND += '${@base_contains("IMAGE_FEATURES", "debug-tweaks", "", "zap_root_password ; ",d)}'
>>   # Allow openssh accept empty password login if both debug-tweaks and ssh-server-openssh are enabled
>>   ROOTFS_POSTPROCESS_COMMAND += '${@base_contains("IMAGE_FEATURES", "debug-tweaks ssh-server-openssh", "openssh_allow_empty_password; ", "",d)}'
>> -
>> +# Tweak the mount options for rootfs in /etc/fstab if read-only-rootfs is enabled
> This read_only_rootfs_hook does more than that, please update comment
>
> Cheers,
>

Thank you for your kindly reminding.

I've modified the comment and sent out this patch again.

Cheers,
Chen Qi

>> +ROOTFS_POSTPROCESS_COMMAND += '${@base_contains("IMAGE_FEATURES", "read-only-rootfs", "read_only_rootfs_hook; ", "",d)}'
>> -- 
>> 1.7.9.5
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




  reply	other threads:[~2013-01-07  3:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-06  9:44 [PATCH V6 0/6] read-only rootfs support Qi.Chen
2013-01-06  9:44 ` [PATCH V6 1/6] sysvinit: add ROOTFS_READ_ONLY variable to rcS-default Qi.Chen
2013-01-06  9:44 ` [PATCH V6 2/6] image.bbclass: add two funtions to support readonly rootfs Qi.Chen
2013-01-11 23:33   ` Saul Wold
2013-01-14  2:34     ` ChenQi
2013-01-06  9:44 ` [PATCH V6 3/6] core-image.bbclass: support read-only rootfs Qi.Chen
2013-01-06  9:52   ` Martin Jansa
2013-01-07  3:14     ` ChenQi [this message]
2013-01-06  9:44 ` [PATCH V6 4/6] initscripts: " Qi.Chen
2013-01-06  9:44 ` [PATCH V6 5/6] core-image-minimal: " Qi.Chen
2013-01-06  9:44 ` [PATCH V6 6/6] core-image-sato: " Qi.Chen
2013-01-06 19:05   ` Otavio Salvador
2013-01-07  3:06     ` ChenQi
2013-01-07 10:30       ` Otavio Salvador
2013-01-08  2:22         ` ChenQi
2013-01-11 23:32           ` Saul Wold
2013-01-14  2:35             ` ChenQi
     [not found] <cover.1357528373.git.Qi.Chen@windriver.com>
2013-01-07  3:13 ` [PATCH V6 3/6] core-image.bbclass: " Qi.Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50EA3DAD.7040206@windriver.com \
    --to=qi.chen@windriver.com \
    --cc=Zhenfeng.Zhao@windriver.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.