[PATCH 06/11] dev-manual/wic.rst: remove bullet point on host requirements
Antonin Godard <[email protected]> Thu, 25 Jun 2026 11:33:33 +0200
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Using wic requires the build directory to be created, which implies a host that meets the usual requirements. Most of our manuals are based on this hypothesis, so no need to add this note here. Instead, simply mention that the environment should be ready for use. Signed-off-by: Antonin Godard <[email protected]> --- documentation/dev-manual/wic.rst | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst index c74f898b6..ef8c530c2 100644 --- a/documentation/dev-manual/wic.rst +++ b/documentation/dev-manual/wic.rst @@ -71,16 +71,9 @@ Requirements In order to use the Wic utility with the OpenEmbedded Build system, your system needs to meet the following requirements: -- The Linux distribution on your development host must support the - Yocto Project. See the ":ref:`system-requirements-supported-distros`" - section in the Yocto Project Reference Manual for the list of - distributions that support the Yocto Project. - -- The standard system utilities, such as ``cp``, must be installed on - your development host system. - -- You must have sourced the build environment setup script (i.e. - :ref:`structure-core-script`) found in the :term:`Build Directory`. +- You environment and :term:`Build Directory` must be ready, as if you were + going to run ``bitbake`` commands. See :ref:`dev-manual/start:Initializing + the Build Environment` for more details. - You need to have the build artifacts already available, which typically means that you must have already created an image using the -- 2.54.0