summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorDaniel Semkowicz <dse@thaumatec.com>2023-08-08 10:49:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 15:54:59 +0100
commit59256bc92b6b07620e6fc1035ade1b06a74d25dd (patch)
tree12208c698a2e487ed6fd6b8a16a0f48be8cf5f8f /documentation/dev-manual
parent8a00ac35dea568cf6b9c669448422d72ef589e97 (diff)
downloadpoky-59256bc92b6b07620e6fc1035ade1b06a74d25dd.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: 06facd8962e5b31f088ea3c152a7a48e8f346c31) Signed-off-by: Daniel Semkowicz <dse@thaumatec.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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`