diff options
author | Ken Werner <ken.werner@linaro.org> | 2012-06-19 15:20:58 +0200 |
---|---|---|
committer | Ken Werner <ken.werner@linaro.org> | 2012-06-19 15:20:58 +0200 |
commit | 34b63dced697af2dde6750e1510598beb6917950 (patch) | |
tree | 41479a0b514a3c25da63385ed69904ff37bebd01 | |
parent | 4e04a8c18d56c3ab47eb487a61e8620269267b5b (diff) | |
download | meta-linaro-34b63dced697af2dde6750e1510598beb6917950.tar.gz |
Add support for the 12.06 release of the Linaro binary toolchainbinary-4.6-2012.06
This requires to change the ELT_TARGET_SYS to arm-linux-gnueabihf.
The following configuration has been tested:
EXTERNAL_TOOLCHAIN = "/path/to/gcc-linaro-arm-linux-gnueabihf-2012.06_linux"
TCMODE = "external-linaro"
IMAGE_LINGUAS = ""
LIMIT_BUILT_LOCALES = "POSIX"
DEFAULTTUNE = "armv7athf-neon"
ARM_INSTRUCTION_SET = "thumb"
Signed-off-by: Ken Werner <ken.werner@linaro.org>
-rw-r--r-- | conf/distro/include/tcmode-external-linaro.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/tcmode-external-linaro.inc b/conf/distro/include/tcmode-external-linaro.inc index d7fc14e5..f52a57d3 100644 --- a/conf/distro/include/tcmode-external-linaro.inc +++ b/conf/distro/include/tcmode-external-linaro.inc @@ -7,7 +7,7 @@ EXTERNAL_TOOLCHAIN ?= "/usr/local/linaro-binary-toolchain/${TARGET_ARCH}" TOOLCHAIN_PATH_ADD = "${EXTERNAL_TOOLCHAIN}/bin:" PATH =. "${TOOLCHAIN_PATH_ADD}" -ELT_TARGET_SYS = "arm-linux-gnueabi" +ELT_TARGET_SYS = "arm-linux-gnueabihf" TARGET_PREFIX = "${ELT_TARGET_SYS}-" PREFERRED_PROVIDER_linux-libc-headers = "external-linaro-toolchain" |