* [yocto-autobuilder-helper][dunfell 0/2] Patch review
@ 2022-03-30 16:32 Steve Sakoman
2022-03-30 16:32 ` [yocto-autobuilder-helper][dunfell 1/2] config.json: Switch to 3.4 M2 buildtools Steve Sakoman
2022-03-30 16:32 ` [yocto-autobuilder-helper][dunfell 2/2] config.json: Update to 3.4 buildtools tarball Steve Sakoman
0 siblings, 2 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-03-30 16:32 UTC (permalink / raw)
To: yocto
This series updates to a more recent version of buildtools
Tested over the past serveral weeks on autobuilder, most recently:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3445
The following changes since commit bdbc5f2e4eb45e29c8a957963c8431cdc86c12ce:
shared-repos: Use tar instead of rsync for speed (2022-02-22 15:26:49 +0000)
are available in the Git repository at:
git://git.yoctoproject.org/yocto-autobuilder-helper contrib/sakoman
http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder-helper/log/?h=contrib/sakoman
Richard Purdie (2):
config.json: Switch to 3.4 M2 buildtools
config.json: Update to 3.4 buildtools tarball
config.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [yocto-autobuilder-helper][dunfell 1/2] config.json: Switch to 3.4 M2 buildtools
2022-03-30 16:32 [yocto-autobuilder-helper][dunfell 0/2] Patch review Steve Sakoman
@ 2022-03-30 16:32 ` Steve Sakoman
2022-03-30 16:32 ` [yocto-autobuilder-helper][dunfell 2/2] config.json: Update to 3.4 buildtools tarball Steve Sakoman
1 sibling, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-03-30 16:32 UTC (permalink / raw)
To: yocto
From: Richard Purdie <richard.purdie@linuxfoundation.org>
This adds lz4c, zstd and pzstd for new tools requirements.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 502bcbbacfd6664d95bafd76fb0e1ee72027e4cb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
config.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.json b/config.json
index 348339f..d63963d 100644
--- a/config.json
+++ b/config.json
@@ -8,9 +8,9 @@
"BUILD_HISTORY_DIRECTPUSH" : ["poky:morty", "poky:pyro", "poky:rocko", "poky:sumo", "poky:thud", "poky:warrior", "poky:zeus", "poky:dunfell", "poky:master"],
"BUILD_HISTORY_FORKPUSH" : {"poky-contrib:ross/mut" : "poky:master", "poky:master-next" : "poky:master"},
- "BUILDTOOLS_URL_TEMPLOCAL" : "/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20200309-15/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200309.sh",
- "BUILDTOOLS_URL_TEMPLOCAL2" : "http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh",
- "BUILDTOOLS_URL" : "/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
+ "BUILDTOOLS_URL_TEMPLOCAL" : "/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
+ "BUILDTOOLS_URL_TEMPLOCAL2" : "https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh",
+ "BUILDTOOLS_URL" : "https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.4_M2/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.3%2Bsnapshot-1ad79313a5c3e6a453fbeb44caac5c5bbad46d3c.sh",
"REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
"TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [yocto-autobuilder-helper][dunfell 2/2] config.json: Update to 3.4 buildtools tarball
2022-03-30 16:32 [yocto-autobuilder-helper][dunfell 0/2] Patch review Steve Sakoman
2022-03-30 16:32 ` [yocto-autobuilder-helper][dunfell 1/2] config.json: Switch to 3.4 M2 buildtools Steve Sakoman
@ 2022-03-30 16:32 ` Steve Sakoman
1 sibling, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-03-30 16:32 UTC (permalink / raw)
To: yocto
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Fixes diffoscope-native failing in diffoscope tests on workers using buildtools:
File "/home/pokybuild/yocto-worker/reproducible-ubuntu/build/build-st/tmp/work/x86_64-linux/diffoscope-native/190-r0/recipe-sysroot-native/usr/lib/python3.10/ctypes/__init__.py", line 392, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: nativepython3: undefined symbol: archive_version_number
Missing or incomplete libarchive module. Try installing your system's 'libarchive' package.
(there is a glibc symbol mismatch hidden in a module compile for libarchive)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f5e89b7431fcde4c54617eca2fbeae43557811d8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.json b/config.json
index d63963d..aa7c8be 100644
--- a/config.json
+++ b/config.json
@@ -10,7 +10,7 @@
"BUILDTOOLS_URL_TEMPLOCAL" : "/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
"BUILDTOOLS_URL_TEMPLOCAL2" : "https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh",
- "BUILDTOOLS_URL" : "https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.4_M2/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.3%2Bsnapshot-1ad79313a5c3e6a453fbeb44caac5c5bbad46d3c.sh",
+ "BUILDTOOLS_URL" : "https://downloads.yoctoproject.org/releases/yocto/yocto-3.4/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.4.sh",
"REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
"TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [yocto-autobuilder-helper][dunfell 0/2] Patch review
@ 2022-04-28 13:53 Steve Sakoman
0 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2022-04-28 13:53 UTC (permalink / raw)
To: yocto
These two patches are required to fix performance builds on the autobuilder.
There will also be a couple of related patches in an upcoming dunfell
oe-core patchset.
The following changes since commit 76cb7aefd0724d59b6c1bbd9fc483e766624cee2:
config.json: Update perf worker target names (2022-04-25 21:53:48 +0100)
are available in the Git repository at:
git://git.yoctoproject.org/yocto-autobuilder-helper contrib/sakoman
http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder-helper/log/?h=contrib/sakoman
Richard Purdie (2):
scripts/build-perf-test-wrapper: Update to only send text based emails
oe-build-perf-report-email: Drop phantomjs email generation support
scripts/build-perf-test-wrapper | 14 +--
scripts/oe-build-perf-report-email.py | 158 +-------------------------
2 files changed, 7 insertions(+), 165 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-28 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-30 16:32 [yocto-autobuilder-helper][dunfell 0/2] Patch review Steve Sakoman
2022-03-30 16:32 ` [yocto-autobuilder-helper][dunfell 1/2] config.json: Switch to 3.4 M2 buildtools Steve Sakoman
2022-03-30 16:32 ` [yocto-autobuilder-helper][dunfell 2/2] config.json: Update to 3.4 buildtools tarball Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2022-04-28 13:53 [yocto-autobuilder-helper][dunfell 0/2] Patch review Steve Sakoman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox