[oe] [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom"

Víctor Manuel Jáquez Leal vjaquez at igalia.com
Fri Oct 8 18:07:11 UTC 2010


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

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez at 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





More information about the Openembedded-devel mailing list