From 89a94ad07b641434089b0684bec0acd8fa8f97c1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 19 Oct 2020 12:39:47 +0100 Subject: scripts/install-buildtools: Update to 3.2 M3 buildtools Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/install-buildtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-buildtools b/scripts/install-buildtools index 7118f48be9..8554a5db67 100755 --- a/scripts/install-buildtools +++ b/scripts/install-buildtools @@ -57,9 +57,9 @@ logger = scriptutils.logger_create(PROGNAME, stream=sys.stdout) DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools') DEFAULT_BASE_URL = 'http://downloads.yoctoproject.org/releases/yocto' -DEFAULT_RELEASE = 'yocto-3.2_M1' +DEFAULT_RELEASE = 'yocto-3.2_M3' DEFAULT_INSTALLER_VERSION = '3.1+snapshot' -DEFAULT_BUILDDATE = '20200617' +DEFAULT_BUILDDATE = '20200923' # Python version sanity check if not (sys.version_info.major == 3 and sys.version_info.minor >= 4): -- cgit 1.2.3-korg