From: Robert Yang Date: Wed, 28 Dec 2011 09:25:20 +0000 (+0800) Subject: Incremental rpm image generation(Add config sample) X-Git-Tag: 2015-4~12091 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0df0399677a6677fc810e32e9275ee9e79021e9a;p=openembedded-core.git 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 --- 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"