[Angstrom-devel] [review] org.oe.dev angstrom.inc: Make Angstrom bitbake caches to be per libc mode.
Paul Sokolovsky
pmiscml at gmail.com
Sat Feb 23 19:35:58 CET 2008
Begin forwarded message:
Date: Thu, 21 Feb 2008 18:06:33 +0100
From: "pfalcon commit" <openembedded-commits at lists.openembedded.org>
To: openembedded-commits at lists.openembedded.org
Subject: [oe-commits] org.oe.dev angstrom.inc: Make Angstrom bitbake
caches to be per libc mode.
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
_______________________________________________
Openembedded-commits mailing list
Openembedded-commits at lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
More information about the Angstrom-distro-devel
mailing list