summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-10 09:43:21 +0200
committerSteve Sakoman <steve@sakoman.com>2023-08-19 05:56:59 -1000
commitde29a6932ed8ce817bfb374474015e8e7f990406 (patch)
treee2328c8fff182a563c5346a322a73895f28db9eb
parent54e3374480ee960d3704f570bcb1504825dcabc8 (diff)
downloadpoky-de29a6932ed8ce817bfb374474015e8e7f990406.tar.gz
dev-manual: wic.rst: Update native tools build command
Requirements list seems to be outdated. It is not possible to follow instructions for Raw Mode as not all of the native tools are available. All wic dependencies are gathered under wic-tools package. Some commands in the instruction already use wic-tools native sysroot, but this dependency is not specified in the requirements. Update the command for building native tools to use wic-tools instead of the seperate packages. (From yocto-docs rev: 7c03bcb3031c89b5183e5b4f3f0703bc91a014e2) Signed-off-by: Daniel Semkowicz <dse@thaumatec.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 1ed8156e60..bc1a13f0ab 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -5472,7 +5472,7 @@ system needs to meet the following requirements:
5472- You must build several native tools, which are built to run on the 5472- You must build several native tools, which are built to run on the
5473 build system:: 5473 build system::
5474 5474
5475 $ bitbake parted-native dosfstools-native mtools-native 5475 $ bitbake wic-tools
5476 5476
5477- Include "wic" as part of the 5477- Include "wic" as part of the
5478 :term:`IMAGE_FSTYPES` 5478 :term:`IMAGE_FSTYPES`