From 41432d9d7964a82b169cc06719bc828939d8b3f3 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 20 Apr 2015 09:42:24 -0700 Subject: dev-manual: Updated "Requirements" section for creating partitioned images Wic is not using parted and other runtime dependencies from host system anymore. It uses native tools instead. Removed host parted from the list of requirements. Added instructions to build native tools. (From yocto-docs rev: 6c84e9d4f969952240a869ec83ea149a75c17978) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c856775303..0ea494052e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -3787,12 +3787,6 @@ cp, must be installed on your development host system. - - The - GNU Parted - package must be installed on your development host - system. - You need to have the build artifacts already available, which typically means that you must @@ -3805,6 +3799,12 @@ wic requires the artifacts in the form generated by the build system. + + You must build several native tools: + + $ bitbake parted-native dosfstools-native mtools-native + + You must have sourced one of the build environment setup scripts (i.e. -- cgit v1.2.3-54-g00ecf