summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Nikolic <aleksandar.nikolic@zeiss.com>2025-02-16 17:15:59 +0100
committerSteve Sakoman <steve@sakoman.com>2025-02-21 06:25:06 -0800
commitb7eed581007fdb31451e36eb13750bc7d3bb56c4 (patch)
tree2f031a7aa7ab0c87d7ddfd6bee7e1a8a408f2df1
parent2fb5838cb1c337f6af4e792da9485c6dde06560c (diff)
downloadpoky-b7eed581007fdb31451e36eb13750bc7d3bb56c4.tar.gz
scripts/install-buildtools: Update to 5.0.7
Update to the 5.0.7 release of the 5.0 series for buildtools. (From OE-Core rev: 793d3203db41efa4df1d615db832a771015b7b50) Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rwxr-xr-xscripts/install-buildtools4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-buildtools b/scripts/install-buildtools
index 972671d50f..e4d472023d 100755
--- a/scripts/install-buildtools
+++ b/scripts/install-buildtools
@@ -57,8 +57,8 @@ logger = scriptutils.logger_create(PROGNAME, stream=sys.stdout)
57 57
58DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools') 58DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools')
59DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto' 59DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto'
60DEFAULT_RELEASE = 'yocto-5.0.6' 60DEFAULT_RELEASE = 'yocto-5.0.7'
61DEFAULT_INSTALLER_VERSION = '5.0.6' 61DEFAULT_INSTALLER_VERSION = '5.0.7'
62DEFAULT_BUILDDATE = '202110XX' 62DEFAULT_BUILDDATE = '202110XX'
63 63
64# Python version sanity check 64# Python version sanity check