All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/mender: install additional inventory scripts
Date: Tue, 28 May 2019 23:09:54 +0200	[thread overview]
Message-ID: <7911a62b-e8b8-d8c9-7149-695c27d5c010@mind.be> (raw)
In-Reply-To: <20190514090450.20142-3-mirza.krak@northern.tech>



On 14/05/2019 11:04, Mirza Krak wrote:
> There are two additional inventory scripts provided in
> the Mender client repository, lets install them.
> 
> - mender-inventory-os
>     - will push content of /etc/os-release
> - mender-inventory-rootfs-type
>     - will push filesystem type of rootfs
> 
> Signed-off-by: Mirza Krak <mirza.krak@northern.tech>

 Looks like a fix, is definitely not going to break the build, so applied to
master, thanks.

 Regards,
 Arnout

> ---
>  package/mender/mender.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/mender/mender.mk b/package/mender/mender.mk
> index 07f6e5e5f9..d56b634713 100644
> --- a/package/mender/mender.mk
> +++ b/package/mender/mender.mk
> @@ -46,7 +46,7 @@ define MENDER_INSTALL_CONFIG_FILES
>  
>  	$(INSTALL) -D -m 0755 $(@D)/support/mender-device-identity \
>  		$(TARGET_DIR)/usr/share/mender/identity/mender-device-identity
> -	$(foreach f,hostinfo network, \
> +	$(foreach f,hostinfo network os rootfs-type, \
>  		$(INSTALL) -D -m 0755 $(@D)/support/mender-inventory-$(f) \
>  			$(TARGET_DIR)/usr/share/mender/inventory/mender-inventory-$(f)
>  	)
> 

  reply	other threads:[~2019-05-28 21:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-14  9:04 [Buildroot] [PATCH 0/2] misc package/mender updates Mirza Krak
2019-05-14  9:04 ` [Buildroot] [PATCH 1/2] package/mender: update rootfs parts in mender.conf Mirza Krak
2019-05-28 20:43   ` Arnout Vandecappelle
2019-06-06 15:27   ` Peter Korsgaard
2019-05-14  9:04 ` [Buildroot] [PATCH 2/2] package/mender: install additional inventory scripts Mirza Krak
2019-05-28 21:09   ` Arnout Vandecappelle [this message]
2019-06-06 15:27   ` Peter Korsgaard

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=7911a62b-e8b8-d8c9-7149-695c27d5c010@mind.be \
    --to=arnout@mind.be \
    --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.