[oe] [PATCH] native.bbclass: add (re)definitions for TARGET_SYS and HOST_SYS

Phil Blundell philb at gnu.org
Fri Aug 20 14:39:56 UTC 2010


On Fri, 2010-08-20 at 16:19 +0200, Frans Meulenbroeks wrote:
> @@ -23,6 +23,7 @@ TARGET_VENDOR = "${BUILD_VENDOR}"
>  TARGET_PREFIX = "${BUILD_PREFIX}"
>  TARGET_CC_ARCH = "${BUILD_CC_ARCH}"
>  TARGET_EXEEXT = "${BUILD_EXEEXT}"
> +TARGET_SYS = "${BUILD_SYS}"

I don't think this is the right thing; native.bbclass already assigns
TARGET_OS = "${BUILD_OS}".

Do you really need to use a _local override for TARGET_OS?  If so then I
guess you need to find a way to stop it applying for virtclass-native.

p.






More information about the Openembedded-devel mailing list