From 856a7fd944f2881b663a82556a990ea72010f2d7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 21 Apr 2011 11:37:23 +0100 Subject: bitbake.conf: Set SDK_VENDOR to -oesdk Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8f8e21bcc..d1d3adce3 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -85,7 +85,7 @@ TARGET_CC_ARCH = "" SDK_ARCH = "${BUILD_ARCH}" SDK_OS = "${BUILD_OS}" -SDK_VENDOR = "-pokysdk" +SDK_VENDOR = "-oesdk" SDK_SYS = "${SDK_ARCH}${SDK_VENDOR}${@['-' + bb.data.getVar('SDK_OS', d, 1), ''][bb.data.getVar('SDK_OS', d, 1) == ('' or 'custom')]}" SDK_PREFIX = "${SDK_SYS}-" SDK_CC_ARCH = "${BUILD_CC_ARCH}" -- cgit v1.2.3