All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
       [not found] <16959244EFE5AD42.32573@lists.openembedded.org>
@ 2021-08-04  5:43 ` Yu, Mingli
  2021-08-04 13:58   ` Armin Kuster
  0 siblings, 1 reply; 8+ messages in thread
From: Yu, Mingli @ 2021-08-04  5:43 UTC (permalink / raw)
  To: openembedded-devel, Armin Kuster

Ping.

Thanks,

On 7/27/21 2:32 PM, Yu, Mingli wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
> 
> Fixes:
> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz, attempting MIRRORS if available
> 
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
> index 2974341bf..e8ff41461 100644
> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
> @@ -4,7 +4,7 @@ SECTION = "libs"
>   LICENSE = "GPLv2"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311"
>   
> -SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
>              file://my.cnf \
>              file://mysqld.service \
>              file://install_db.service \
> 
> 
> 
> 
> 

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

* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
  2021-08-04  5:43 ` [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI Yu, Mingli
@ 2021-08-04 13:58   ` Armin Kuster
  2021-08-05  2:35     ` Yu, Mingli
  0 siblings, 1 reply; 8+ messages in thread
From: Armin Kuster @ 2021-08-04 13:58 UTC (permalink / raw)
  To: Yu, Mingli, openembedded-devel



On 8/3/21 10:43 PM, Yu, Mingli wrote:
> Ping.
>
> Thanks,
>
> On 7/27/21 2:32 PM, Yu, Mingli wrote:
>> From: Mingli Yu <mingli.yu@windriver.com>
>>
>> Fixes:
>> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL
>> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz,
>> attempting MIRRORS if available

Mariadb has been updated to 10.5.11. Are you still seeing a d/l issue?

-armin
>>
>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>> ---
>>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> index 2974341bf..e8ff41461 100644
>> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> @@ -4,7 +4,7 @@ SECTION = "libs"
>>   LICENSE = "GPLv2"
>>   LIC_FILES_CHKSUM =
>> "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311"
>>   -SRC_URI =
>> "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
>> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
>>              file://my.cnf \
>>              file://mysqld.service \
>>              file://install_db.service \
>>
>>
>>
>> 
>>


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

* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
  2021-08-04 13:58   ` Armin Kuster
@ 2021-08-05  2:35     ` Yu, Mingli
  2021-08-05  2:42       ` Khem Raj
  2021-08-05 17:53       ` Armin Kuster
  0 siblings, 2 replies; 8+ messages in thread
From: Yu, Mingli @ 2021-08-05  2:35 UTC (permalink / raw)
  To: akuster808, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2002 bytes --]

Hi Armin,

Though the do_fetch issue is gone after upgrade mariadb to 10.5.11, but after 10.5.12 comes out, the issue will be there again if we don't upgrade timely.

Considering the previous URL only stores the latest tar ball and the updated one stores all the tar balls. It's better use the updated one.

Thanks,
________________________________
From: akuster808 <akuster808@gmail.com>
Sent: Wednesday, August 4, 2021 21:58
To: Yu, Mingli <Mingli.Yu@windriver.com>; openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

[Please note: This e-mail is from an EXTERNAL e-mail address]

On 8/3/21 10:43 PM, Yu, Mingli wrote:
> Ping.
>
> Thanks,
>
> On 7/27/21 2:32 PM, Yu, Mingli wrote:
>> From: Mingli Yu <mingli.yu@windriver.com>
>>
>> Fixes:
>> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL
>> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz,
>> attempting MIRRORS if available

Mariadb has been updated to 10.5.11. Are you still seeing a d/l issue?

-armin
>>
>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>> ---
>>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> index 2974341bf..e8ff41461 100644
>> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> @@ -4,7 +4,7 @@ SECTION = "libs"
>>   LICENSE = "GPLv2"
>>   LIC_FILES_CHKSUM =
>> "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311"
>>   -SRC_URI =
>> "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
>> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
>>              file://my.cnf \
>>              file://mysqld.service \
>>              file://install_db.service \
>>
>>
>>
>> 
>>


[-- Attachment #2: Type: text/html, Size: 4391 bytes --]

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

* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
  2021-08-05  2:35     ` Yu, Mingli
@ 2021-08-05  2:42       ` Khem Raj
  2021-08-05  2:48         ` Yu, Mingli
  2021-08-05 17:53       ` Armin Kuster
  1 sibling, 1 reply; 8+ messages in thread
From: Khem Raj @ 2021-08-05  2:42 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: akuster808, openembedded-devel

On Wed, Aug 4, 2021 at 7:36 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
> Hi Armin,
>
> Though the do_fetch issue is gone after upgrade mariadb to 10.5.11, but after 10.5.12 comes out, the issue will be there again if we don't upgrade timely.
>
> Considering the previous URL only stores the latest tar ball and the updated one stores all the tar balls. It's better use the updated one.

Dont we have some persistent archive location to point to ?
secondly, we should put the tarballs on oe source mirror for fall back.

>
> Thanks,
> ________________________________
> From: akuster808 <akuster808@gmail.com>
> Sent: Wednesday, August 4, 2021 21:58
> To: Yu, Mingli <Mingli.Yu@windriver.com>; openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
> Subject: Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
>
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> On 8/3/21 10:43 PM, Yu, Mingli wrote:
> > Ping.
> >
> > Thanks,
> >
> > On 7/27/21 2:32 PM, Yu, Mingli wrote:
> >> From: Mingli Yu <mingli.yu@windriver.com>
> >>
> >> Fixes:
> >> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL
> >> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz,
> >> attempting MIRRORS if available
>
> Mariadb has been updated to 10.5.11. Are you still seeing a d/l issue?
>
> -armin
> >>
> >> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> >> ---
> >>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> b/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> index 2974341bf..e8ff41461 100644
> >> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> @@ -4,7 +4,7 @@ SECTION = "libs"
> >>   LICENSE = "GPLv2"
> >>   LIC_FILES_CHKSUM =
> >> "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311"
> >>   -SRC_URI =
> >> "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
> >> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
> >>              file://my.cnf \
> >>              file://mysqld.service \
> >>              file://install_db.service \
> >>
> >>
> >>
> >>
> >>
>
>
> 
>

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

* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
  2021-08-05  2:42       ` Khem Raj
@ 2021-08-05  2:48         ` Yu, Mingli
  2021-08-05  2:52           ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Yu, Mingli @ 2021-08-05  2:48 UTC (permalink / raw)
  To: Khem Raj; +Cc: akuster808, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2860 bytes --]

Hi Khem,

The one we want to update is the persistent archive and also send a patch to master.

Thanks,
________________________________
From: Khem Raj <raj.khem@gmail.com>
Sent: Thursday, August 5, 2021 10:42
To: Yu, Mingli <Mingli.Yu@windriver.com>
Cc: akuster808 <akuster808@gmail.com>; openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

[Please note: This e-mail is from an EXTERNAL e-mail address]

On Wed, Aug 4, 2021 at 7:36 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
> Hi Armin,
>
> Though the do_fetch issue is gone after upgrade mariadb to 10.5.11, but after 10.5.12 comes out, the issue will be there again if we don't upgrade timely.
>
> Considering the previous URL only stores the latest tar ball and the updated one stores all the tar balls. It's better use the updated one.

Dont we have some persistent archive location to point to ?
secondly, we should put the tarballs on oe source mirror for fall back.

>
> Thanks,
> ________________________________
> From: akuster808 <akuster808@gmail.com>
> Sent: Wednesday, August 4, 2021 21:58
> To: Yu, Mingli <Mingli.Yu@windriver.com>; openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
> Subject: Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
>
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> On 8/3/21 10:43 PM, Yu, Mingli wrote:
> > Ping.
> >
> > Thanks,
> >
> > On 7/27/21 2:32 PM, Yu, Mingli wrote:
> >> From: Mingli Yu <mingli.yu@windriver.com>
> >>
> >> Fixes:
> >> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL
> >> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz,
> >> attempting MIRRORS if available
>
> Mariadb has been updated to 10.5.11. Are you still seeing a d/l issue?
>
> -armin
> >>
> >> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> >> ---
> >>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> b/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> index 2974341bf..e8ff41461 100644
> >> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> @@ -4,7 +4,7 @@ SECTION = "libs"
> >>   LICENSE = "GPLv2"
> >>   LIC_FILES_CHKSUM =
> >> "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311"
> >>   -SRC_URI =
> >> "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
> >> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
> >>              file://my.cnf \
> >>              file://mysqld.service \
> >>              file://install_db.service \
> >>
> >>
> >>
> >>
> >>
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 5402 bytes --]

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

* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
  2021-08-05  2:48         ` Yu, Mingli
@ 2021-08-05  2:52           ` Khem Raj
  2021-08-05  2:55             ` Yu, Mingli
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2021-08-05  2:52 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: akuster808, openembedded-devel



On 8/4/21 7:48 PM, Yu, Mingli wrote:
> Hi Khem,
> 
> The one we want to update is the persistent archive and also send a 
> patch to master.
> 

Can we point the SRC_URI at 
https://archive.mariadb.org/${BP}/source/${BP}.tar.gz ?


> Thanks,
> ------------------------------------------------------------------------
> *From:* Khem Raj <raj.khem@gmail.com>
> *Sent:* Thursday, August 5, 2021 10:42
> *To:* Yu, Mingli <Mingli.Yu@windriver.com>
> *Cc:* akuster808 <akuster808@gmail.com>; 
> openembedded-devel@lists.openembedded.org 
> <openembedded-devel@lists.openembedded.org>
> *Subject:* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
> [Please note: This e-mail is from an EXTERNAL e-mail address]
> 
> On Wed, Aug 4, 2021 at 7:36 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>>
>> Hi Armin,
>>
>> Though the do_fetch issue is gone after upgrade mariadb to 10.5.11, but after 10.5.12 comes out, the issue will be there again if we don't upgrade timely.
>>
>> Considering the previous URL only stores the latest tar ball and the updated one stores all the tar balls. It's better use the updated one.
> 
> Dont we have some persistent archive location to point to ?
> secondly, we should put the tarballs on oe source mirror for fall back.
> 
>>
>> Thanks,
>> ________________________________
>> From: akuster808 <akuster808@gmail.com>
>> Sent: Wednesday, August 4, 2021 21:58
>> To: Yu, Mingli <Mingli.Yu@windriver.com>; openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
>> Subject: Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
>>
>> [Please note: This e-mail is from an EXTERNAL e-mail address]
>>
>> On 8/3/21 10:43 PM, Yu, Mingli wrote:
>> > Ping.
>> >
>> > Thanks,
>> >
>> > On 7/27/21 2:32 PM, Yu, Mingli wrote:
>> >> From: Mingli Yu <mingli.yu@windriver.com>
>> >>
>> >> Fixes:
>> >> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL
>> >> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz 
> <https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz>,
>> >> attempting MIRRORS if available
>>
>> Mariadb has been updated to 10.5.11. Are you still seeing a d/l issue?
>>
>> -armin
>> >>
>> >> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>> >> ---
>> >>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
>> >>   1 file changed, 1 insertion(+), 1 deletion(-)
>> >>
>> >> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> >> b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> >> index 2974341bf..e8ff41461 100644
>> >> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> >> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> >> @@ -4,7 +4,7 @@ SECTION = "libs"
>> >>   LICENSE = "GPLv2"
>> >>   LIC_FILES_CHKSUM =
>> >> "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311 
> <file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311>"
>> >>   -SRC_URI =
>> >> "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
>> >> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
>> >>              file://my.cnf <file://my.cnf> \
>> >>              file://mysqld.service <file://mysqld.service> \
>> >>              file://install_db.service <file://install_db.service> \
>> >>
>> >>
>> >>
>> >>
>> >>
>>
>>
>> 
>>

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

* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
  2021-08-05  2:52           ` Khem Raj
@ 2021-08-05  2:55             ` Yu, Mingli
  0 siblings, 0 replies; 8+ messages in thread
From: Yu, Mingli @ 2021-08-05  2:55 UTC (permalink / raw)
  To: Khem Raj; +Cc: akuster808, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3888 bytes --]

Yes, https://archive.mariadb.org/${BP}/source/${BP}.tar.gz is just the one we want to use in the patch.

Thanks,
________________________________
From: Khem Raj <raj.khem@gmail.com>
Sent: Thursday, August 5, 2021 10:52
To: Yu, Mingli <Mingli.Yu@windriver.com>
Cc: akuster808 <akuster808@gmail.com>; openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

[Please note: This e-mail is from an EXTERNAL e-mail address]

On 8/4/21 7:48 PM, Yu, Mingli wrote:
> Hi Khem,
>
> The one we want to update is the persistent archive and also send a
> patch to master.
>

Can we point the SRC_URI at
https://archive.mariadb.org/${BP}/source/${BP}.tar.gz ?


> Thanks,
> ------------------------------------------------------------------------
> *From:* Khem Raj <raj.khem@gmail.com>
> *Sent:* Thursday, August 5, 2021 10:42
> *To:* Yu, Mingli <Mingli.Yu@windriver.com>
> *Cc:* akuster808 <akuster808@gmail.com>;
> openembedded-devel@lists.openembedded.org
> <openembedded-devel@lists.openembedded.org>
> *Subject:* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> On Wed, Aug 4, 2021 at 7:36 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>>
>> Hi Armin,
>>
>> Though the do_fetch issue is gone after upgrade mariadb to 10.5.11, but after 10.5.12 comes out, the issue will be there again if we don't upgrade timely.
>>
>> Considering the previous URL only stores the latest tar ball and the updated one stores all the tar balls. It's better use the updated one.
>
> Dont we have some persistent archive location to point to ?
> secondly, we should put the tarballs on oe source mirror for fall back.
>
>>
>> Thanks,
>> ________________________________
>> From: akuster808 <akuster808@gmail.com>
>> Sent: Wednesday, August 4, 2021 21:58
>> To: Yu, Mingli <Mingli.Yu@windriver.com>; openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
>> Subject: Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
>>
>> [Please note: This e-mail is from an EXTERNAL e-mail address]
>>
>> On 8/3/21 10:43 PM, Yu, Mingli wrote:
>> > Ping.
>> >
>> > Thanks,
>> >
>> > On 7/27/21 2:32 PM, Yu, Mingli wrote:
>> >> From: Mingli Yu <mingli.yu@windriver.com>
>> >>
>> >> Fixes:
>> >> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL
>> >> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz
> <https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz>,
>> >> attempting MIRRORS if available
>>
>> Mariadb has been updated to 10.5.11. Are you still seeing a d/l issue?
>>
>> -armin
>> >>
>> >> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>> >> ---
>> >>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
>> >>   1 file changed, 1 insertion(+), 1 deletion(-)
>> >>
>> >> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> >> b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> >> index 2974341bf..e8ff41461 100644
>> >> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> >> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> >> @@ -4,7 +4,7 @@ SECTION = "libs"
>> >>   LICENSE = "GPLv2"
>> >>   LIC_FILES_CHKSUM =
>> >> "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311
> <file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311>"
>> >>   -SRC_URI =
>> >> "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
>> >> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
>> >>              file://my.cnf <file://my.cnf> \
>> >>              file://mysqld.service <file://mysqld.service> \
>> >>              file://install_db.service <file://install_db.service> \
>> >>
>> >>
>> >>
>> >>
>> >>
>>
>>
>> 
>>

[-- Attachment #2: Type: text/html, Size: 7052 bytes --]

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

* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
  2021-08-05  2:35     ` Yu, Mingli
  2021-08-05  2:42       ` Khem Raj
@ 2021-08-05 17:53       ` Armin Kuster
  1 sibling, 0 replies; 8+ messages in thread
From: Armin Kuster @ 2021-08-05 17:53 UTC (permalink / raw)
  To: Yu, Mingli, openembedded-devel



On 8/4/21 7:35 PM, Yu, Mingli wrote:
> Hi Armin,
>
> Though the do_fetch issue is gone after upgrade mariadb to 10.5.11,
> but after 10.5.12 comes out, the issue will be there again if we don't
> upgrade timely.
Sounds like reasonable approach.
>
> Considering the previous URL only stores the latest tar ball and the
> updated one stores all the tar balls. It's better use the updated one.
OK. thanks.
Armin
>
> Thanks,
> ------------------------------------------------------------------------
> *From:* akuster808 <akuster808@gmail.com>
> *Sent:* Wednesday, August 4, 2021 21:58
> *To:* Yu, Mingli <Mingli.Yu@windriver.com>;
> openembedded-devel@lists.openembedded.org
> <openembedded-devel@lists.openembedded.org>
> *Subject:* Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
>  
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> On 8/3/21 10:43 PM, Yu, Mingli wrote:
> > Ping.
> >
> > Thanks,
> >
> > On 7/27/21 2:32 PM, Yu, Mingli wrote:
> >> From: Mingli Yu <mingli.yu@windriver.com>
> >>
> >> Fixes:
> >> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL
> >>
> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz
> <https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz>,
> >> attempting MIRRORS if available
>
> Mariadb has been updated to 10.5.11. Are you still seeing a d/l issue?
>
> -armin
> >>
> >> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> >> ---
> >>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> b/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> index 2974341bf..e8ff41461 100644
> >> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
> >> @@ -4,7 +4,7 @@ SECTION = "libs"
> >>   LICENSE = "GPLv2"
> >>   LIC_FILES_CHKSUM =
> >> "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311
> <file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311>"
> >>   -SRC_URI =
> >> "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
> >> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
> >>              file://my.cnf <file://my.cnf> \
> >>              file://mysqld.service <file://mysqld.service> \
> >>              file://install_db.service <file://install_db.service> \
> >>
> >>
> >>
> >> 
> >>
>


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

end of thread, other threads:[~2021-08-05 17:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <16959244EFE5AD42.32573@lists.openembedded.org>
2021-08-04  5:43 ` [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI Yu, Mingli
2021-08-04 13:58   ` Armin Kuster
2021-08-05  2:35     ` Yu, Mingli
2021-08-05  2:42       ` Khem Raj
2021-08-05  2:48         ` Yu, Mingli
2021-08-05  2:52           ` Khem Raj
2021-08-05  2:55             ` Yu, Mingli
2021-08-05 17:53       ` Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.