By doing this we could use external toolchains for build angstrom based images.
Signed-off-by: Víctor Manuel Jáquez Leal <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
