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.pala...@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

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to