[oe-commits] org.oe.dev angstrom.inc: include a var that selects which package will provide the feed configs

koen commit openembedded-commits at lists.openembedded.org
Tue Sep 4 16:16:44 UTC 2007


angstrom.inc: include a var that selects which package will provide the feed configs

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 8c69b6f5a69bd9c930b72d9ba3949a8f629a5721
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8c69b6f5a69bd9c930b72d9ba3949a8f629a5721
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -r3fed235384e32b1c9ba26c86ff39b2ffb928fbed -r8c69b6f5a69bd9c930b72d9ba3949a8f629a5721
#
# 
# 
# patch "conf/distro/include/angstrom.inc"
#  from [314e54232030fd4279f9794dc77445d68a4fa3ba]
#    to [a2a82e18304dfe7b293702a9f4e750a8b9793d6a]
# 
============================================================
--- conf/distro/include/angstrom.inc	314e54232030fd4279f9794dc77445d68a4fa3ba
+++ conf/distro/include/angstrom.inc	a2a82e18304dfe7b293702a9f4e750a8b9793d6a
@@ -16,6 +16,11 @@ ANGSTROM_URI ?= "http://www.angstrom-dis
 #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 at linuxtogo.org>"
 






More information about the Openembedded-commits mailing list