diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-29 12:27:30 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-29 12:33:46 +0000 |
commit | 50ffb99417c768a9f5286bb69b37b9b7b57baa4f (patch) | |
tree | 17997859a1020e30e36b50ddcc025c360b376a8b /build/conf/local.conf.sample | |
parent | 0e4111c7d9a6241854bfa6f69f41d200830b2558 (diff) | |
download | poky-50ffb99417c768a9f5286bb69b37b9b7b57baa4f.tar.gz |
packaged-staging: basic support for pulling staging packages from a mirror
Add simple support for trying to fetch staging packages from a http, https or
ftp mirror if they do not already exist in PSTAGE_DIR.
As documented in local.conf.sample
"Poky can try and fetch packaged-staging packages from a http, https or ftp
mirror. Set this variable to the root of a pstage directory on a server."
If the PSTAGE_MIRROR variable is not set, or the package cannot be found on
the mirror it will be built as usual.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r-- | build/conf/local.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 149c73d664..14af548efd 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -159,3 +159,7 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
159 | # on an x86_64 host. | 159 | # on an x86_64 host. |
160 | # Supported values are i586 and x86_64 | 160 | # Supported values are i586 and x86_64 |
161 | #SDKMACHINE="i586" | 161 | #SDKMACHINE="i586" |
162 | |||
163 | # Poky can try and fetch packaged-staging packages from a http, https or ftp | ||
164 | # mirror. Set this variable to the root of a pstage directory on a server. | ||
165 | #PSTAGE_MIRROR ?= "http://someserver.tld/share/pstage" | ||