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: Tue, 25 Jan 2022 08:38:59 -0800 [thread overview]
Message-ID: <20220125163900.269015-2-aduskett@gmail.com> (raw)
In-Reply-To: <20220125163900.269015-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 61f872220c..2a601d2b1d 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
next prev parent reply other threads:[~2022-01-25 16:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-25 16:38 [Buildroot] [PATCH 1/3] package/mender: bump to version 3.2.0 Adam Duskett
2022-01-25 16:38 ` Adam Duskett [this message]
2022-01-25 16:39 ` [Buildroot] [PATCH 3/3] package/mender-artifact: bump to version 3.7.0 Adam Duskett
-- strict thread matches above, loose matches on Subject: below --
2022-02-07 19:02 [Buildroot] [PATCH 1/3] package/mender: bump to version 3.2.1 Adam Duskett
2022-02-07 19:02 ` [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=20220125163900.269015-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