All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@buildroot.org
Cc: Samuel Martin <s.martin49@gmail.com>,
	Sergio Prado <sergio.prado@e-labworks.com>
Subject: Re: [Buildroot] [PATCH v1 5/5] package/uqmi: new package
Date: Sun, 17 Oct 2021 08:05:32 +0200	[thread overview]
Message-ID: <20211017080532.53314788@gmx.net> (raw)
In-Reply-To: <20211016215400.31415-5-ps.report@gmx.net>

Hello *,

On Sat, 16 Oct 2021 23:54:00 +0200, Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  DEVELOPERS             |  1 +
>  package/Config.in      |  1 +
>  package/uqmi/Config.in | 14 ++++++++++++++
>  package/uqmi/uqmi.hash |  3 +++
>  package/uqmi/uqmi.mk   | 15 +++++++++++++++
>  5 files changed, 34 insertions(+)
>  create mode 100644 package/uqmi/Config.in
>  create mode 100644 package/uqmi/uqmi.hash
>  create mode 100644 package/uqmi/uqmi.mk
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 19f6d95270..09b7258cb7 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -2176,6 +2176,7 @@ F:	package/racehound/
>  F:	package/redir/
>  F:	package/rtl8812au-aircrack-ng/
>  F:	package/uredir/
> +F:	package/uqmi/
>  F:	package/wayland-utils/
>
>  N:	Peter Thompson <peter.macleod.thompson@gmail.com>
> diff --git a/package/Config.in b/package/Config.in
> index 48f365d773..92026e85c2 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -2343,6 +2343,7 @@ endif
>  	source "package/uhttpd/Config.in"
>  	source "package/ulogd/Config.in"
>  	source "package/unbound/Config.in"
> +	source "package/uqmi/Config.in"
>  	source "package/uredir/Config.in"
>  	source "package/ushare/Config.in"
>  	source "package/ussp-push/Config.in"
> diff --git a/package/uqmi/Config.in b/package/uqmi/Config.in
> new file mode 100644
> index 0000000000..47b19e04d4
> --- /dev/null
> +++ b/package/uqmi/Config.in
> @@ -0,0 +1,14 @@
> +config BR2_PACKAGE_UQMI
> +	bool "uqmi"
> +	depends on !BR2_STATIC_LIBS # libubox
> +	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
> +	select BR2_PACKAGE_JSON_C
> +	select BR2_PACKAGE_LIBUBOX
> +	help
> +	  This command line tool originates from the OpenWrt project
> +	  to configure LTE modem in QMI mode for WAN connection.
> +
> +	  https://git.openwrt.org/project/uqmi.git
> +
> +comment "uqmi needs a toolchain w/ dynamic library"
> +	depends on BR2_STATIC_LIBS
> diff --git a/package/uqmi/uqmi.hash b/package/uqmi/uqmi.hash
> new file mode 100644
> index 0000000000..2db5d330e2
> --- /dev/null
> +++ b/package/uqmi/uqmi.hash
> @@ -0,0 +1,3 @@
> +# Locally calculated
> +sha256  aae6a72791da8f58012303ba3bfeeb613e74597cbebfb9e7c2d9125e6f256799  uqmi-0a19b5b77140465c29e2afa7d611fe93abc9672f-br1.tar.gz
> +sha256  a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259  main.c
> diff --git a/package/uqmi/uqmi.mk b/package/uqmi/uqmi.mk
> new file mode 100644
> index 0000000000..02544f5637
> --- /dev/null
> +++ b/package/uqmi/uqmi.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# uqmi
> +#
> +################################################################################
> +
> +UQMI_VERSION = 0a19b5b77140465c29e2afa7d611fe93abc9672f
> +UQMI_SITE = https://git.openwrt.org/project/uqmi.git
> +UQMI_SITE_METHOD = git
> +UQMI_LICENSE = LGPL-2.0+
> +UQMI_LICENSE_FILES = main.c
> +UQMI_INSTALL_STAGING = YES

Install staging is nonsense and should be removed..., will send
v2 soon....

Regards,
Peter

> +UQMI_DEPENDENCIES = json-c libubox
> +
> +$(eval $(cmake-package))

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2021-10-17  6:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-16 21:53 [Buildroot] [PATCH v1 1/5] package/libubox: bump version to d716ac4 Peter Seiderer
2021-10-16 21:53 ` [Buildroot] [PATCH v1 2/5] package/libuci: bump version to 4b3db11 Peter Seiderer
2021-10-16 21:53 ` [Buildroot] [PATCH v1 3/5] package/ubus: bump version to a72457b Peter Seiderer
2021-10-16 21:53 ` [Buildroot] [PATCH v1 4/5] package/uhttpd: bump version to 15346de Peter Seiderer
2021-10-16 21:54 ` [Buildroot] [PATCH v1 5/5] package/uqmi: new package Peter Seiderer
2021-10-17  6:05   ` Peter Seiderer [this message]
2021-10-18 19:33   ` Thomas Petazzoni via buildroot
2021-10-18 19:28 ` [Buildroot] [PATCH v1 1/5] package/libubox: bump version to d716ac4 Thomas Petazzoni

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=20211017080532.53314788@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@buildroot.org \
    --cc=s.martin49@gmail.com \
    --cc=sergio.prado@e-labworks.com \
    /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.