diff mbox series

[meta-oe] turbostat: update the PV

Message ID 20250411052327.2144966-3-changqing.li@windriver.com
State New
Headers show
Series [meta-oe] turbostat: update the PV | expand

Commit Message

Changqing Li April 11, 2025, 5:23 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Current PV 3.4 is the kernel version when the recipe is newly added.
Because current kernel version is changed, and turbostat has its own
version, update PV to use this one.
[snip of turbostat.c]
void print_version()
{
    fprintf(outf, "turbostat version 2024.07.26 - Len Brown <lenb@kernel.org>\n");
}
[snip]

$turbostat --version
turbostat version 2024.07.26 - Len Brown <lenb@kernel.org>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../turbostat/{turbostat_3.4.bb => turbostat_2024.07.26.bb}       | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/recipes-kernel/turbostat/{turbostat_3.4.bb => turbostat_2024.07.26.bb} (100%)

Comments

Khem Raj April 11, 2025, 6:01 a.m. UTC | #1
On Thu, Apr 10, 2025 at 10:23 PM Changqing Li via
lists.openembedded.org
<changqing.li=windriver.com@lists.openembedded.org> wrote:
>
> From: Changqing Li <changqing.li@windriver.com>
>
> Current PV 3.4 is the kernel version when the recipe is newly added.
> Because current kernel version is changed, and turbostat has its own
> version, update PV to use this one.
> [snip of turbostat.c]
> void print_version()
> {
>     fprintf(outf, "turbostat version 2024.07.26 - Len Brown <lenb@kernel.org>\n");
> }

I wonder if we should keep it in sync with kernel version its coming from

> [snip]
>
> $turbostat --version
> turbostat version 2024.07.26 - Len Brown <lenb@kernel.org>
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  .../turbostat/{turbostat_3.4.bb => turbostat_2024.07.26.bb}       | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename meta-oe/recipes-kernel/turbostat/{turbostat_3.4.bb => turbostat_2024.07.26.bb} (100%)
>
> diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_2024.07.26.bb
> similarity index 100%
> rename from meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> rename to meta-oe/recipes-kernel/turbostat/turbostat_2024.07.26.bb
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116793): https://lists.openembedded.org/g/openembedded-devel/message/116793
> Mute This Topic: https://lists.openembedded.org/mt/112205591/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_2024.07.26.bb
similarity index 100%
rename from meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
rename to meta-oe/recipes-kernel/turbostat/turbostat_2024.07.26.bb