From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EA17CF9C6B for ; Tue, 24 Sep 2024 07:57:22 +0000 (UTC) Subject: Re: [PATCH 4/4] scripts/install-buildtools: Update to 4.0.21 To: openembedded-core@lists.openembedded.org From: "Aleksandar Nikolic" X-Originating-Location: DE (147.161.169.88) X-Originating-Platform: Windows Chrome 129 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 24 Sep 2024 00:57:20 -0700 References: In-Reply-To: Message-ID: <15848.1727164640820287502@lists.openembedded.org> Content-Type: multipart/alternative; boundary="nM2bfrZolAFKBuZgLH1N" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 24 Sep 2024 07:57:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204838 --nM2bfrZolAFKBuZgLH1N Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Jose, On Mon, Sep 23, 2024 at 11:06 AM, Jose Quaresma wrote: >=20 > Hi Aleksandar, >=20 > Aleksandar Nikolic via lists.openembedded.org ( > http://lists.openembedded.org ) > escreveu (segunda, 23/09/2024 =C3=A0(s) 10:00): >=20 >> From: Aleksandar Nikolic < aleksandar.nikolic@zeiss.com > >>=20 >> Update to the 4.0.21 release of the 4.0 series for buildtools. >>=20 >> Signed-off-by: Aleksandar Nikolic < aleksandar.nikolic@zeiss.com > >> --- >> scripts/install-buildtools | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >>=20 >> diff --git a/scripts/install-buildtools b/scripts/install-buildtools >> index 4f85fe87d4..9054eb5f36 100755 >> --- a/scripts/install-buildtools >> +++ b/scripts/install-buildtools >> @@ -56,9 +56,9 @@ PROGNAME =3D 'install-buildtools' >> logger =3D scriptutils.logger_create(PROGNAME, stream=3Dsys.stdout) >>=20 >> DEFAULT_INSTALL_DIR =3D >> os.path.join(os.path.split(scripts_path)[0],'buildtools') >> -DEFAULT_BASE_URL =3D ' http://downloads.yoctoproject.org/releases/yocto= ' >> -DEFAULT_RELEASE =3D 'yocto-4.1' >> -DEFAULT_INSTALLER_VERSION =3D '4.1' >> +DEFAULT_BASE_URL =3D ' https://downloads.yoctoproject.org/releases/yoct= o ' >> +DEFAULT_RELEASE =3D 'yocto-4.0.21' >> +DEFAULT_INSTALLER_VERSION =3D '4.0.21' >=20 >=20 > This first patch in the series=C2=A0updates this version to 4.1. > What is the reason to downgrade=C2=A0this now on the last patch? >=20 >=20 I was thinking since 4.1 (and higher versions) are EOL and since this is th= e kirkstone branch, the buildtools should also reflect the latest available= release on the kirkstone branch, which is 4.0.21. But I am not really sure= what's the right solution here, if someone else could chime in, I'd be tha= nkful. Aleksandar >=20 >=20 > Jose >=20 >=20 >> DEFAULT_BUILDDATE =3D '202110XX' >>=20 >> # Python version sanity check >> -- >> 2.25.1 >>=20 >>=20 >>=20 >>=20 >=20 >=20 >=20 >=20 > -- > Best regards, >=20 > Jos=C3=A9 Quaresma > --nM2bfrZolAFKBuZgLH1N Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi Jose,
 
On Mon, Sep 23, 2024 at 11:06 AM, Jose Quaresma wrote:
Hi Aleksandar,

Aleksandar Nikolic via lists.openembedded.org <aleksandar.nikol= ic010=3Dgmail.com@lists= .openembedded.org> escreveu (segunda, 23/09/2024 à(s) 10:00):=
From: Aleksandar Nikolic <= ;aleksandar.nikolic@zeiss.com>

Update to the 4.0.= 21 release of the 4.0 series for buildtools.

Signed-off-by: Alek= sandar Nikolic <aleksandar.nikolic@zeiss.com>
---<= br /> scripts/install-buildtools | 6 +++---
 1 file changed,= 3 insertions(+), 3 deletions(-)

diff --git a/scripts/install-bu= ildtools b/scripts/install-buildtools
index 4f85fe87d4..9054eb5f36 100= 755
--- a/scripts/install-buildtools
+++ b/scripts/install-buildt= ools
@@ -56,9 +56,9 @@ PROGNAME =3D 'install-buildtools'
 lo= gger =3D scriptutils.logger_create(PROGNAME, stream=3Dsys.stdout)

 DEFAULT_INSTALL_DIR =3D os.path.join(os.path.split(scripts_path)[0]= ,'buildtools')
-DEFAULT_BASE_URL =3D '= http://downloads.yoctoproject.org/releases/yocto'
-DEFAULT_RELEASE= =3D 'yocto-4.1'
-DEFAULT_INSTALLER_VERSION =3D '4.1'
+DEFAULT_BA= SE_URL =3D 'https://downloads.yoctoproject= .org/releases/yocto'
+DEFAULT_RELEASE =3D 'yocto-4.0.21'
+DEF= AULT_INSTALLER_VERSION =3D '4.0.21'
 
This first patch in the series updates this version to 4.1.
What is the reason to downgrade this now on the last patch?
 
I was thinking since 4.1 (and higher versions) are EOL and since this = is the kirkstone branch, the buildtools should also reflect the latest avai= lable release on the kirkstone branch, which is 4.0.21. But I am not really= sure what's the right solution here, if someone else could chime in, I'd b= e thankful.
 
Aleksandar 

 
Jose
 
 DEFAULT_BUILDDATE =3D = '202110XX'

 # Python version sanity check
--
2.2= 5.1




 
--
Best regards,

José Quaresma
--nM2bfrZolAFKBuZgLH1N--