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 06210079b2, 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>
This commit is contained in:
Yoann Congal
2026-03-26 10:15:43 +01:00
committed by Paul Barker
parent caad9222af
commit b68050f511

View File

@@ -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