1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

conf/distro: Create a moblin distro config file based on the Poky one

Also refactor various data into common include files.
This commit is contained in:
Richard Purdie
2008-10-28 16:31:39 +00:00
parent 3a73995e31
commit 47c42b6c30
7 changed files with 200 additions and 40 deletions
+12
View File
@@ -0,0 +1,12 @@
PREMIRRORS_append () {
ftp://.*/.* http://pokylinux.org/sources/
http://.*/.* http://pokylinux.org/sources/
https://.*/.* http://pokylinux.org/sources/
}
MIRRORS_append () {
ftp://.*/.* http://pokylinux.org/sources/
http://.*/.* http://pokylinux.org/sources/
https://.*/.* http://pokylinux.org/sources/
}