diff mbox series

[29/42] ofono: upgrade 2.4 -> 2.7

Message ID 1716369289-22526-29-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 9e018a52ab325dd15f129666fcf8a728fc7c7ec0
Headers show
Series [01/42] appstream: upgrade 1.0.2 -> 1.0.3 | expand

Commit Message

Mingyu Wang (Fujitsu) May 22, 2024, 9:14 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix issue with handling SIM7100 modem enable operation.
- Fix issue with handling QMI NAS indications earlier.
- Add support for handling QMI default bearer.
- Add support for handling QMI DTMF tones.
- Fix issue with handling ATD*99 for non-muxed ports.
- Fix issue with handling QRTR discover timeout.
- Add support for QMI voice call feature.
- Add support for exposing modem capabilities.
- Remove support for BlueZ 4.x services.
- Fix issue with LTE provisioning support.
- Fix issue with SMS and address length checks.
- Add support for QRTR services.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-connectivity/ofono/{ofono_2.4.bb => ofono_2.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/ofono/{ofono_2.4.bb => ofono_2.7.bb} (95%)

Comments

Martin Hundebøll May 22, 2024, 9:38 a.m. UTC | #1
Hi Wang,

I've sent a similar patch that also removes the two patches, which
aren't needed anymore:
https://lists.openembedded.org/g/openembedded-core/message/199693

// Martin

On Wed, 2024-05-22 at 17:14 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ==========
> - Fix issue with handling SIM7100 modem enable operation.
> - Fix issue with handling QMI NAS indications earlier.
> - Add support for handling QMI default bearer.
> - Add support for handling QMI DTMF tones.
> - Fix issue with handling ATD*99 for non-muxed ports.
> - Fix issue with handling QRTR discover timeout.
> - Add support for QMI voice call feature.
> - Add support for exposing modem capabilities.
> - Remove support for BlueZ 4.x services.
> - Fix issue with LTE provisioning support.
> - Fix issue with SMS and address length checks.
> - Add support for QRTR services.
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-connectivity/ofono/{ofono_2.4.bb => ofono_2.7.bb} | 2
> +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-connectivity/ofono/{ofono_2.4.bb =>
> ofono_2.7.bb} (95%)
> 
> diff --git a/meta/recipes-connectivity/ofono/ofono_2.4.bb
> b/meta/recipes-connectivity/ofono/ofono_2.7.bb
> similarity index 95%
> rename from meta/recipes-connectivity/ofono/ofono_2.4.bb
> rename to meta/recipes-connectivity/ofono/ofono_2.7.bb
> index 5e1e5f3b6a..87f1958525 100644
> --- a/meta/recipes-connectivity/ofono/ofono_2.4.bb
> +++ b/meta/recipes-connectivity/ofono/ofono_2.7.bb
> @@ -13,7 +13,7 @@ SRC_URI = "\
>     
> file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch 
> \
>     
> file://0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch
>  \
>  "
> -SRC_URI[sha256sum] =
> "93580adc1afd1890dc516efb069de0c5cdfef014415256ddfb28ab172df2d11d"
> +SRC_URI[sha256sum] =
> "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
>  
>  inherit autotools pkgconfig update-rc.d systemd gobject-
> introspection-data
>  
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#199724):
> https://lists.openembedded.org/g/openembedded-core/message/199724
> Mute This Topic: https://lists.openembedded.org/mt/106239640/3618414
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub [
> martin@geanix.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Alexander Kanavin May 22, 2024, 9:46 a.m. UTC | #2
Removal of patches is always preferred :)

Alex

On Wed, 22 May 2024 at 11:38, Martin Hundeb?ll via
lists.openembedded.org <martin=geanix.com@lists.openembedded.org>
wrote:
>
> Hi Wang,
>
> I've sent a similar patch that also removes the two patches, which
> aren't needed anymore:
> https://lists.openembedded.org/g/openembedded-core/message/199693
>
> // Martin
>
> On Wed, 2024-05-22 at 17:14 +0800, wangmy via lists.openembedded.org
> wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ==========
> > - Fix issue with handling SIM7100 modem enable operation.
> > - Fix issue with handling QMI NAS indications earlier.
> > - Add support for handling QMI default bearer.
> > - Add support for handling QMI DTMF tones.
> > - Fix issue with handling ATD*99 for non-muxed ports.
> > - Fix issue with handling QRTR discover timeout.
> > - Add support for QMI voice call feature.
> > - Add support for exposing modem capabilities.
> > - Remove support for BlueZ 4.x services.
> > - Fix issue with LTE provisioning support.
> > - Fix issue with SMS and address length checks.
> > - Add support for QRTR services.
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  meta/recipes-connectivity/ofono/{ofono_2.4.bb => ofono_2.7.bb} | 2
> > +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-connectivity/ofono/{ofono_2.4.bb =>
> > ofono_2.7.bb} (95%)
> >
> > diff --git a/meta/recipes-connectivity/ofono/ofono_2.4.bb
> > b/meta/recipes-connectivity/ofono/ofono_2.7.bb
> > similarity index 95%
> > rename from meta/recipes-connectivity/ofono/ofono_2.4.bb
> > rename to meta/recipes-connectivity/ofono/ofono_2.7.bb
> > index 5e1e5f3b6a..87f1958525 100644
> > --- a/meta/recipes-connectivity/ofono/ofono_2.4.bb
> > +++ b/meta/recipes-connectivity/ofono/ofono_2.7.bb
> > @@ -13,7 +13,7 @@ SRC_URI = "\
> >
> > file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch
> > \
> >
> > file://0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch
> >  \
> >  "
> > -SRC_URI[sha256sum] =
> > "93580adc1afd1890dc516efb069de0c5cdfef014415256ddfb28ab172df2d11d"
> > +SRC_URI[sha256sum] =
> > "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
> >
> >  inherit autotools pkgconfig update-rc.d systemd gobject-
> > introspection-data
> >
> >
> >
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#199741): https://lists.openembedded.org/g/openembedded-core/message/199741
> Mute This Topic: https://lists.openembedded.org/mt/106239640/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/ofono/ofono_2.4.bb b/meta/recipes-connectivity/ofono/ofono_2.7.bb
similarity index 95%
rename from meta/recipes-connectivity/ofono/ofono_2.4.bb
rename to meta/recipes-connectivity/ofono/ofono_2.7.bb
index 5e1e5f3b6a..87f1958525 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.4.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.7.bb
@@ -13,7 +13,7 @@  SRC_URI = "\
     file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \
     file://0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch \
 "
-SRC_URI[sha256sum] = "93580adc1afd1890dc516efb069de0c5cdfef014415256ddfb28ab172df2d11d"
+SRC_URI[sha256sum] = "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
 
 inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data