| Message ID | 20250815105844.584334-1-karn.jye.lau@intel.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-networking,scarthgap] mbedtls: drop tag parameter from SRC_URI. | expand |
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] > -=-=-=-=-=-=-=-=-=-=-=- >
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!
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.
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.
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 \ "