summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2026-03-26 10:15:43 +0100
committerPaul Barker <paul@pbarker.dev>2026-03-26 09:53:17 +0000
commitb68050f511efa8c4f3b24d05c8168d1ad23e9a2e (patch)
tree830cbab4afe067d0141066f168de54159bd2b1e6
parentcaad9222af691fa6f9ec64ae078c804993ec2dd1 (diff)
downloadpoky-b68050f511efa8c4f3b24d05c8168d1ad23e9a2e.tar.gz
Revert "scripts/install-buildtools: Update to 5.0.16"
This reverts commit 917c382c412766b40779788ee2411ac23358f0ae. I mechanically did the update but should not have: this was already raised here: Re: [OE-core] Wrong version of buildtools files uploaded for 5.0.16. https://lore.kernel.org/all/DH2QPDTPQT3Q.1TJYOVQ7PIU7B@smile.fr/ Trying to fetch the 5.0.16 buildtools installer results in an error: $ ./scripts/install-buildtools INFO: Fetching buildtools installer ERROR: Could not download file from https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.16/buildtools/x86_64-buildtools-extended-nativesdk-standalone-5.0.16.sh See https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.16/RELEASENOTES: > --------------- > Known Issues > --------------- > The poky DISTRO_VERSION was incorrectly left at 5.0.15. This is a minor issue, if a workaround is needed please cherry-pick: > - poky commit 06210079b2e10d6d3fb943afe87864267e329821, or > - meta-yocto commit 03f93c769ec99e5086e492d8145eb308a718e8d3. (From OE-Core rev: 41597b5260fb5ca811d0fb4ae7e65246d61734eb) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
-rwxr-xr-xscripts/install-buildtools4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-buildtools b/scripts/install-buildtools
index d95d5839c9..c874494f4a 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.16' 60DEFAULT_RELEASE = 'yocto-5.0.15'
61DEFAULT_INSTALLER_VERSION = '5.0.16' 61DEFAULT_INSTALLER_VERSION = '5.0.15'
62DEFAULT_BUILDDATE = '202110XX' 62DEFAULT_BUILDDATE = '202110XX'
63 63
64# Python version sanity check 64# Python version sanity check