aboutsummaryrefslogtreecommitdiff
path: root/config/sources.conf
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2014-08-04 16:56:45 +0100
committerBernard Ogden <bernie.ogden@linaro.org>2014-08-14 17:26:23 +0100
commit8fbe896cbbea2f1ee00fac134b4209d1e9e3895b (patch)
treeeb8c488020c82ac54cb01c29729d655e32790e72 /config/sources.conf
parent1bb928b74cf059e3154f198dfa56edf3afd8a604 (diff)
Allow tool.conf to declare no configure script
When this happens, configure_build copies source into build dir instead of trying to run a configure script. Incudes a dummy entry for eembc.git in sources.conf, so that test works. Change-Id: Ic8710bc94314d9c7c3cd521204e39ad9091e259a
Diffstat (limited to 'config/sources.conf')
-rw-r--r--config/sources.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/sources.conf b/config/sources.conf
index f443b7f4..9d755bdf 100644
--- a/config/sources.conf
+++ b/config/sources.conf
@@ -53,3 +53,6 @@ openembedded-core.git git://git.openembedded.org/openembedded-core
valgrind svn://svn.valgrind.org/valgrind/trunk
qemu.git git://git.qemu.org/qemu.git
qemu-linaro.git http://git.linaro.org/qemu/qemu-linaro.git
+
+#Benchmarks
+eembc.git ssh://somehost/somepath/eembc.git