diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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 | |||
@@ -3788,12 +3788,6 @@ | |||
3788 | development host system. | 3788 | development host system. |
3789 | </para></listitem> | 3789 | </para></listitem> |
3790 | <listitem><para> | 3790 | <listitem><para> |
3791 | The | ||
3792 | <ulink url='http://www.gnu.org/software/parted/'>GNU Parted</ulink> | ||
3793 | package must be installed on your development host | ||
3794 | system. | ||
3795 | </para></listitem> | ||
3796 | <listitem><para> | ||
3797 | You need to have the build artifacts already | 3791 | You need to have the build artifacts already |
3798 | available, which typically means that you must | 3792 | available, which typically means that you must |
3799 | have already created an image using the | 3793 | have already created an image using the |
@@ -3806,6 +3800,12 @@ | |||
3806 | in the form generated by the build system. | 3800 | in the form generated by the build system. |
3807 | </para></listitem> | 3801 | </para></listitem> |
3808 | <listitem><para> | 3802 | <listitem><para> |
3803 | You must build several native tools: | ||
3804 | <literallayout class='monospaced'> | ||
3805 | $ bitbake parted-native dosfstools-native mtools-native | ||
3806 | </literallayout> | ||
3807 | </para></listitem> | ||
3808 | <listitem><para> | ||
3809 | You must have sourced one of the build environment | 3809 | You must have sourced one of the build environment |
3810 | setup scripts (i.e. | 3810 | setup scripts (i.e. |
3811 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> | 3811 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> |