From b68050f511efa8c4f3b24d05c8168d1ad23e9a2e Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Thu, 26 Mar 2026 10:15:43 +0100 Subject: [PATCH] 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 Signed-off-by: Paul Barker --- scripts/install-buildtools | 4 ++-- 1 file 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) DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools') DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto' -DEFAULT_RELEASE = 'yocto-5.0.16' -DEFAULT_INSTALLER_VERSION = '5.0.16' +DEFAULT_RELEASE = 'yocto-5.0.15' +DEFAULT_INSTALLER_VERSION = '5.0.15' DEFAULT_BUILDDATE = '202110XX' # Python version sanity check