summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Semkowicz <dse@thaumatec.com>2023-08-08 10:49:32 +0200
committerSteve Sakoman <steve@sakoman.com>2023-08-15 06:18:49 -1000
commitb4a1f9785552f38d9f81d5b575deb1f59dcd51d0 (patch)
tree53bbacccf3c71cb8555df27772dad9a6f1541529
parent3d42b15454f11c09f3f578ac6d2e733905f82ebb (diff)
downloadpoky-b4a1f9785552f38d9f81d5b575deb1f59dcd51d0.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: 8e6752a9e55d16f3713e248b37f9d4d2745a2375) Signed-off-by: Daniel Semkowicz <dse@thaumatec.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/dev-manual/wic.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst
index 2a4408cdb0..664f07a212 100644
--- a/documentation/dev-manual/wic.rst
+++ b/documentation/dev-manual/wic.rst
@@ -92,7 +92,7 @@ system needs to meet the following requirements:
92- You must build several native tools, which are built to run on the 92- You must build several native tools, which are built to run on the
93 build system:: 93 build system::
94 94
95 $ bitbake parted-native dosfstools-native mtools-native 95 $ bitbake wic-tools
96 96
97- Include "wic" as part of the 97- Include "wic" as part of the
98 :term:`IMAGE_FSTYPES` 98 :term:`IMAGE_FSTYPES`