mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
scripts/install-buildtools: Update to 5.0.3
Update to the 5.0.3 release of the 5.0 series for buildtools. (From OE-Core rev: c922ca720a0c3b7b4d3d3187539e7cf77d93d457) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4647c1a7f4
commit
7c5d68f27a
|
@ -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_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools')
|
||||||
DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto'
|
DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto'
|
||||||
DEFAULT_RELEASE = 'yocto-5.0.1'
|
DEFAULT_RELEASE = 'yocto-5.0.3'
|
||||||
DEFAULT_INSTALLER_VERSION = '5.0.1'
|
DEFAULT_INSTALLER_VERSION = '5.0.3'
|
||||||
DEFAULT_BUILDDATE = '202110XX'
|
DEFAULT_BUILDDATE = '202110XX'
|
||||||
|
|
||||||
# Python version sanity check
|
# Python version sanity check
|
||||||
|
|
Loading…
Reference in New Issue
Block a user