Yocto Project Discussions
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper] config.json: Use buildtools for Ubuntu 18.04
@ 2022-12-06 14:51 Joshua Watt
  2022-12-06 17:27 ` [PATCH yocto-autobuilder-helper v2] " Joshua Watt
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Watt @ 2022-12-06 14:51 UTC (permalink / raw)
  To: yocto; +Cc: Joshua Watt

Bitbake is going to upgrade the minimum python to 3.8, so Ubuntu 18.04
needs to use buildtools tarball to remain compatible

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 config.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 713afe5..3d89856 100644
--- a/config.json
+++ b/config.json
@@ -1287,6 +1287,7 @@
         "debian9*" : "${BUILDTOOLS_URL}",
         "centos7*" : "${BUILDTOOLS_URL}",
         "ubuntu1604*" : "${BUILDTOOLS_URL}",
+        "ubuntu1804*" : "${BUILDTOOLS_URL}",
         "alma8*"       : "${BUILDTOOLS_MAKE_URL}",
         "centos8*"     : "${BUILDTOOLS_MAKE_URL}",
         "stream8*"     : "${BUILDTOOLS_MAKE_URL}",
@@ -1294,6 +1295,7 @@
         "opensuse154*" : "${BUILDTOOLS_MAKE_URL}",
         "perf-alma8*"  : "${BUILDTOOLS_MAKE_URL}",
         "perf-centos7*" : "${BUILDTOOLS_URL}",
-        "perf-ubuntu1604*" : "${BUILDTOOLS_URL}"
+        "perf-ubuntu1604*" : "${BUILDTOOLS_URL}",
+        "perf-ubuntu1804*" : "${BUILDTOOLS_URL}"
     }
 }
-- 
2.33.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH yocto-autobuilder-helper v2] config.json: Use buildtools for Ubuntu 18.04
  2022-12-06 14:51 [PATCH yocto-autobuilder-helper] config.json: Use buildtools for Ubuntu 18.04 Joshua Watt
@ 2022-12-06 17:27 ` Joshua Watt
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Watt @ 2022-12-06 17:27 UTC (permalink / raw)
  To: yocto; +Cc: Joshua Watt

Bitbake is going to upgrade the minimum python to 3.8, so Ubuntu 18.04
needs to use buildtools tarball to remain compatible

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 config.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 713afe5..1149c98 100644
--- a/config.json
+++ b/config.json
@@ -11,6 +11,7 @@
     "BUILDTOOLS_URL_TEMPLOCAL" : "/srv/autobuilder/autobuilder.yocto.io/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/yocto-3.4/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.4.sh",
+    "BUILDTOOLS_ARM_URL" : "https://downloads.yoctoproject.org/releases/yocto/yocto-3.4/buildtools/aarch64-buildtools-extended-nativesdk-standalone-3.4.sh",
     "BUILDTOOLS_MAKE_URL" : "/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20220413-28/buildtools/x86_64-buildtools-make-nativesdk-standalone-4.0.sh",
 
     "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
@@ -1287,6 +1288,8 @@
         "debian9*" : "${BUILDTOOLS_URL}",
         "centos7*" : "${BUILDTOOLS_URL}",
         "ubuntu1604*" : "${BUILDTOOLS_URL}",
+        "ubuntu1804-ty-*" : "${BUILDTOOLS_URL}",
+        "ubuntu1804-arm-*" : "${BUILDTOOLS_ARM_URL}",
         "alma8*"       : "${BUILDTOOLS_MAKE_URL}",
         "centos8*"     : "${BUILDTOOLS_MAKE_URL}",
         "stream8*"     : "${BUILDTOOLS_MAKE_URL}",
@@ -1294,6 +1297,8 @@
         "opensuse154*" : "${BUILDTOOLS_MAKE_URL}",
         "perf-alma8*"  : "${BUILDTOOLS_MAKE_URL}",
         "perf-centos7*" : "${BUILDTOOLS_URL}",
-        "perf-ubuntu1604*" : "${BUILDTOOLS_URL}"
+        "perf-ubuntu1604*" : "${BUILDTOOLS_URL}",
+        "perf-ubuntu1804-ty-*" : "${BUILDTOOLS_URL}",
+        "perf-ubuntu1804-arm-*" : "${BUILDTOOLS_ARM_URL}"
     }
 }
-- 
2.33.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-06 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06 14:51 [PATCH yocto-autobuilder-helper] config.json: Use buildtools for Ubuntu 18.04 Joshua Watt
2022-12-06 17:27 ` [PATCH yocto-autobuilder-helper v2] " Joshua Watt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox