diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-04 16:23:16 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-04 16:23:16 +0000 |
commit | ef7a8d308f6ba87e4b80ad866d7a2ae0cfb82626 (patch) | |
tree | 56a1957e93d8bdc90f8a825512d66b40e62b9188 /conf/distro | |
parent | e473727021ff71922845c13e669ca30d6b7a2ed8 (diff) | |
parent | 5bb459b4440a4d642097ecb645785482feb6b4cc (diff) |
merge of '4f12086dd4becc0837a2479c289abb8ce97cc931'
and '8c69b6f5a69bd9c930b72d9ba3949a8f629a5721'
Diffstat (limited to 'conf/distro')
-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>" |