From 6bde156c5ce58c8e55cd6f5fd5f87982a919ba34 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 28 Dec 2011 17:25:20 +0800 Subject: 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] (From OE-Core rev: 0df0399677a6677fc810e32e9275ee9e79021e9a) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample.extended | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 7c265724c1..b901c5b3ae 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/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" -- cgit v1.2.3-54-g00ecf