angstrom: add TOOLCHAIN_*PATH from oe.dev bitbake.conf

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-03-14 18:38:53 +01:00
parent 1b427b4f22
commit 2957e46f01

View File

@@ -3,6 +3,8 @@
# bitbake.conf stuff:
TARGET_LDFLAGS += "${TARGET_LINK_HASH_STYLE}"
TOOLCHAIN_PATH ?= "${STAGING_DIR_NATIVE}${prefix_native}/bin/${BASE_PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}"
TOOLCHAIN_SYSPATH ?= "${TOOLCHAIN_PATH}/${TARGET_SYS}"
# Image.bbclass stuff: