From: michael.opdenacker@rootcommit.com
To: docs@lists.yoctoproject.org
Cc: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Subject: [PATCH v3 2/3] dev-manual/bmaptool.rst: correct command for bmaptool-native
Date: Wed, 18 Dec 2024 14:47:02 +0000 (UTC) [thread overview]
Message-ID: <20241218144654.852310-3-michael.opdenacker@rootcommit.com> (raw)
In-Reply-To: <20241218144654.852310-1-michael.opdenacker@rootcommit.com>
From: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Using only "bitbake bmaptool-native", running "oe-run-native bmaptool-native bmaptool ..."
fails as follows:
Error: Have you run 'bitbake bmaptool-native -caddto_recipe_sysroot'?
Running the "bitbake bmaptool-native -caddto_recipe_sysroot" target
is actually sufficient.
Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
---
documentation/dev-manual/bmaptool.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/dev-manual/bmaptool.rst b/documentation/dev-manual/bmaptool.rst
index 493abf7607..37083c9c64 100644
--- a/documentation/dev-manual/bmaptool.rst
+++ b/documentation/dev-manual/bmaptool.rst
@@ -22,7 +22,7 @@ system image files much faster.
- If you are unable to install the ``bmap-tools`` package, you will
need to build `bmaptool` before using it. Use the following command::
- $ bitbake bmaptool-native
+ $ bitbake bmaptool-native -caddto_recipe_sysroot
Following, is an example that shows how to flash a Wic image. Realize
that while this example uses a Wic image, you can use `bmaptool` to flash
next prev parent reply other threads:[~2024-12-18 14:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-18 14:46 [PATCH v3 0/3] Improvements to "bmaptool" usage documentation michael.opdenacker
2024-12-18 14:47 ` [PATCH v3 1/3] dev-manual: fix styling of references to bmaptool michael.opdenacker
2024-12-18 14:47 ` michael.opdenacker [this message]
2024-12-18 14:47 ` [PATCH v3 3/3] dev-manual/bmaptool.rst: simplify and fix instructions michael.opdenacker
2024-12-18 15:36 ` [docs] [PATCH v3 0/3] Improvements to "bmaptool" usage documentation Antonin Godard
2024-12-23 9:02 ` antonin.godard
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=20241218144654.852310-3-michael.opdenacker@rootcommit.com \
--to=michael.opdenacker@rootcommit.com \
--cc=docs@lists.yoctoproject.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