public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [kirkstone][PATCH] scripts/install-buildtools: Update to 4.0.30
@ 2025-10-05 20:05 Aleksandar Nikolic
  2025-10-05 20:05 ` [scarthgap][PATCH] scripts/install-buildtools: Update to 5.0.12 Aleksandar Nikolic
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aleksandar Nikolic @ 2025-10-05 20:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Aleksandar Nikolic

From: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>

Update to the 4.0.30 release of the 4.0 series for buildtools

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>
---
 scripts/install-buildtools | 4 ++--
 1 file 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)
 
 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.28'
-DEFAULT_INSTALLER_VERSION = '4.0.28'
+DEFAULT_RELEASE = 'yocto-4.0.30'
+DEFAULT_INSTALLER_VERSION = '4.0.30'
 DEFAULT_BUILDDATE = '202110XX'
 
 # Python version sanity check
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [scarthgap][PATCH] scripts/install-buildtools: Update to 5.0.12
  2025-10-05 20:05 [kirkstone][PATCH] scripts/install-buildtools: Update to 4.0.30 Aleksandar Nikolic
@ 2025-10-05 20:05 ` Aleksandar Nikolic
  2025-10-05 20:05 ` [PATCH] scripts/install-buildtools: Update to 5.2.3 Aleksandar Nikolic
  2025-10-05 20:05 ` [walnascar][PATCH] " Aleksandar Nikolic
  2 siblings, 0 replies; 4+ messages in thread
From: Aleksandar Nikolic @ 2025-10-05 20:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Aleksandar Nikolic

From: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>

Update to the 5.0.12 release of the 5.0 series for buildtools

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>
---
 scripts/install-buildtools | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/install-buildtools b/scripts/install-buildtools
index 0dd23fe0e4..a449e45cff 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.0.11'
-DEFAULT_INSTALLER_VERSION = '5.0.11'
+DEFAULT_RELEASE = 'yocto-5.0.12'
+DEFAULT_INSTALLER_VERSION = '5.0.12'
 DEFAULT_BUILDDATE = '202110XX'
 
 # Python version sanity check
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] scripts/install-buildtools: Update to 5.2.3
  2025-10-05 20:05 [kirkstone][PATCH] scripts/install-buildtools: Update to 4.0.30 Aleksandar Nikolic
  2025-10-05 20:05 ` [scarthgap][PATCH] scripts/install-buildtools: Update to 5.0.12 Aleksandar Nikolic
@ 2025-10-05 20:05 ` Aleksandar Nikolic
  2025-10-05 20:05 ` [walnascar][PATCH] " Aleksandar Nikolic
  2 siblings, 0 replies; 4+ messages in thread
From: Aleksandar Nikolic @ 2025-10-05 20:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Aleksandar Nikolic

From: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>

Update to the 5.2.3 release of the 5.2 series for buildtools

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>
---
 scripts/install-buildtools | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/install-buildtools b/scripts/install-buildtools
index 50b5487eb8..93f3e2d678 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.2.2'
-DEFAULT_INSTALLER_VERSION = '5.2.2'
+DEFAULT_RELEASE = 'yocto-5.2.3'
+DEFAULT_INSTALLER_VERSION = '5.2.3'
 DEFAULT_BUILDDATE = '202110XX'
 
 # Python version sanity check
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [walnascar][PATCH] scripts/install-buildtools: Update to 5.2.3
  2025-10-05 20:05 [kirkstone][PATCH] scripts/install-buildtools: Update to 4.0.30 Aleksandar Nikolic
  2025-10-05 20:05 ` [scarthgap][PATCH] scripts/install-buildtools: Update to 5.0.12 Aleksandar Nikolic
  2025-10-05 20:05 ` [PATCH] scripts/install-buildtools: Update to 5.2.3 Aleksandar Nikolic
@ 2025-10-05 20:05 ` Aleksandar Nikolic
  2 siblings, 0 replies; 4+ messages in thread
From: Aleksandar Nikolic @ 2025-10-05 20:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Aleksandar Nikolic

From: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>

Update to the 5.2.3 release of the 5.2 series for buildtools

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>
---
 scripts/install-buildtools | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/install-buildtools b/scripts/install-buildtools
index 50b5487eb8..93f3e2d678 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.2.2'
-DEFAULT_INSTALLER_VERSION = '5.2.2'
+DEFAULT_RELEASE = 'yocto-5.2.3'
+DEFAULT_INSTALLER_VERSION = '5.2.3'
 DEFAULT_BUILDDATE = '202110XX'
 
 # Python version sanity check
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-05 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-05 20:05 [kirkstone][PATCH] scripts/install-buildtools: Update to 4.0.30 Aleksandar Nikolic
2025-10-05 20:05 ` [scarthgap][PATCH] scripts/install-buildtools: Update to 5.0.12 Aleksandar Nikolic
2025-10-05 20:05 ` [PATCH] scripts/install-buildtools: Update to 5.2.3 Aleksandar Nikolic
2025-10-05 20:05 ` [walnascar][PATCH] " Aleksandar Nikolic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox