openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-networking][scarthgap][PATCH] mbedtls: drop tag parameter from SRC_URI.
@ 2025-08-15 10:58 karn.jye.lau
  2025-08-19 10:44 ` [oe] " Gyorgy Sarvari
  0 siblings, 1 reply; 5+ messages in thread
From: karn.jye.lau @ 2025-08-15 10:58 UTC (permalink / raw)
  To: openembedded-devel

From: kjlau0112 <karn.jye.lau@intel.com>

Keep SRCREV and remove tag paramater to avoid
Fix Fetcher failure: Conflicting revisions error

Signed-off-by: kjlau0112 <karn.jye.lau@intel.com>
---
 meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb
index 88b50a406..91adf6f5a 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
 SECTION = "libs"
 
 S = "${WORKDIR}/git"
-SRC_URI = "gitsm://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6;tag=v${PV} \
+SRC_URI = "gitsm://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6;\
            file://run-ptest \
            "
 
-- 
2.34.1



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

* Re: [oe] [meta-networking][scarthgap][PATCH] mbedtls: drop tag parameter from SRC_URI.
  2025-08-15 10:58 [meta-networking][scarthgap][PATCH] mbedtls: drop tag parameter from SRC_URI karn.jye.lau
@ 2025-08-19 10:44 ` Gyorgy Sarvari
  2025-08-19 11:24   ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Gyorgy Sarvari @ 2025-08-19 10:44 UTC (permalink / raw)
  To: openembedded-devel, akuster808@gmail.com, Khem Raj

Armin, Khem,

Would that be possible to prepare an unscheduled fix-release with this?
It keeps tripping people, I see reports on all channels.

On 8/15/25 12:58, Lau, Karn Jye via lists.openembedded.org wrote:
> From: kjlau0112 <karn.jye.lau@intel.com>
>
> Keep SRCREV and remove tag paramater to avoid
> Fix Fetcher failure: Conflicting revisions error
>
> Signed-off-by: kjlau0112 <karn.jye.lau@intel.com>
> ---
>  meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb
> index 88b50a406..91adf6f5a 100644
> --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb
> +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb
> @@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
>  SECTION = "libs"
>  
>  S = "${WORKDIR}/git"
> -SRC_URI = "gitsm://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6;tag=v${PV} \
> +SRC_URI = "gitsm://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6;\
>             file://run-ptest \
>             "
>  
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#118974): https://lists.openembedded.org/g/openembedded-devel/message/118974
> Mute This Topic: https://lists.openembedded.org/mt/114715887/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



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

* Re: [oe] [meta-networking][scarthgap][PATCH] mbedtls: drop tag parameter from SRC_URI.
  2025-08-19 10:44 ` [oe] " Gyorgy Sarvari
@ 2025-08-19 11:24   ` Martin Jansa
  2025-08-19 11:27     ` Gyorgy Sarvari
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2025-08-19 11:24 UTC (permalink / raw)
  To: skandigraun; +Cc: openembedded-devel, akuster808@gmail.com, Khem Raj

On Tue, Aug 19, 2025 at 12:44 PM Gyorgy Sarvari via
lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org>
wrote:
>
> Armin, Khem,
>
> Would that be possible to prepare an unscheduled fix-release with this?
> It keeps tripping people, I see reports on all channels.

Khem already merged the fix yesterday. Thanks Khem!


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

* Re: [oe] [meta-networking][scarthgap][PATCH] mbedtls: drop tag parameter from SRC_URI.
  2025-08-19 11:24   ` Martin Jansa
@ 2025-08-19 11:27     ` Gyorgy Sarvari
  2025-08-19 15:46       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Gyorgy Sarvari @ 2025-08-19 11:27 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel, akuster808@gmail.com, Khem Raj

On 8/19/25 13:24, Martin Jansa wrote:
> On Tue, Aug 19, 2025 at 12:44 PM Gyorgy Sarvari via
> lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org>
> wrote:
>> Armin, Khem,
>>
>> Would that be possible to prepare an unscheduled fix-release with this?
>> It keeps tripping people, I see reports on all channels.
> Khem already merged the fix yesterday. Thanks Khem!

Oh, I wish it worked like this with everything I wish for.

Sorry for the noise then, and thanks for the fix.


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

* Re: [oe] [meta-networking][scarthgap][PATCH] mbedtls: drop tag parameter from SRC_URI.
  2025-08-19 11:27     ` Gyorgy Sarvari
@ 2025-08-19 15:46       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2025-08-19 15:46 UTC (permalink / raw)
  To: Gyorgy Sarvari; +Cc: Martin Jansa, openembedded-devel, akuster808@gmail.com

On Tue, Aug 19, 2025 at 4:27 AM Gyorgy Sarvari <skandigraun@gmail.com> wrote:
>
> On 8/19/25 13:24, Martin Jansa wrote:
> > On Tue, Aug 19, 2025 at 12:44 PM Gyorgy Sarvari via
> > lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org>
> > wrote:
> >> Armin, Khem,
> >>
> >> Would that be possible to prepare an unscheduled fix-release with this?
> >> It keeps tripping people, I see reports on all channels.
> > Khem already merged the fix yesterday. Thanks Khem!
>

I needed to understand the problem a bit.

> Oh, I wish it worked like this with everything I wish for.
>
> Sorry for the noise then, and thanks for the fix.


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

end of thread, other threads:[~2025-08-19 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 10:58 [meta-networking][scarthgap][PATCH] mbedtls: drop tag parameter from SRC_URI karn.jye.lau
2025-08-19 10:44 ` [oe] " Gyorgy Sarvari
2025-08-19 11:24   ` Martin Jansa
2025-08-19 11:27     ` Gyorgy Sarvari
2025-08-19 15:46       ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).