On second thought, the list I turned into a bullet list from the
previous commit was a bit hasty. That list is order dependent.
Reverted the list.
(From yocto-docs rev:
9ea640ffea2a2c9827f18070a5b287453c8653e9)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
If you want the users of an extensible SDK you build to be
able to add items to the SDK without requiring the users to build
the items from source, you need to do a number of things:
- <itemizedlist>
+ <orderedlist>
<listitem><para>
Ensure the additional items you want the user to be able to
install are already built:
</para></listitem>
</itemizedlist>
</para></listitem>
- </itemizedlist>
+ </orderedlist>
</para>
</section>