From aa3f237b40d89582422b089dee3a319cdfa482fd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Mar 2011 01:12:31 -0700 Subject: [PATCH] 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 Signed-off-by: Koen Kooi --- conf/distro/include/angstrom-core-tweaks.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/angstrom-core-tweaks.inc b/conf/distro/include/angstrom-core-tweaks.inc index 5321796..1511e19 100644 --- a/conf/distro/include/angstrom-core-tweaks.inc +++ b/conf/distro/include/angstrom-core-tweaks.inc @@ -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: #