All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mirza Krak <mirza.krak@northern.tech>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/mender: install additional inventory scripts
Date: Tue, 14 May 2019 11:04:50 +0200	[thread overview]
Message-ID: <20190514090450.20142-3-mirza.krak@northern.tech> (raw)
In-Reply-To: <20190514090450.20142-1-mirza.krak@northern.tech>

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>
---
 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)
 	)
-- 
2.11.0

  parent reply	other threads:[~2019-05-14  9:04 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 ` Mirza Krak [this message]
2019-05-28 21:09   ` [Buildroot] [PATCH 2/2] package/mender: install additional inventory scripts Arnout Vandecappelle
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=20190514090450.20142-3-mirza.krak@northern.tech \
    --to=mirza.krak@northern.tech \
    --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.