[oe-commits] org.oe.dev angstrom: add source mirror for angstrom

koen commit openembedded-commits at lists.openembedded.org
Tue Dec 5 12:48:06 UTC 2006


angstrom: add source mirror for angstrom

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: dbe2d7e445c33fd9403d6edaf6ec36d1857ada98
ViewMTN: http://monotone.openembedded.org/revision.psp?id=dbe2d7e445c33fd9403d6edaf6ec36d1857ada98
Files:
1
classes/angstrom-mirrors.bbclass
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -r0f3e67c2dcb102049580572a2481a3a7bcef61d6 -rdbe2d7e445c33fd9403d6edaf6ec36d1857ada98
#
# 
# 
# add_file "classes/angstrom-mirrors.bbclass"
#  content [12843eb50eb15e995dc38e63bf1c31e35b879ff4]
# 
# patch "conf/distro/include/angstrom.inc"
#  from [669e0a76ffc6910e322da4a35da0ffa86eba1911]
#    to [916a2b14d27f7a00f1e5f9999de16776b4bae8ad]
# 
============================================================
--- classes/angstrom-mirrors.bbclass	12843eb50eb15e995dc38e63bf1c31e35b879ff4
+++ classes/angstrom-mirrors.bbclass	12843eb50eb15e995dc38e63bf1c31e35b879ff4
@@ -0,0 +1,4 @@
+MIRRORS_append () {
+ftp://.*/.*/	http://www.angstrom-distribution.org/unstable/sources/
+http://.*/.*/	http://www.angstrom-distribution.org/unstable/sources/
+}
============================================================
--- conf/distro/include/angstrom.inc	669e0a76ffc6910e322da4a35da0ffa86eba1911
+++ conf/distro/include/angstrom.inc	916a2b14d27f7a00f1e5f9999de16776b4bae8ad
@@ -22,7 +22,7 @@ MAINTAINER = "Angstrom Developers <angst
 
 #use ipkg package format with debian style naming
 #use multimachine buildrules 
-INHERIT += "package_ipk debian multimachine sanity devshell"
+INHERIT += "package_ipk debian multimachine sanity devshell angstrom-mirrors"
 
 #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
 PREFERRED_PROVIDER_qemu-native = "qemu-native"






More information about the Openembedded-commits mailing list