All of lore.kernel.org
 help / color / mirror / Atom feed
From: Loic Poulain <loic.poulain@linaro.org>
To: openembedded-core@lists.openembedded.org
Cc: Loic Poulain <loic.poulain@linaro.org>
Subject: [meta-oe][PATCH 2/2] libqmi: build with qrtr support
Date: Fri, 17 Dec 2021 14:37:44 +0100	[thread overview]
Message-ID: <20211217133744.10922-2-loic.poulain@linaro.org> (raw)
In-Reply-To: <20211217133744.10922-1-loic.poulain@linaro.org>

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



      reply	other threads:[~2021-12-17 13:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211217133744.10922-2-loic.poulain@linaro.org \
    --to=loic.poulain@linaro.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.