angstrom: add source mirror for angstrom
authorKoen Kooi <koen@openembedded.org>
Tue, 5 Dec 2006 12:46:04 +0000 (12:46 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 5 Dec 2006 12:46:04 +0000 (12:46 +0000)
classes/angstrom-mirrors.bbclass [new file with mode: 0644]
conf/distro/include/angstrom.inc

diff --git a/classes/angstrom-mirrors.bbclass b/classes/angstrom-mirrors.bbclass
new file mode 100644 (file)
index 0000000..cd27a85
--- /dev/null
@@ -0,0 +1,4 @@
+MIRRORS_append () {
+ftp://.*/.*/   http://www.angstrom-distribution.org/unstable/sources/
+http://.*/.*/  http://www.angstrom-distribution.org/unstable/sources/
+}
index 7f0546c..c057d1a 100644 (file)
@@ -22,7 +22,7 @@ MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>"
 
 #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"