All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cryptodev: bump 1 commit past 1.11 to fix 5.9-rc1+
@ 2020-09-09 21:47 Denys Dmytriyenko
  2020-09-10  0:24 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2020-09-09 21:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

There's one commit on top of 1.11 release that fixes builds against kernel 5.9-rc1+.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index 906f4fc..c050eda 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
            "
-SRCREV = "2299d39475e91392abd050ea09f2d20feecb4adf"
+SRCREV = "fabe5989a3dc9fba0cd0a40b612247cdde351c01"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4


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

* Re: [OE-core] [PATCH] cryptodev: bump 1 commit past 1.11 to fix 5.9-rc1+
  2020-09-09 21:47 [PATCH] cryptodev: bump 1 commit past 1.11 to fix 5.9-rc1+ Denys Dmytriyenko
@ 2020-09-10  0:24 ` Khem Raj
  2020-09-10  0:38   ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2020-09-10  0:24 UTC (permalink / raw)
  To: Denys Dmytriyenko, openembedded-core; +Cc: Denys Dmytriyenko



On 9/9/20 2:47 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> There's one commit on top of 1.11 release that fixes builds against kernel 5.9-rc1+.

since we call the recipe as 1.11, perhaps its better to explcitly apply
this patch via SRC_URI or alter PV to reflect this SRCREV changes,

> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
> index 906f4fc..c050eda 100644
> --- a/meta/recipes-kernel/cryptodev/cryptodev.inc
> +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  
>  SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
>             "
> -SRCREV = "2299d39475e91392abd050ea09f2d20feecb4adf"
> +SRCREV = "fabe5989a3dc9fba0cd0a40b612247cdde351c01"
>  
>  S = "${WORKDIR}/git"
>  
> 
> 
> 
> 

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

* Re: [OE-core] [PATCH] cryptodev: bump 1 commit past 1.11 to fix 5.9-rc1+
  2020-09-10  0:24 ` [OE-core] " Khem Raj
@ 2020-09-10  0:38   ` Denys Dmytriyenko
  2020-09-10  0:46     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2020-09-10  0:38 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On Wed, Sep 09, 2020 at 05:24:05PM -0700, Khem Raj wrote:
> 
> 
> On 9/9/20 2:47 PM, Denys Dmytriyenko wrote:
> > From: Denys Dmytriyenko <denys@ti.com>
> > 
> > There's one commit on top of 1.11 release that fixes builds against kernel 5.9-rc1+.
> 
> since we call the recipe as 1.11, perhaps its better to explcitly apply
> this patch via SRC_URI or alter PV to reflect this SRCREV changes,

Yeah, we went back and forth on this - in the past we had a separate patch 
applied, as well as just bump the SRCREV. There's no standard so far - we've 
done both ways. If you want, I can just append SRCPV.


> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
> > index 906f4fc..c050eda 100644
> > --- a/meta/recipes-kernel/cryptodev/cryptodev.inc
> > +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
> > @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> >  
> >  SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
> >             "
> > -SRCREV = "2299d39475e91392abd050ea09f2d20feecb4adf"
> > +SRCREV = "fabe5989a3dc9fba0cd0a40b612247cdde351c01"
> >  
> >  S = "${WORKDIR}/git"
> >  
> > 
> > 
> > 
> > 
> 

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

* Re: [OE-core] [PATCH] cryptodev: bump 1 commit past 1.11 to fix 5.9-rc1+
  2020-09-10  0:38   ` Denys Dmytriyenko
@ 2020-09-10  0:46     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2020-09-10  0:46 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: openembedded-core



On 9/9/20 5:38 PM, Denys Dmytriyenko wrote:
> On Wed, Sep 09, 2020 at 05:24:05PM -0700, Khem Raj wrote:
>>
>>
>> On 9/9/20 2:47 PM, Denys Dmytriyenko wrote:
>>> From: Denys Dmytriyenko <denys@ti.com>
>>>
>>> There's one commit on top of 1.11 release that fixes builds against kernel 5.9-rc1+.
>>
>> since we call the recipe as 1.11, perhaps its better to explcitly apply
>> this patch via SRC_URI or alter PV to reflect this SRCREV changes,
> 
> Yeah, we went back and forth on this - in the past we had a separate patch 
> applied, as well as just bump the SRCREV. There's no standard so far - we've 
> done both ways. If you want, I can just append SRCPV.

That will be better yes.

> 
> 
>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>>> ---
>>>  meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
>>> index 906f4fc..c050eda 100644
>>> --- a/meta/recipes-kernel/cryptodev/cryptodev.inc
>>> +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
>>> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>>>  
>>>  SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
>>>             "
>>> -SRCREV = "2299d39475e91392abd050ea09f2d20feecb4adf"
>>> +SRCREV = "fabe5989a3dc9fba0cd0a40b612247cdde351c01"
>>>  
>>>  S = "${WORKDIR}/git"
>>>  
>>>
>>>
>>> 
>>>
>>

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 21:47 [PATCH] cryptodev: bump 1 commit past 1.11 to fix 5.9-rc1+ Denys Dmytriyenko
2020-09-10  0:24 ` [OE-core] " Khem Raj
2020-09-10  0:38   ` Denys Dmytriyenko
2020-09-10  0:46     ` Khem Raj

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.