angstrom-core-tweaks.inc: Append libc name to sysroot

This will help in building uclibc and eglibc based
angstrom in same  tmpdir

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-03-26 01:12:31 -07:00
committed by Koen Kooi
parent 228367d7f4
commit aa3f237b40

View File

@@ -6,6 +6,9 @@ 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}"
# Angstrom cares for uclibc and eglibc
STAGING_DIR_TARGET = "${STAGING_DIR}/${MACHINE}-${ANGSTROMLIBC}"
# Image.bbclass stuff:
#