diff mbox series

[scarthgap] Revert "scripts/install-buildtools: Update to 5.0.16"

Message ID 20260326091542.2127802-2-yoann.congal@smile.fr
State Accepted, archived
Delegated to: Yoann Congal
Headers show
Series [scarthgap] Revert "scripts/install-buildtools: Update to 5.0.16" | expand

Commit Message

Yoann Congal March 26, 2026, 9:15 a.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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/

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.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 scripts/install-buildtools | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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