From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/linux-tools: add iio
Date: Mon, 3 Oct 2016 19:12:45 +0200 [thread overview]
Message-ID: <20161003171245.GC3924@free.fr> (raw)
In-Reply-To: <20161003122611.2527-1-m.niestroj@grinn-global.com>
Marcin, All,
On 2016-10-03 14:26 +0200, Marcin Niestroj spake thusly:
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
> package/linux-tools/Config.in | 9 +++++++++
> package/linux-tools/linux-tool-iio.mk | 27 +++++++++++++++++++++++++++
> 2 files changed, 36 insertions(+)
> create mode 100644 package/linux-tools/linux-tool-iio.mk
>
> diff --git a/package/linux-tools/Config.in b/package/linux-tools/Config.in
> index 61c196f..bde70de 100644
> --- a/package/linux-tools/Config.in
> +++ b/package/linux-tools/Config.in
> @@ -20,6 +20,15 @@ comment "cpupower needs a toolchain w/ wchar"
> depends on !BR2_bfin
> depends on !BR2_USE_WCHAR && BR2_NEEDS_GETTEXT
>
> +config BR2_PACKAGE_LINUX_TOOLS_IIO
> + bool "iio"
> + select BR2_PACKAGE_LINUX_TOOLS
> + help
> + iio is a collection of tools to get information about,
> + control and monitor iio devices present on system.
> +
> + These tools are available only from kernel version 4.7.
> +
> config BR2_PACKAGE_LINUX_TOOLS_PERF
> bool "perf"
> select BR2_PACKAGE_LINUX_TOOLS
> diff --git a/package/linux-tools/linux-tool-iio.mk b/package/linux-tools/linux-tool-iio.mk
> new file mode 100644
> index 0000000..3f6e078
> --- /dev/null
> +++ b/package/linux-tools/linux-tool-iio.mk
> @@ -0,0 +1,27 @@
> +################################################################################
> +#
> +# iio
> +#
> +################################################################################
> +
> +LINUX_TOOLS += iio
> +
> +IIO_MAKE_OPTS = CROSS_COMPILE=$(TARGET_CROSS)
Same as for gpio: any reason not to use LINUX_MAKE_FLAGS?
> +define IIO_BUILD_CMDS
> + $(Q)if ! grep install $(LINUX_DIR)/tools/iio/Makefile >/dev/null 2>&1 ; then \
> + echo "Your kernel version is too old and does not have install section in the iio tools." ; \
> + echo "At least kernel 4.7 must be used." ; \
> + exit 1 ; \
> + fi
> +
> + $(TARGET_MAKE_ENV) $(MAKE) -C $(LINUX_DIR)/tools/iio \
> + $(IIO_MAKE_OPTS)
> +endef
> +
> +define IIO_INSTALL_TARGET_CMDS
> + $(TARGET_MAKE_ENV) $(MAKE) -C $(LINUX_DIR)/tools/iio \
> + $(IIO_MAKE_OPTS) \
> + INSTALL_ROOT=$(TARGET_DIR) \
<rant>
Rahh.... They can't even provide consistency in the various tools. Most
use the usual DESTDIR, but that one uses INSTALL_ROOT. Sigh... :-(
</rant>
(Nothing you can do about it, of course; I'm just ranting...)
Regards,
Yann E. MORIN.
> + install
> +endef
> --
> 2.10.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2016-10-03 17:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-03 12:26 [Buildroot] [PATCH] package/linux-tools: add iio Marcin Niestroj
2016-10-03 17:12 ` Yann E. MORIN [this message]
2016-10-21 8:18 ` Marcin Niestroj
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=20161003171245.GC3924@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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.