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:
@@ -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/
|
||||
}
|
||||
Reference in New Issue
Block a user