aboutsummaryrefslogtreecommitdiffstats
path: root/classes/own-mirrors.bbclass
AgeCommit message (Collapse)Author
2010-11-04own-mirrors.bbclass: allow mirroring of scm fetched packagesEric BENARD
this way, it's possible to setup a local webserver (for example using busybox httpd -p "8081" -h backuped_download_dir) serving a presiously fetched download directory and to build wihout the need for an internet access this can also be used when connected to know to know which packages are missing from the local mirror's directory (and thus are fetched from internet as a fallback), it's possible to run the server this way : busybox httpd -p "8081" -h backuped_download_dir -vv -f | grep -B 1 response:404 to get the name of the missing packages. Signed-off-by: Eric BĂ©nard <eric@eukrea.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2008-01-21*-mirrors.bbclass: Applied the https handling fix to all other mirrors classesRod Whitby
2007-03-10own-mirrors.bbclass: added class which can be used to set PREMIRRORS from configMarcin Juszkiewicz
- SOURCE_MIRROR_URL is new variable which point to source mirror which will be used before fetching from original SRC_URI location.