diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2011-12-28 17:25:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-11 10:33:23 +0000 |
commit | 0df0399677a6677fc810e32e9275ee9e79021e9a (patch) | |
tree | 9037c00bf8b76cdec2914df5e76266786b7ac032 /meta/conf | |
parent | 575ba3c9e153a1d8ac228a99a03ca2df5fbca151 (diff) | |
download | openembedded-core-0df0399677a6677fc810e32e9275ee9e79021e9a.tar.gz openembedded-core-0df0399677a6677fc810e32e9275ee9e79021e9a.tar.bz2 openembedded-core-0df0399677a6677fc810e32e9275ee9e79021e9a.zip |
Incremental rpm image generation(Add config sample)
Add the config sample for incremental image generation to
meta-yocto/conf/local.conf.sample.extended
[YOCTO #1651]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index 7c265724c1..b901c5b3ae 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -123,3 +123,10 @@ # The following is a list of classes to import to use in the generation of images # currently an example class is image_types_uboot # IMAGE_CLASSES = " image_types_uboot" + +# Incremental rpm image generation, the rootfs would be totally removed +# and re-created in the second generation by default, but with +# INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will +# do update(remove/add some pkgs) on it. NOTE: This is not suggested +# when you want to create a productive rootfs +#INC_RPM_IMAGE_GEN = "1" |