All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] libqrtr-glib: Initial recipe for libqrtr-glib 1.0.0
@ 2021-12-17 13:37 Loic Poulain
  2021-12-17 13:37 ` [meta-oe][PATCH 2/2] libqmi: build with qrtr support Loic Poulain
  0 siblings, 1 reply; 2+ messages in thread
From: Loic Poulain @ 2021-12-17 13:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: Loic Poulain

libqrtr-glib is a glib-based library to use and manage the
QRTR (Qualcomm IPC Router) bus. This bus is in turn a way
to reach remote services via QMI messages. It is especially
used by libqmi, for talking to integrated or PCIe Qualcomm
WWAN modems.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
---
 .../libqrtr-glib/libqrtr-glib_1.0.0.bb              | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_1.0.0.bb

diff --git a/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_1.0.0.bb b/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_1.0.0.bb
new file mode 100644
index 000000000..29f0e2214
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_1.0.0.bb
@@ -0,0 +1,13 @@
+SUMMARY = "libqrtr-glib is a glib-based library to use and manage the QRTR bus."
+HOMEPAGE = "https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = " \
+    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+"
+DEPENDS = "glib-2.0 glib-2.0-native"
+
+inherit autotools pkgconfig bash-completion gobject-introspection
+
+SRC_URI = "http://www.freedesktop.org/software/libqmi/${BPN}-${PV}.tar.xz"
+
+SRC_URI[sha256sum] = "30d879b2ade6f8f461def3a677755db5c0238babf688d5c83c03b3e6abe35cee"
-- 
2.17.1



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

* [meta-oe][PATCH 2/2] libqmi: build with qrtr support
  2021-12-17 13:37 [meta-oe][PATCH 1/2] libqrtr-glib: Initial recipe for libqrtr-glib 1.0.0 Loic Poulain
@ 2021-12-17 13:37 ` Loic Poulain
  0 siblings, 0 replies; 2+ messages in thread
From: Loic Poulain @ 2021-12-17 13:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: Loic Poulain

QRTR is a virtual bus for talking to Qualcomm based modems,
either integrated or PCIe.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
---
 meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb
index c337abde3..1f1179865 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb
@@ -16,6 +16,7 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
 
 SRC_URI[sha256sum] = "be01ece0ea2c2194cbea5744bf5aaf06c04ba5fb7ec7887a13116c76d114fedd"
 
-PACKAGECONFIG ??= "udev mbim"
+PACKAGECONFIG ??= "udev mbim qrtr"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"
+PACKAGECONFIG[qrtr] = "--enable-qrtr,--disable-qrtr,libqrtr-glib"
 PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
-- 
2.17.1



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

end of thread, other threads:[~2021-12-17 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 13:37 [meta-oe][PATCH 1/2] libqrtr-glib: Initial recipe for libqrtr-glib 1.0.0 Loic Poulain
2021-12-17 13:37 ` [meta-oe][PATCH 2/2] libqmi: build with qrtr support Loic Poulain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.