| Message ID | 94df79c304f692b0108155e04905180cdf92b2cd.1775578386.git.yoann.congal@smile.fr |
|---|---|
| State | Accepted, archived |
| Commit | f2bc121f821f684a541b1f4e317078c50d29c389 |
| Delegated to: | Yoann Congal |
| Headers | show |
| Series | [kirkstone,v3,01/19] linux-yocto/5.15: update to v5.15.200 | expand |
diff --git a/scripts/install-buildtools b/scripts/install-buildtools index 6a1762c14b3..8754f2d773e 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-4.0.33' -DEFAULT_INSTALLER_VERSION = '4.0.33' +DEFAULT_RELEASE = 'yocto-4.0.34' +DEFAULT_INSTALLER_VERSION = '4.0.34' DEFAULT_BUILDDATE = '202110XX' # Python version sanity check