All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell] [PATCH 1/2] lz4: Use the new branch naming from upstream
@ 2020-12-09 19:21 Dan Murphy
  2020-12-09 19:21 ` [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3 Dan Murphy
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Murphy @ 2020-12-09 19:21 UTC (permalink / raw)
  To: richard.purdie, openembedded-core; +Cc: Dan Murphy

From: Richard Purdie <richard.purdie@linuxfoundation.org>

Upstream renamed master -> dev, update SRC_URI to match.

[YOCTO #14135]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 meta/recipes-support/lz4/lz4_1.9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.2.bb
index 6510156ed0c9..455d2a5141f0 100644
--- a/meta/recipes-support/lz4/lz4_1.9.2.bb
+++ b/meta/recipes-support/lz4/lz4_1.9.2.bb
@@ -11,7 +11,7 @@ PE = "1"
 
 SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd"
 
-SRC_URI = "git://github.com/lz4/lz4.git \
+SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \
            file://run-ptest \
            "
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
-- 
2.29.2


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

* [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3
  2020-12-09 19:21 [dunfell] [PATCH 1/2] lz4: Use the new branch naming from upstream Dan Murphy
@ 2020-12-09 19:21 ` Dan Murphy
  2020-12-09 19:55   ` [OE-core] " Steve Sakoman
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Murphy @ 2020-12-09 19:21 UTC (permalink / raw)
  To: richard.purdie, openembedded-core; +Cc: Alexander Kanavin, Dan Murphy

From: Alexander Kanavin <alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 meta/recipes-support/lz4/{lz4_1.9.2.bb => lz4_1.9.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/lz4/{lz4_1.9.2.bb => lz4_1.9.3.bb} (90%)

diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb
similarity index 90%
rename from meta/recipes-support/lz4/lz4_1.9.2.bb
rename to meta/recipes-support/lz4/lz4_1.9.3.bb
index 455d2a5141f0..00f2dd32fedd 100644
--- a/meta/recipes-support/lz4/lz4_1.9.2.bb
+++ b/meta/recipes-support/lz4/lz4_1.9.3.bb
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
 
 PE = "1"
 
-SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd"
+SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3"
 
-SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \
+SRC_URI = "git://github.com/lz4/lz4.git;branch=release \
            file://run-ptest \
            "
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
-- 
2.29.2


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

* Re: [OE-core] [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3
  2020-12-09 19:21 ` [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3 Dan Murphy
@ 2020-12-09 19:55   ` Steve Sakoman
  2020-12-09 20:03     ` Dan Murphy
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Sakoman @ 2020-12-09 19:55 UTC (permalink / raw)
  To: dmurphy
  Cc: Richard Purdie, Patches and discussions about the oe-core layer,
	Alexander Kanavin

Hi Dan,

I already have the first patch of this series in testing.  Is version
1.9.3 a bug fix only release?

Steve

On Wed, Dec 9, 2020 at 9:21 AM Dan Murphy via lists.openembedded.org
<dmurphy=ti.com@lists.openembedded.org> wrote:
>
> From: Alexander Kanavin <alex.kanavin@gmail.com>
>
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  meta/recipes-support/lz4/{lz4_1.9.2.bb => lz4_1.9.3.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/lz4/{lz4_1.9.2.bb => lz4_1.9.3.bb} (90%)
>
> diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb
> similarity index 90%
> rename from meta/recipes-support/lz4/lz4_1.9.2.bb
> rename to meta/recipes-support/lz4/lz4_1.9.3.bb
> index 455d2a5141f0..00f2dd32fedd 100644
> --- a/meta/recipes-support/lz4/lz4_1.9.2.bb
> +++ b/meta/recipes-support/lz4/lz4_1.9.3.bb
> @@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
>
>  PE = "1"
>
> -SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd"
> +SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3"
>
> -SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \
> +SRC_URI = "git://github.com/lz4/lz4.git;branch=release \
>             file://run-ptest \
>             "
>  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
> --
> 2.29.2
>
>
> 
>

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

* Re: [OE-core] [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3
  2020-12-09 19:55   ` [OE-core] " Steve Sakoman
@ 2020-12-09 20:03     ` Dan Murphy
  2020-12-09 20:23       ` Steve Sakoman
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Murphy @ 2020-12-09 20:03 UTC (permalink / raw)
  To: Steve Sakoman
  Cc: Richard Purdie, Patches and discussions about the oe-core layer,
	Alexander Kanavin

Steve

No it has some enhancements. I was not sure if we wanted to use the dev 
branch as opposed to the release branch.

Dan


On 12/9/20 1:55 PM, Steve Sakoman wrote:
> Hi Dan,
>
> I already have the first patch of this series in testing.  Is version
> 1.9.3 a bug fix only release?
>
> Steve
>
> On Wed, Dec 9, 2020 at 9:21 AM Dan Murphy via lists.openembedded.org
> <dmurphy=ti.com@lists.openembedded.org> wrote:
>> From: Alexander Kanavin <alex.kanavin@gmail.com>
>>
>> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>> ---
>>   meta/recipes-support/lz4/{lz4_1.9.2.bb => lz4_1.9.3.bb} | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta/recipes-support/lz4/{lz4_1.9.2.bb => lz4_1.9.3.bb} (90%)
>>
>> diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb
>> similarity index 90%
>> rename from meta/recipes-support/lz4/lz4_1.9.2.bb
>> rename to meta/recipes-support/lz4/lz4_1.9.3.bb
>> index 455d2a5141f0..00f2dd32fedd 100644
>> --- a/meta/recipes-support/lz4/lz4_1.9.2.bb
>> +++ b/meta/recipes-support/lz4/lz4_1.9.3.bb
>> @@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
>>
>>   PE = "1"
>>
>> -SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd"
>> +SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3"
>>
>> -SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \
>> +SRC_URI = "git://github.com/lz4/lz4.git;branch=release \
>>              file://run-ptest \
>>              "
>>   UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
>> --
>> 2.29.2
>>
>>
>> 
>>

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

* Re: [OE-core] [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3
  2020-12-09 20:03     ` Dan Murphy
@ 2020-12-09 20:23       ` Steve Sakoman
  2020-12-09 20:49         ` Dan Murphy
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Sakoman @ 2020-12-09 20:23 UTC (permalink / raw)
  To: Dan Murphy
  Cc: Richard Purdie, Patches and discussions about the oe-core layer,
	Alexander Kanavin

On Wed, Dec 9, 2020 at 10:03 AM Dan Murphy <dmurphy@ti.com> wrote:
>
> Steve
>
> No it has some enhancements.

If it has enhancements then it probably isn't appropriate for LTS, we
should stick with 1.9.2

> I was not sure if we wanted to use the dev
> branch as opposed to the release branch.

Is 1.9.2 available in the release branch?  If so then that seems to be
appropriate.

Steve


> On 12/9/20 1:55 PM, Steve Sakoman wrote:
> > Hi Dan,
> >
> > I already have the first patch of this series in testing.  Is version
> > 1.9.3 a bug fix only release?
> >
> > Steve
> >
> > On Wed, Dec 9, 2020 at 9:21 AM Dan Murphy via lists.openembedded.org
> > <dmurphy=ti.com@lists.openembedded.org> wrote:
> >> From: Alexander Kanavin <alex.kanavin@gmail.com>
> >>
> >> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> >> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> >> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> >> ---
> >>   meta/recipes-support/lz4/{lz4_1.9.2.bb => lz4_1.9.3.bb} | 4 ++--
> >>   1 file changed, 2 insertions(+), 2 deletions(-)
> >>   rename meta/recipes-support/lz4/{lz4_1.9.2.bb => lz4_1.9.3.bb} (90%)
> >>
> >> diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb
> >> similarity index 90%
> >> rename from meta/recipes-support/lz4/lz4_1.9.2.bb
> >> rename to meta/recipes-support/lz4/lz4_1.9.3.bb
> >> index 455d2a5141f0..00f2dd32fedd 100644
> >> --- a/meta/recipes-support/lz4/lz4_1.9.2.bb
> >> +++ b/meta/recipes-support/lz4/lz4_1.9.3.bb
> >> @@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
> >>
> >>   PE = "1"
> >>
> >> -SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd"
> >> +SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3"
> >>
> >> -SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \
> >> +SRC_URI = "git://github.com/lz4/lz4.git;branch=release \
> >>              file://run-ptest \
> >>              "
> >>   UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
> >> --
> >> 2.29.2
> >>
> >>
> >> 
> >>

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

* Re: [OE-core] [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3
  2020-12-09 20:23       ` Steve Sakoman
@ 2020-12-09 20:49         ` Dan Murphy
  2020-12-10  0:29           ` Steve Sakoman
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Murphy @ 2020-12-09 20:49 UTC (permalink / raw)
  To: Steve Sakoman
  Cc: Richard Purdie, Patches and discussions about the oe-core layer,
	Alexander Kanavin

Steve

On 12/9/20 2:23 PM, Steve Sakoman wrote:
> On Wed, Dec 9, 2020 at 10:03 AM Dan Murphy <dmurphy@ti.com> wrote:
>> Steve
>>
>> No it has some enhancements.
> If it has enhancements then it probably isn't appropriate for LTS, we
> should stick with 1.9.2
OK
>
>> I was not sure if we wanted to use the dev
>> branch as opposed to the release branch.
> Is 1.9.2 available in the release branch?  If so then that seems to be
> appropriate.

It is only in the dev branch not in release which seems a bit weird.

Dan


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

* Re: [OE-core] [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3
  2020-12-09 20:49         ` Dan Murphy
@ 2020-12-10  0:29           ` Steve Sakoman
  0 siblings, 0 replies; 7+ messages in thread
From: Steve Sakoman @ 2020-12-10  0:29 UTC (permalink / raw)
  To: Dan Murphy
  Cc: Richard Purdie, Patches and discussions about the oe-core layer,
	Alexander Kanavin

On Wed, Dec 9, 2020 at 10:49 AM Dan Murphy <dmurphy@ti.com> wrote:

> > Is 1.9.2 available in the release branch?  If so then that seems to be
> > appropriate.
>
> It is only in the dev branch not in release which seems a bit weird.

It is indeed! But I guess that's what we'll need to use.

Steve

> Dan
>

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

end of thread, other threads:[~2020-12-10  0:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 19:21 [dunfell] [PATCH 1/2] lz4: Use the new branch naming from upstream Dan Murphy
2020-12-09 19:21 ` [dunfell] [PATCH 2/2] lz4: upgrade 1.9.2 -> 1.9.3 Dan Murphy
2020-12-09 19:55   ` [OE-core] " Steve Sakoman
2020-12-09 20:03     ` Dan Murphy
2020-12-09 20:23       ` Steve Sakoman
2020-12-09 20:49         ` Dan Murphy
2020-12-10  0:29           ` Steve Sakoman

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.