aboutsummaryrefslogtreecommitdiff
path: root/testsuite/test_sources.conf
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2013-12-10 16:08:17 -0600
committerRyan S. Arnold <ryan.arnold@linaro.org>2013-12-10 16:30:07 -0600
commite6e39f5d1f7963332b3d7dd2e4400de91847219c (patch)
tree38bb686b7d9f52968c21ab86a4ba765008c42d99 /testsuite/test_sources.conf
parentb6e9c6c7c850eff8f9d7894410a59bc340f847b1 (diff)
Correct get_toolname to work with unified repo: binutils-gdb.git
Secondary fixes required: * Set config/binutils.conf and config/gdb.conf to use unified repo binutils-gdb.git. * Re-enable binutils-gdb.git in config/sources.conf. * get_toolname now calls get_git_tool and determines the actual toolname for binutils and gdb from the branch name if the repository is unified. * Made all other usages of get_git_tool use get_toolname instead. * checkout() now uses ${repo} as returned from get_git_repo as the git repository instead of ${tool}.git. This allows a unified repository to only be checked out once. * The git parser now determines whether an http:// in a url means a git service or an svn service. * The git parser now returns branch names for launchpad urls with branches in the url. * The git parser now returns the tool name properly for an svn service. * The git parser testsuite now has testcases for all new additions. Also * Added --snapshots functionality to allow specifying an existing snapshots directory. * Add testcases to test.sh to test --snapshots functionality. * Changes test.sh --snapshots directive to --md5sums to avoid confusion with cbuild2.sh --snapshots. Change-Id: I2c279bd85320bd3d0b50ae262cc13255f45f8b14
Diffstat (limited to 'testsuite/test_sources.conf')
-rw-r--r--testsuite/test_sources.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/test_sources.conf b/testsuite/test_sources.conf
index 6b85c442..031bf4bc 100644
--- a/testsuite/test_sources.conf
+++ b/testsuite/test_sources.conf
@@ -21,3 +21,4 @@ bitbake.git git://git.openembedded.org/bitbake
# nomatch.git don't uncomment and don't use this identifier.
foo.git git://testingrepository/foo
cortex-strings lp:cortex-strings
+binutils-gdb.git git://git.linaro.org/toolchain/binutils-gdb.git