* [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21
@ 2025-06-14 20:33 Savvas Etairidis
2025-06-14 20:39 ` [OE-core] " Sandeep Paulraj
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Savvas Etairidis @ 2025-06-14 20:33 UTC (permalink / raw)
To: openembedded-core; +Cc: Savvas Etairidis
Pumped PE property to two, since this is not a version bump
but a rename. The recipe was accidentally renamed with a 'v'
prefix in 29e623b2ad00555788412fa520fbb9ffec794cbb.
Signed-off-by: Savvas Etairidis <setairidis@gmail.com>
---
.../systemd/{systemd_v255.21.bb => systemd_255.21.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/systemd/{systemd_v255.21.bb => systemd_255.21.bb} (99%)
diff --git a/meta/recipes-core/systemd/systemd_v255.21.bb b/meta/recipes-core/systemd/systemd_255.21.bb
similarity index 99%
rename from meta/recipes-core/systemd/systemd_v255.21.bb
rename to meta/recipes-core/systemd/systemd_255.21.bb
index bb9dc3da33..aee677bc87 100644
--- a/meta/recipes-core/systemd/systemd_v255.21.bb
+++ b/meta/recipes-core/systemd/systemd_255.21.bb
@@ -2,7 +2,7 @@ require systemd.inc
PROVIDES = "udev"
-PE = "1"
+PE = "2"
DEPENDS = "gperf-native libcap util-linux python3-jinja2-native"
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21
2025-06-14 20:33 [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21 Savvas Etairidis
@ 2025-06-14 20:39 ` Sandeep Paulraj
2025-06-15 12:38 ` Mathieu Dubois-Briand
2025-06-16 2:10 ` [OE-core] " ChenQi
2 siblings, 0 replies; 5+ messages in thread
From: Sandeep Paulraj @ 2025-06-14 20:39 UTC (permalink / raw)
To: setairidis; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1595 bytes --]
On Sat, Jun 14, 2025, 1:33 PM Savvas Etairidis via lists.openembedded.org
<setairidis=gmail.com@lists.openembedded.org> wrote:
> Pumped PE property to two, since this is not a version bump
> but a rename. The recipe was accidentally renamed with a 'v'
> prefix in 29e623b2ad00555788412fa520fbb9ffec794cbb.
>
> Signed-off-by: Savvas Etairidis <setairidis@gmail.com>
> ---
> .../systemd/{systemd_v255.21.bb => systemd_255.21.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-core/systemd/{systemd_v255.21.bb => systemd_255.21.bb}
> (99%)
>
> diff --git a/meta/recipes-core/systemd/systemd_v255.21.bb
> b/meta/recipes-core/systemd/systemd_255.21.bb
> similarity index 99%
> rename from meta/recipes-core/systemd/systemd_v255.21.bb
> rename to meta/recipes-core/systemd/systemd_255.21.bb
> index bb9dc3da33..aee677bc87 100644
> --- a/meta/recipes-core/systemd/systemd_v255.21.bb
> +++ b/meta/recipes-core/systemd/systemd_255.21.bb
> @@ -2,7 +2,7 @@ require systemd.inc
>
> PROVIDES = "udev"
>
> -PE = "1"
> +PE = "2"
>
> DEPENDS = "gperf-native libcap util-linux python3-jinja2-native"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#218642):
> https://lists.openembedded.org/g/openembedded-core/message/218642
> Mute This Topic: https://lists.openembedded.org/mt/113646285/4454772
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> paulrajsandeep30@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 3564 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21
2025-06-14 20:33 [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21 Savvas Etairidis
2025-06-14 20:39 ` [OE-core] " Sandeep Paulraj
@ 2025-06-15 12:38 ` Mathieu Dubois-Briand
2025-06-15 15:01 ` Savvas Etairidis
2025-06-16 2:10 ` [OE-core] " ChenQi
2 siblings, 1 reply; 5+ messages in thread
From: Mathieu Dubois-Briand @ 2025-06-15 12:38 UTC (permalink / raw)
To: setairidis, openembedded-core
On Sat Jun 14, 2025 at 10:33 PM CEST, Savvas Etairidis via lists.openembedded.org wrote:
> Pumped PE property to two, since this is not a version bump
> but a rename. The recipe was accidentally renamed with a 'v'
> prefix in 29e623b2ad00555788412fa520fbb9ffec794cbb.
>
> Signed-off-by: Savvas Etairidis <setairidis@gmail.com>
> ---
Hi Savvas,
Thanks for your patch but this does not apply on the master branch.
Actually, I believe there was never any file named "systemd_v255.21.bb"
in the history.
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21
2025-06-15 12:38 ` Mathieu Dubois-Briand
@ 2025-06-15 15:01 ` Savvas Etairidis
0 siblings, 0 replies; 5+ messages in thread
From: Savvas Etairidis @ 2025-06-15 15:01 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 224 bytes --]
Hi Mathieu,
This patch should be applied to the scarthgap branch.
I resented the message with [scarthgap] as the subject start.
I hope that is the correct way to flag a patch for a specific branch.
Regards,
Savvas
[-- Attachment #2: Type: text/html, Size: 324 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21
2025-06-14 20:33 [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21 Savvas Etairidis
2025-06-14 20:39 ` [OE-core] " Sandeep Paulraj
2025-06-15 12:38 ` Mathieu Dubois-Briand
@ 2025-06-16 2:10 ` ChenQi
2 siblings, 0 replies; 5+ messages in thread
From: ChenQi @ 2025-06-16 2:10 UTC (permalink / raw)
To: setairidis, openembedded-core
I don't think bumping PE is good. Just correct the version. Otherwise,
you'll need to send a pure PE bumping patch to oe-core master.
Regards,
Qi
On 6/15/25 04:33, Savvas Etairidis via lists.openembedded.org wrote:
> Pumped PE property to two, since this is not a version bump
> but a rename. The recipe was accidentally renamed with a 'v'
> prefix in 29e623b2ad00555788412fa520fbb9ffec794cbb.
>
> Signed-off-by: Savvas Etairidis <setairidis@gmail.com>
> ---
> .../systemd/{systemd_v255.21.bb => systemd_255.21.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-core/systemd/{systemd_v255.21.bb => systemd_255.21.bb} (99%)
>
> diff --git a/meta/recipes-core/systemd/systemd_v255.21.bb b/meta/recipes-core/systemd/systemd_255.21.bb
> similarity index 99%
> rename from meta/recipes-core/systemd/systemd_v255.21.bb
> rename to meta/recipes-core/systemd/systemd_255.21.bb
> index bb9dc3da33..aee677bc87 100644
> --- a/meta/recipes-core/systemd/systemd_v255.21.bb
> +++ b/meta/recipes-core/systemd/systemd_255.21.bb
> @@ -2,7 +2,7 @@ require systemd.inc
>
> PROVIDES = "udev"
>
> -PE = "1"
> +PE = "2"
>
> DEPENDS = "gperf-native libcap util-linux python3-jinja2-native"
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#218642): https://lists.openembedded.org/g/openembedded-core/message/218642
> Mute This Topic: https://lists.openembedded.org/mt/113646285/7304865
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [Qi.Chen@eng.windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-06-16 2:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-14 20:33 [PATCH] systemd: Rename systemd_v255.21 to systemd_255.21 Savvas Etairidis
2025-06-14 20:39 ` [OE-core] " Sandeep Paulraj
2025-06-15 12:38 ` Mathieu Dubois-Briand
2025-06-15 15:01 ` Savvas Etairidis
2025-06-16 2:10 ` [OE-core] " ChenQi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox