[oe-commits] Robert Yang : Incremental rpm image generation(Add config sample)

git at git.openembedded.org git at git.openembedded.org
Wed Jan 11 10:41:59 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 0df0399677a6677fc810e32e9275ee9e79021e9a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0df0399677a6677fc810e32e9275ee9e79021e9a

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Dec 28 17:25:20 2011 +0800

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 at windriver.com>

---

 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 7c26572..b901c5b 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"





More information about the Openembedded-commits mailing list