angstrom.inc: include a var that selects which package will provide the feed configs
authorKoen Kooi <koen@openembedded.org>
Tue, 4 Sep 2007 16:05:06 +0000 (16:05 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 4 Sep 2007 16:05:06 +0000 (16:05 +0000)
conf/distro/include/angstrom.inc

index 865f0bc..0c3ac35 100644 (file)
@@ -16,6 +16,11 @@ require conf/distro/include/angstrom-${ANGSTROM_MODE}.inc
 #Use this variable in feeds and other parts that need a URI
 ANGSTROM_URI ?= "http://www.angstrom-distribution.org"
 
+#Use this variable to select which recipe you want to use to get feed configs (/etc/ipkg/*, /etc/apt/sources.list)
+# usefull for derivative distros and local testing
+# As this is runtime we can't and won't use virtual/feed-configs
+ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs"
+
 #Set the default maintainer to angstrom-dev
 MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>"