[yocto] [yocto-autobuilder][PATCH] buildset-config: small improvement to nightly-qa-logrotate scenario

Alexandru Palalau alexandrux.palalau at intel.com
Thu Sep 19 06:04:25 PDT 2013


Replaced DISTRO_EXTRA_RDEPENDS (which applies only for images that
include packagegroup-base) with IMAGE_INSTALL_append in order to add
logrotate package to the image.

Signed-off-by: Alexandru Palalau <alexandrux.palalau at intel.com>
---
 buildset-config/nightly-qa-logrotate.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildset-config/nightly-qa-logrotate.conf b/buildset-config/nightly-qa-logrotate.conf
index c82206e..1a60bd3 100644
--- a/buildset-config/nightly-qa-logrotate.conf
+++ b/buildset-config/nightly-qa-logrotate.conf
@@ -8,7 +8,7 @@ steps: [{'SetDest':{}},
         {'CheckOutLayers': {}},
         {'RunPreamble': {}},
         {'GetDistroVersion' : {'distro': 'poky'}},
-        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'atextappend' : '\nDISTRO_EXTRA_RDEPENDS += "logrotate"\n'}},
+        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'atextappend' : '\nIMAGE_INSTALL_append = " logrotate"\n'}},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
         {'BuildImages': {'images': 'core-image-sato'}},
         {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'logrotate'}}]
-- 
1.7.11.7




More information about the yocto mailing list