]> code.ossystems Code Review - openembedded-core.git/commitdiff
Incremental rpm image generation(Add config sample)
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 28 Dec 2011 09:25:20 +0000 (17:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2012 10:33:23 +0000 (10:33 +0000)
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>
meta/conf/local.conf.sample.extended

index 7c265724c1c1cc375ba8940283ef023fdf52d8aa..b901c5b3aedc51041e9e4d61cf0b68cae2ebf4b5 100644 (file)
 # 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"