aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-14 12:07:25 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-14 12:07:25 +0000
commit7d0c640e2b2c0cc5c3318dc08ec9dac848eee113 (patch)
tree4d0bf2324402d2e5d7501d7d0d8cd03911b130ca /conf/distro/include/angstrom.inc
parent03a901e57995815742c3faa71c1a7ba9ba64b732 (diff)
downloadopenembedded-7d0c640e2b2c0cc5c3318dc08ec9dac848eee113.tar.gz
angstrom: set PSTAGE_EXTRAPATH to ANGSTROM_MODE to make mixing of glibc and eglibc safe
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 0f7ce15a9d..4861171916 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -11,6 +11,7 @@ TARGET_VENDOR = "-angstrom"
# Can be "glibc", "eglibc" or "uclibc"
ANGSTROM_MODE ?= "glibc"
+PSTAGE_EXTRAPATH = "${ANGSTROM_MODE}"
CACHE = "${TMPDIR}/cache/${ANGSTROM_MODE}/${MACHINE}"
DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROM_MODE}"