diff options
| author | Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> | 2025-10-05 22:05:14 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-10-14 07:20:36 -0700 |
| commit | 673b839a6b2d5f16bfaaa301d469acf3be996ef5 (patch) | |
| tree | 627649489290c065d6fb49d4208259b353c09518 /scripts/install-buildtools | |
| parent | f63f49bdead2591f2fbbf9a732fbfdef5272bdfa (diff) | |
| download | poky-673b839a6b2d5f16bfaaa301d469acf3be996ef5.tar.gz | |
scripts/install-buildtools: Update to 4.0.30
Update to the 4.0.30 release of the 4.0 series for buildtools
(From OE-Core rev: 237452d023dfc895cd8183e30e781da6f60b2ec5)
Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/install-buildtools')
| -rwxr-xr-x | scripts/install-buildtools | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-buildtools b/scripts/install-buildtools index 3c86a087e8..5c990b1f8e 100755 --- a/scripts/install-buildtools +++ b/scripts/install-buildtools | |||
| @@ -57,8 +57,8 @@ logger = scriptutils.logger_create(PROGNAME, stream=sys.stdout) | |||
| 57 | 57 | ||
| 58 | DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools') | 58 | DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools') |
| 59 | DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto' | 59 | DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto' |
| 60 | DEFAULT_RELEASE = 'yocto-4.0.28' | 60 | DEFAULT_RELEASE = 'yocto-4.0.30' |
| 61 | DEFAULT_INSTALLER_VERSION = '4.0.28' | 61 | DEFAULT_INSTALLER_VERSION = '4.0.30' |
| 62 | DEFAULT_BUILDDATE = '202110XX' | 62 | DEFAULT_BUILDDATE = '202110XX' |
| 63 | 63 | ||
| 64 | # Python version sanity check | 64 | # Python version sanity check |
