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

Flanagan, Elizabeth elizabeth.flanagan at intel.com
Fri Sep 20 08:25:03 PDT 2013


Pulled into master. In production today. Thanks.

-b

On Thu, Sep 19, 2013 at 6:04 AM, Alexandru Palalau
<alexandrux.palalau at intel.com> wrote:
> 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
>



-- 
Elizabeth Flanagan
Yocto Project
Build and Release



More information about the yocto mailing list