All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom"
@ 2010-10-08 18:07 Víctor Manuel Jáquez Leal
  2010-10-11  9:33 ` Víctor M. Jáquez L.
  0 siblings, 1 reply; 5+ messages in thread
From: Víctor Manuel Jáquez Leal @ 2010-10-08 18:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi, Koen Kooi

By doing this we could use external toolchains for build angstrom
based images.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
---
 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 8983c86..9e5c869 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -9,7 +9,7 @@ DISTRO_NAME = "Angstrom"
 
 BUILDNAME = "Angstrom ${DISTRO_VERSION}"
 
-TARGET_VENDOR = "-angstrom"
+TARGET_VENDOR ?= "-angstrom"
 
 SOC_FAMILY ?= "Unknown"
 
-- 
1.7.1




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

end of thread, other threads:[~2010-10-11 11:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 18:07 [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom" Víctor Manuel Jáquez Leal
2010-10-11  9:33 ` Víctor M. Jáquez L.
2010-10-11 10:29   ` Koen Kooi
2010-10-11 10:58     ` Víctor M. Jáquez L.
2010-10-11 11:39       ` Frans Meulenbroeks

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.