From b4a1f9785552f38d9f81d5b575deb1f59dcd51d0 Mon Sep 17 00:00:00 2001 From: Daniel Semkowicz Date: Tue, 8 Aug 2023 10:49:32 +0200 Subject: 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 Reviewed-by: Michael Opdenacker Signed-off-by: Steve Sakoman --- documentation/dev-manual/wic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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: - You must build several native tools, which are built to run on the build system:: - $ bitbake parted-native dosfstools-native mtools-native + $ bitbake wic-tools - Include "wic" as part of the :term:`IMAGE_FSTYPES` -- cgit v1.2.3-54-g00ecf