All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] patchelf: upgrade 0.15.0 -> 0.16.1
@ 2022-11-02  9:26 Richard Purdie
  2022-11-02  9:26 ` [PATCH 2/2] lttng-modules: upgrade 2.13.5 -> 2.13.7 Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2022-11-02  9:26 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../patchelf/{patchelf_0.15.0.bb => patchelf_0.16.1.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/patchelf/{patchelf_0.15.0.bb => patchelf_0.16.1.bb} (90%)

diff --git a/meta/recipes-devtools/patchelf/patchelf_0.15.0.bb b/meta/recipes-devtools/patchelf/patchelf_0.16.1.bb
similarity index 90%
rename from meta/recipes-devtools/patchelf/patchelf_0.15.0.bb
rename to meta/recipes-devtools/patchelf/patchelf_0.16.1.bb
index e07775f5740..8ce9e995207 100644
--- a/meta/recipes-devtools/patchelf/patchelf_0.15.0.bb
+++ b/meta/recipes-devtools/patchelf/patchelf_0.16.1.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-3.0-only"
 
 SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
            "
-SRCREV = "49008002562355b0e35075cbc1c42c645ff04e28"
+SRCREV = "438d23e29c73beb8f16e04efe2a91daa6819ef34"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [PATCH 2/2] lttng-modules: upgrade 2.13.5 -> 2.13.7
  2022-11-02  9:26 [PATCH 1/2] patchelf: upgrade 0.15.0 -> 0.16.1 Richard Purdie
@ 2022-11-02  9:26 ` Richard Purdie
  2022-11-02 17:22   ` [OE-core] " Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2022-11-02  9:26 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../lttng/{lttng-modules_2.13.5.bb => lttng-modules_2.13.7.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.13.5.bb => lttng-modules_2.13.7.bb} (94%)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
similarity index 94%
rename from meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
index 00095d6ab7b..49c584dff4d 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
@@ -16,7 +16,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
 # Use :append here so that the patch is applied also when using devupstream
 SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch"
 
-SRC_URI[sha256sum] = "eceb3428d80e85a9f008425beb9526195c9f7f02b302f28add56df53aef3e708"
+SRC_URI[sha256sum] = "5a99679df7903160cbde3918fee5af90ffafc90fc96ccdefaa57cf230492b234"
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"
 
-- 
2.34.1



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

* Re: [OE-core] [PATCH 2/2] lttng-modules: upgrade 2.13.5 -> 2.13.7
  2022-11-02  9:26 ` [PATCH 2/2] lttng-modules: upgrade 2.13.5 -> 2.13.7 Richard Purdie
@ 2022-11-02 17:22   ` Ross Burton
  2022-11-02 17:25     ` Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2022-11-02 17:22 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

Bruce has sent this already, and also drops a merged patch,

https://lore.kernel.org/openembedded-core/e3f510eaa6b7fab9c080881d43db6b556b46d9cf.1664904217.git.bruce.ashfield@gmail.com/

Ross

> On 2 Nov 2022, at 09:26, Richard Purdie via lists.openembedded.org <richard.purdie=linuxfoundation.org@lists.openembedded.org> wrote:
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> .../lttng/{lttng-modules_2.13.5.bb => lttng-modules_2.13.7.bb}  | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-kernel/lttng/{lttng-modules_2.13.5.bb => lttng-modules_2.13.7.bb} (94%)
> 
> diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
> similarity index 94%
> rename from meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb
> rename to meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
> index 00095d6ab7b..49c584dff4d 100644
> --- a/meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb
> +++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
> @@ -16,7 +16,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
> # Use :append here so that the patch is applied also when using devupstream
> SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch"
> 
> -SRC_URI[sha256sum] = "eceb3428d80e85a9f008425beb9526195c9f7f02b302f28add56df53aef3e708"
> +SRC_URI[sha256sum] = "5a99679df7903160cbde3918fee5af90ffafc90fc96ccdefaa57cf230492b234"
> 
> export INSTALL_MOD_DIR="kernel/lttng-modules"
> 
> -- 
> 2.34.1
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#172578): https://lists.openembedded.org/g/openembedded-core/message/172578
> Mute This Topic: https://lists.openembedded.org/mt/94730262/6875888
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

* Re: [OE-core] [PATCH 2/2] lttng-modules: upgrade 2.13.5 -> 2.13.7
  2022-11-02 17:22   ` [OE-core] " Ross Burton
@ 2022-11-02 17:25     ` Ross Burton
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2022-11-02 17:25 UTC (permalink / raw)
  Cc: Richard Purdie, openembedded-core

Which doesn’t apply unless you have the rebased version in my branch.  Ignore me. :)

Ross

> On 2 Nov 2022, at 17:22, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote:
> 
> Bruce has sent this already, and also drops a merged patch,
> 
> https://lore.kernel.org/openembedded-core/e3f510eaa6b7fab9c080881d43db6b556b46d9cf.1664904217.git.bruce.ashfield@gmail.com/
> 
> Ross
> 
>> On 2 Nov 2022, at 09:26, Richard Purdie via lists.openembedded.org <richard.purdie=linuxfoundation.org@lists.openembedded.org> wrote:
>> 
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>> ---
>> .../lttng/{lttng-modules_2.13.5.bb => lttng-modules_2.13.7.bb}  | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> rename meta/recipes-kernel/lttng/{lttng-modules_2.13.5.bb => lttng-modules_2.13.7.bb} (94%)
>> 
>> diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
>> similarity index 94%
>> rename from meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb
>> rename to meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
>> index 00095d6ab7b..49c584dff4d 100644
>> --- a/meta/recipes-kernel/lttng/lttng-modules_2.13.5.bb
>> +++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.7.bb
>> @@ -16,7 +16,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
>> # Use :append here so that the patch is applied also when using devupstream
>> SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch"
>> 
>> -SRC_URI[sha256sum] = "eceb3428d80e85a9f008425beb9526195c9f7f02b302f28add56df53aef3e708"
>> +SRC_URI[sha256sum] = "5a99679df7903160cbde3918fee5af90ffafc90fc96ccdefaa57cf230492b234"
>> 
>> export INSTALL_MOD_DIR="kernel/lttng-modules"
>> 
>> -- 
>> 2.34.1
>> 
>> 
>> 
>> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#172596): https://lists.openembedded.org/g/openembedded-core/message/172596
> Mute This Topic: https://lists.openembedded.org/mt/94730262/6875888
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


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

end of thread, other threads:[~2022-11-02 17:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02  9:26 [PATCH 1/2] patchelf: upgrade 0.15.0 -> 0.16.1 Richard Purdie
2022-11-02  9:26 ` [PATCH 2/2] lttng-modules: upgrade 2.13.5 -> 2.13.7 Richard Purdie
2022-11-02 17:22   ` [OE-core] " Ross Burton
2022-11-02 17:25     ` Ross Burton

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.