diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 15:42:56 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 15:42:56 +0100 |
commit | 240b6636f9619a265ab06fa4d0f61c89b3c324c8 (patch) | |
tree | 8f9195fa180566d8d9606bc6fe82e36558d1207f /meta/conf/local.conf.sample | |
parent | 24ad63979f08c13867a5d7fd489ba8368dd9ee60 (diff) | |
download | poky-240b6636f9619a265ab06fa4d0f61c89b3c324c8.tar.gz |
sstate: Fix SSTAGE_MIRRORS handling and improve example in local.conf.sample
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 5fab4494bc..fc6f13932f 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample | |||
@@ -142,7 +142,9 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
142 | 142 | ||
143 | # Poky can try and fetch packaged-staging packages from a http, https or ftp | 143 | # Poky can try and fetch packaged-staging packages from a http, https or ftp |
144 | # mirror. Set this variable to the root of a pstage directory on a server. | 144 | # mirror. Set this variable to the root of a pstage directory on a server. |
145 | #SSTATE_MIRROR ?= "http://someserver.tld/share/pstage" | 145 | #SSTATE_MIRRORS ?= "\ |
146 | #file://.* http://someserver.tld/share/sstate/ \n \ | ||
147 | #file://.* file:///some/local/dir/sstate/" | ||
146 | 148 | ||
147 | # Set IMAGETEST to qemu if you want to build testcases and start | 149 | # Set IMAGETEST to qemu if you want to build testcases and start |
148 | # testing in qemu after do_rootfs. | 150 | # testing in qemu after do_rootfs. |