diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-14 15:14:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-14 15:14:07 +0000 |
commit | f92e66fc0136a25aba29998d2515d18c97ee8a8c (patch) | |
tree | a381aaa0931d9fd9b06bd69bff9f697ec3a67ef8 /conf/distro/include | |
parent | 1255c3377c373741bdfb1277e5a566383667ff8f (diff) |
angstrom: prepare for uclibc/NPTL and seperate uclibc and glibc packages
* NOTE: DEPLOY_DIR changed, remove all do_packages and do_install stamps
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/angstrom.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index ba5687615d..89c01bbd6f 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -10,6 +10,7 @@ TARGET_VENDOR = "-angstrom" # Can be "glibc" and "uclibc" ANGSTROM_MODE ?= "glibc" +DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROM_MODE}" require conf/distro/include/angstrom-${ANGSTROM_MODE}.inc #Use this variable in feeds and other parts that need a URI |