scripts/contrib/build-perf-test.sh: skip network sanity tests
authorStefan Stanacar <stefanx.stanacar@intel.com>
Thu, 25 Apr 2013 12:11:00 +0000 (15:11 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2013 13:45:07 +0000 (14:45 +0100)
commit43b0b7c14b1016e70686e2cf668bd6a2b101bd14
tree5519f31ab58e03f877b95e17596dc4d41c4518d4
parent842adcfcba4dde1af3fd7b48283409922f6fc04c
scripts/contrib/build-perf-test.sh: skip network sanity tests

When your proxy/network connection is unstable the network sanity test
which runs before every build (because we wipe all the files in the build dir)
can influence build time. Appending  CONNECTIVITY_CHECK_URIS = ""
in local.conf will disable the check.

(From OE-Core rev: cc1ed3c1940e4f64534b58de1b5fc6ef90362c9a)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/build-perf-test.sh