Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Duskett <aduskett@gmail.com>
To: buildroot@buildroot.org
Cc: Angelo Compagnucci <angelo.compagnucci@gmail.com>,
	Adam Duskett <aduskett@gmail.com>
Subject: [Buildroot] [PATCH 2/3] package/mender/mender.mk: add bootloader-integration inventory script
Date: Mon,  7 Feb 2022 11:02:37 -0800	[thread overview]
Message-ID: <20220207190238.73906-2-aduskett@gmail.com> (raw)
In-Reply-To: <20220207190238.73906-1-aduskett@gmail.com>

This script is installed in the official meta-mender yocto recipe. Install it
here as well.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 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 33b4611a5f..f462a34fa5 100644
--- a/package/mender/mender.mk
+++ b/package/mender/mender.mk
@@ -61,7 +61,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 os rootfs-type, \
+	$(foreach f,bootloader-integration hostinfo network os rootfs-type, \
 		$(INSTALL) -D -m 0755 $(@D)/support/mender-inventory-$(f) \
 			$(TARGET_DIR)/usr/share/mender/inventory/mender-inventory-$(f)
 	)
-- 
2.34.1

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

  reply	other threads:[~2022-02-07 19:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-07 19:02 [Buildroot] [PATCH 1/3] package/mender: bump to version 3.2.1 Adam Duskett
2022-02-07 19:02 ` Adam Duskett [this message]
2022-02-07 19:02 ` [Buildroot] [PATCH 3/3] package/mender-artifact: bump to version 3.7.0 Adam Duskett
2022-02-16 19:19 ` [Buildroot] [PATCH 1/3] package/mender: bump to version 3.2.1 Arnout Vandecappelle
  -- strict thread matches above, loose matches on Subject: below --
2022-01-25 16:38 [Buildroot] [PATCH 1/3] package/mender: bump to version 3.2.0 Adam Duskett
2022-01-25 16:38 ` [Buildroot] [PATCH 2/3] package/mender/mender.mk: add bootloader-integration inventory script Adam Duskett

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=20220207190238.73906-2-aduskett@gmail.com \
    --to=aduskett@gmail.com \
    --cc=angelo.compagnucci@gmail.com \
    --cc=buildroot@buildroot.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox