[oe-commits] org.oe.dev angstrom.inc: Make Angstrom bitbake caches to be per libc mode.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Feb 21 17:06:33 UTC 2008


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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 3859c4593b2a4ff696a5e81383ed8bc6dd957598
ViewMTN: http://monotone.openembedded.org/revision/info/3859c4593b2a4ff696a5e81383ed8bc6dd957598
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -r6c2d621bdfd446c13552a5e4b126ef9c5dd20106 -r3859c4593b2a4ff696a5e81383ed8bc6dd957598
#
# 
# 
# patch "conf/distro/include/angstrom.inc"
#  from [b86b952c90304d1fd39f1415f6af7f71d02e00df]
#    to [2519c1b72831f6c678dec86bda400fdbdd069054]
# 
============================================================
--- conf/distro/include/angstrom.inc	b86b952c90304d1fd39f1415f6af7f71d02e00df
+++ conf/distro/include/angstrom.inc	2519c1b72831f6c678dec86bda400fdbdd069054
@@ -12,6 +12,7 @@ ANGSTROM_MODE ?= "glibc"
 # 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
 






More information about the Openembedded-commits mailing list