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:37:33 +0000 |
commit | 6bde156c5ce58c8e55cd6f5fd5f87982a919ba34 (patch) | |
tree | 1c5f42584cbf6ba7e52eb34e25fa481e76cd5d45 /meta-yocto/conf | |
parent | 9d1823b2a0193b3c20fa30f0a118b4ee80a20027 (diff) | |
download | poky-6bde156c5ce58c8e55cd6f5fd5f87982a919ba34.tar.gz |
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 <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
123 | # The following is a list of classes to import to use in the generation of images | 123 | # The following is a list of classes to import to use in the generation of images |
124 | # currently an example class is image_types_uboot | 124 | # currently an example class is image_types_uboot |
125 | # IMAGE_CLASSES = " image_types_uboot" | 125 | # IMAGE_CLASSES = " image_types_uboot" |
126 | |||
127 | # Incremental rpm image generation, the rootfs would be totally removed | ||
128 | # and re-created in the second generation by default, but with | ||
129 | # INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will | ||
130 | # do update(remove/add some pkgs) on it. NOTE: This is not suggested | ||
131 | # when you want to create a productive rootfs | ||
132 | #INC_RPM_IMAGE_GEN = "1" | ||