| Message ID | 20251229093946.2776440-1-ruiqiang.hao@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | dpdk: rename recipe to match tag format | expand |
Sorry, not sure how it was missed in my testing. This makes the version go backwards so please add PE=1 as well or remove tag= validation for now and we can add it back later. Thanks, Anuj On Mon, Dec 29, 2025 at 5:40 PM Ruiqiang Hao via lists.yoctoproject.org <Ruiqiang.Hao=windriver.com@lists.yoctoproject.org> wrote: > > From: Ruiqiang Hao <Ruiqiang.Hao@windriver.com> > > Rename dpdk_25.11.0.bb to dpdk_25.11.bb to align with v${PV} > tag format and prevent fetch failures. > > Signed-off-by: Ruiqiang Hao <Ruiqiang.Hao@windriver.com> > --- > recipes-extended/dpdk/{dpdk_25.11.0.bb => dpdk_25.11.bb} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename recipes-extended/dpdk/{dpdk_25.11.0.bb => dpdk_25.11.bb} (100%) > > diff --git a/recipes-extended/dpdk/dpdk_25.11.0.bb b/recipes-extended/dpdk/dpdk_25.11.bb > similarity index 100% > rename from recipes-extended/dpdk/dpdk_25.11.0.bb > rename to recipes-extended/dpdk/dpdk_25.11.bb > -- > 2.46.2 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#2879): https://lists.yoctoproject.org/g/yocto-patches/message/2879 > Mute This Topic: https://lists.yoctoproject.org/mt/116981995/3616702 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13216323/3616702/1570666242/xyzzy [anuj.mittal@oss.qualcomm.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
I'd suggest we keep version as 25.11.0, and only change the tag to be 25.11. In this way, PE is not needed and version will not go back. Regards, Qi -----Original Message----- From: yocto-patches@lists.yoctoproject.org <yocto-patches@lists.yoctoproject.org> On Behalf Of Anuj Mittal via lists.yoctoproject.org Sent: Monday, December 29, 2025 6:32 PM To: yocto-patches@lists.yoctoproject.org Subject: Re: [yocto-patches] [PATCH] dpdk: rename recipe to match tag format Sorry, not sure how it was missed in my testing. This makes the version go backwards so please add PE=1 as well or remove tag= validation for now and we can add it back later. Thanks, Anuj On Mon, Dec 29, 2025 at 5:40 PM Ruiqiang Hao via lists.yoctoproject.org <Ruiqiang.Hao=windriver.com@lists.yoctoproject.org> wrote: > > From: Ruiqiang Hao <Ruiqiang.Hao@windriver.com> > > Rename dpdk_25.11.0.bb to dpdk_25.11.bb to align with v${PV} tag > format and prevent fetch failures. > > Signed-off-by: Ruiqiang Hao <Ruiqiang.Hao@windriver.com> > --- > recipes-extended/dpdk/{dpdk_25.11.0.bb => dpdk_25.11.bb} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) rename > recipes-extended/dpdk/{dpdk_25.11.0.bb => dpdk_25.11.bb} (100%) > > diff --git a/recipes-extended/dpdk/dpdk_25.11.0.bb > b/recipes-extended/dpdk/dpdk_25.11.bb > similarity index 100% > rename from recipes-extended/dpdk/dpdk_25.11.0.bb > rename to recipes-extended/dpdk/dpdk_25.11.bb > -- > 2.46.2 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#2880): https://lists.yoctoproject.org/g/yocto-patches/message/2880 Mute This Topic: https://lists.yoctoproject.org/mt/116981995/7304865 Group Owner: yocto-patches+owner@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13175947/7304865/1848005690/xyzzy [Qi.Chen@eng.windriver.com] -=-=-=-=-=-=-=-=-=-=-=-
Thanks for both of your suggestions. I indeed didn't consider the version regression
issue.
``` diff
diff --git a/recipes-extended/dpdk/dpdk_25.11.0.bb b/recipes-extended/dpdk/dpdk_25.11.0.bb
index 0978004..58fc441 100644
--- a/recipes-extended/dpdk/dpdk_25.11.0.bb
+++ b/recipes-extended/dpdk/dpdk_25.11.0.bb
@@ -1,5 +1,6 @@
include dpdk.inc
+SRC_URI = "git://dpdk.org/git/dpdk${STABLE};protocol=https;branch=${BRANCH};tag=v25.11"
SRC_URI += " file://0001-config-meson-get-cpu_instruction_set-from-meson-opti.patch"
STABLE = "-stable"
```
This approach looks good. I'll use this approach to create a v2 patch.
Regards,
Ruiqiang
________________________________
From: Chen, Qi <Qi.Chen@windriver.com>
Sent: Tuesday, December 30, 2025 08:50
To: yocto-patches@lists.yoctoproject.org <yocto-patches@lists.yoctoproject.org>
Cc: Hao, Ruiqiang <Ruiqiang.Hao@windriver.com>
Subject: RE: [yocto-patches] [PATCH] dpdk: rename recipe to match tag format
I'd suggest we keep version as 25.11.0, and only change the tag to be 25.11.
In this way, PE is not needed and version will not go back.
Regards,
Qi
-----Original Message-----
From: yocto-patches@lists.yoctoproject.org <yocto-patches@lists.yoctoproject.org> On Behalf Of Anuj Mittal via lists.yoctoproject.org
Sent: Monday, December 29, 2025 6:32 PM
To: yocto-patches@lists.yoctoproject.org
Subject: Re: [yocto-patches] [PATCH] dpdk: rename recipe to match tag format
Sorry, not sure how it was missed in my testing. This makes the version go backwards so please add PE=1 as well or remove tag= validation for now and we can add it back later.
Thanks,
Anuj
On Mon, Dec 29, 2025 at 5:40 PM Ruiqiang Hao via lists.yoctoproject.org <Ruiqiang.Hao=windriver.com@lists.yoctoproject.org> wrote:
>
> From: Ruiqiang Hao <Ruiqiang.Hao@windriver.com>
>
> Rename dpdk_25.11.0.bb to dpdk_25.11.bb to align with v${PV} tag
> format and prevent fetch failures.
>
> Signed-off-by: Ruiqiang Hao <Ruiqiang.Hao@windriver.com>
> ---
> recipes-extended/dpdk/{dpdk_25.11.0.bb => dpdk_25.11.bb} | 0
> 1 file changed, 0 insertions(+), 0 deletions(-) rename
> recipes-extended/dpdk/{dpdk_25.11.0.bb => dpdk_25.11.bb} (100%)
>
> diff --git a/recipes-extended/dpdk/dpdk_25.11.0.bb
> b/recipes-extended/dpdk/dpdk_25.11.bb
> similarity index 100%
> rename from recipes-extended/dpdk/dpdk_25.11.0.bb
> rename to recipes-extended/dpdk/dpdk_25.11.bb
> --
> 2.46.2
>
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#2880): https://lists.yoctoproject.org/g/yocto-patches/message/2880
Mute This Topic: https://lists.yoctoproject.org/mt/116981995/7304865
Group Owner: yocto-patches+owner@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13175947/7304865/1848005690/xyzzy [Qi.Chen@eng.windriver.com]
-=-=-=-=-=-=-=-=-=-=-=-
diff --git a/recipes-extended/dpdk/dpdk_25.11.0.bb b/recipes-extended/dpdk/dpdk_25.11.bb
similarity index 100%
rename from recipes-extended/dpdk/dpdk_25.11.0.bb
rename to recipes-extended/dpdk/dpdk_25.11.bb