Message ID | 20201209192111.21817-2-dmurphy@ti.com |
---|---|
State | New |
Headers | show |
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>.*)"
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 > > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145431): https://lists.openembedded.org/g/openembedded-core/message/145431 Mute This Topic: https://lists.openembedded.org/mt/78837378/1003190 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=-
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 > >> > >> > >> > >> -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145433): https://lists.openembedded.org/g/openembedded-core/message/145433 Mute This Topic: https://lists.openembedded.org/mt/78837378/3616849 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [michael@yoctoproject.org] -=-=-=-=-=-=-=-=-=-=-=-
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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145434): https://lists.openembedded.org/g/openembedded-core/message/145434 Mute This Topic: https://lists.openembedded.org/mt/78837378/1003190 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=-