From 240b6636f9619a265ab06fa4d0f61c89b3c324c8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 7 Oct 2010 15:42:56 +0100 Subject: sstate: Fix SSTAGE_MIRRORS handling and improve example in local.conf.sample Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/conf') 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" # 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. -#SSTATE_MIRROR ?= "http://someserver.tld/share/pstage" +#SSTATE_MIRRORS ?= "\ +#file://.* http://someserver.tld/share/sstate/ \n \ +#file://.* file:///some/local/dir/sstate/" # Set IMAGETEST to qemu if you want to build testcases and start # testing in qemu after do_rootfs. -- cgit v1.2.3-54-g00ecf