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 <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58736): https://lists.yoctoproject.org/g/yocto/message/58736 Mute This Topic: https://lists.yoctoproject.org/mt/95494304/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
