Message ID | 20241212-intall-buildtools-5-1-1-v1-1-9bdfd09b0518@bootlin.com |
---|---|
State | Accepted, archived |
Commit | 0b746655fcc133db563d791673484c4ca82cda8a |
Headers | show |
Series | scripts/install-buildtools: Update to 5.1.1 | expand |
diff --git a/scripts/install-buildtools b/scripts/install-buildtools index 4618d6a3ac6a2cc326251d4f3fca2ffd19514d00..b56910455d3d7d287b73f95418d1ad213a6722ae 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.1' -DEFAULT_INSTALLER_VERSION = '5.1' +DEFAULT_RELEASE = 'yocto-5.1.1' +DEFAULT_INSTALLER_VERSION = '5.1.1' DEFAULT_BUILDDATE = '202110XX' # Python version sanity check
Update to the 5.1.1 release of the 5.1 series for buildtools. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- scripts/install-buildtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- base-commit: 5915e70469fa53600dd8926ddafcb5459df1a32c change-id: 20241212-intall-buildtools-5-1-1-2314d9a9ee7f Best regards,