mirror of
https://git.yoctoproject.org/poky
synced 2026-05-10 05:49:28 +00:00
47c42b6c30
Also refactor various data into common include files.
13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
|
|
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/
|
|
}
|