All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Angstrom: weak-assign DEPLOY_DIR
@ 2009-03-22 16:00 Matthieu Poullet
  2009-03-22 16:27 ` Andrea Adami
  0 siblings, 1 reply; 12+ messages in thread
From: Matthieu Poullet @ 2009-03-22 16:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Matthieu Poullet

Allow DEPLOY_DIR to be outside of TMPDIR,
so that it can be set in local.conf

---
 conf/distro/include/angstrom.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 60f2e55..7493055 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -21,7 +21,7 @@ ANGSTROMLIBC ?= "glibc"
 PSTAGE_EXTRAPATH = "${ANGSTROMLIBC}"
 
 CACHE = "${TMPDIR}/cache/${ANGSTROMLIBC}/${MACHINE}"
-DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROMLIBC}"
+DEPLOY_DIR ?= "${TMPDIR}/deploy/${ANGSTROMLIBC}"
 require conf/distro/include/angstrom-${ANGSTROMLIBC}.inc
 
 # ARM920T and up can use thumb mode to decrease binary size at the expense of speed
-- 
1.5.6.3




^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-03-26 11:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-22 16:00 [PATCH] Angstrom: weak-assign DEPLOY_DIR Matthieu Poullet
2009-03-22 16:27 ` Andrea Adami
2009-03-22 16:40   ` Andrea Adami
2009-03-22 17:24   ` Denys Dmytriyenko
2009-03-22 18:04     ` Andrea Adami
2009-03-22 23:30       ` Andrea Adami
2009-03-23  0:05         ` Tom Rini
2009-03-26  8:47           ` Andrea Adami
2009-03-26  9:31             ` Koen Kooi
2009-03-26 10:23               ` Andrea Adami
2009-03-26 10:47                 ` Koen Kooi
2009-03-26 11:06                   ` Andrea Adami

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.