[autobuilder-helper,thud,36/40] config.json: Use thud created buildtools-extended-tarball
Submitted by Richard Purdie on Sept. 10, 2020, 1:30 p.m.
|
Patch ID: 176359
Details
Commit Message
@@ -8,6 +8,9 @@
"BUILD_HISTORY_DIRECTPUSH" : ["poky:morty", "poky:pyro", "poky:rocko", "poky:sumo", "poky:thud", "poky:master"],
"BUILD_HISTORY_FORKPUSH" : {"poky-contrib:ross/mut" : "poky:master", "poky:master-next" : "poky:master"},
+ "BUILDTOOLS_URL" : "/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20200909-7/buildtools/x86_64-buildtools-nativesdk-standalone-2.6.4.sh;233bc5da08cf4d7044cdb500c896e9ccdae9debc550784d5a5a756849c4bc8c1",
+ "BUILDTOOLS_URL_EXT" : "/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20200909-7/buildtools/x86_64-buildtools-extended-nativesdk-standalone-2.6.4.sh;23ebf9b3ee97fc0351ea1952077664bec06fa27e716c3c4d8d9ef7f12662063d",
+
"REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
"TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
@@ -816,5 +819,16 @@
"branch" : "master",
"revision" : "HEAD"
}
+ },
+ "buildtools" : {
+ "debian8*" : "${BUILDTOOLS_URL}",
+ "centos7*" : "${BUILDTOOLS_URL}",
+ "centos8*" : "${BUILDTOOLS_URL_EXT}",
+ "debian10*" : "${BUILDTOOLS_URL_EXT}",
+ "tumbleweed*" : "${BUILDTOOLS_URL_EXT}",
+ "fedora31*" : "${BUILDTOOLS_URL_EXT}",
+ "fedora32*" : "${BUILDTOOLS_URL_EXT}",
+ "perf-centos7*" : "${BUILDTOOLS_URL}",
+ "perf-ubuntu1604*" : "${BUILDTOOLS_URL}"
}
}
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+)