diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-04 16:05:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-04 16:05:06 +0000 |
commit | 5bb459b4440a4d642097ecb645785482feb6b4cc (patch) | |
tree | 941888f06b22a51e0d28140e9fe900a286cf6897 /conf/distro/include/angstrom.inc | |
parent | adc0e34177df635be3bec485a184e5573f13383e (diff) |
angstrom.inc: include a var that selects which package will provide the feed configs
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 865f0bc5a6..0c3ac35672 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -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>" |