oebb.sh is usefull with distributions other than angstrom. Allow users
to override DISTRO from environment.

Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com>
---
 conf/local.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/local.conf b/conf/local.conf
index a3e421f..c1b33ef 100644
--- a/conf/local.conf
+++ b/conf/local.conf
@@ -16,7 +16,7 @@ IMAGE_FSTYPES += "tar.bz2"
 PARALLEL_MAKE     = "-j6"
 BB_NUMBER_THREADS = "4"
 
-DISTRO   = "angstrom-2010.x"
+DISTRO   ?= "angstrom-2010.x"
 
 # Don't generate the mirror tarball for SCM repos, the snapshot is enough
 BB_GENERATE_MIRROR_TARBALLS = "0"
-- 
1.7.2.5


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to