diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-05 12:46:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-05 12:46:04 +0000 |
commit | c50d4a36fd559073dd05edfc80b3244baf49a593 (patch) | |
tree | c2ce301c4449dfc06bdcff21de358a0bd24cd75c /conf | |
parent | 0a94fdbbd406c6583ff9fceb1a19206ba376784a (diff) |
angstrom: add source mirror for angstrom
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 7f0546c271..c057d1a05e 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -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" |