]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
scripts/install-buildtools: Update to 5.0.9
authorAleksandar Nikolic <aleksandar.nikolic@zeiss.com>
Thu, 8 May 2025 20:16:29 +0000 (22:16 +0200)
committerSteve Sakoman <steve@sakoman.com>
Thu, 15 May 2025 16:42:55 +0000 (09:42 -0700)
Update to the 5.0.9 release of the 5.0 series for buildtools

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/install-buildtools

index e4d472023de6dd19e3ea7ecd63dfde46fa7e7c10..59b45d8f1c88599d4be74a361156d0d1d366ac74 100755 (executable)
@@ -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.7'
-DEFAULT_INSTALLER_VERSION = '5.0.7'
+DEFAULT_RELEASE = 'yocto-5.0.9'
+DEFAULT_INSTALLER_VERSION = '5.0.9'
 DEFAULT_BUILDDATE = '202110XX'
 
 # Python version sanity check