From: Paul Sokolovsky Date: Thu, 21 Feb 2008 16:43:54 +0000 (+0000) Subject: angstrom.inc: Make Angstrom bitbake caches to be per libc mode. X-Git-Tag: Release-2010-05/1~7639 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2139a143b3dc66c0e7c04b327eb4e28fb6562f;p=openembedded.git angstrom.inc: Make Angstrom bitbake caches to be per libc mode. * This is allows easy switching between glibc and uclibc builds, without waiting for long reparses on every switch. * Note that it applies to dependent distros, like OpenMoko, too. --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 6ba20c4830..d55b5bf3db 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -12,6 +12,7 @@ TARGET_VENDOR = "-angstrom" # Can be "glibc", "eglibc" or "uclibc" ANGSTROM_MODE ?= "glibc" +CACHE = "${TMPDIR}/cache/${ANGSTROM_MODE}/${MACHINE}" DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROM_MODE}" require conf/distro/include/angstrom-${ANGSTROM_MODE}.inc