[oe] [RFC] A case of distro config overriding DISTRO var

Richard Purdie rpurdie at rpsys.net
Sat Feb 9 18:42:49 UTC 2008


Hi,

On Sat, 2008-02-09 at 11:56 +0200, Paul Sokolovsky wrote:
> ============================================================
> --- classes/image.bbclass	4d92381733b09bae07a07da35bd0024744924c3c
> +++ classes/image.bbclass	6eeae6a01c36465bc36cc737d42ea6b8ab09b152
> @@ -90,6 +90,7 @@ fakeroot do_rootfs () {
>  	${IMAGE_PREPROCESS_COMMAND}
>  		
>  	export TOPDIR=${TOPDIR}
> +	export DISTRO=${USERDISTRO}
>  	export MACHINE=${MACHINE}

This could be rather confusing, can we not have:

USERDISTRO=${USERDISTRO}

then its obvious which variable we mean?

Otherwise its fine with me.

Cheers,

Richard





More information about the Openembedded-devel mailing list