Since we are using a layer-based approach, people do not need to rely upon us to add support for new boards.
Signed-off-by: Paul Eggleton <[email protected]> --- documentation/poky-ref-manual/faq.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 54c4763..d31691e 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -91,13 +91,11 @@ </question> <answer> <para> - There are two main ways to get a board supported in the Yocto Project; - <itemizedlist> - <listitem><para>Send the Yocto Project team information on the board - and if the team does not have it yet they will consider adding it.</para></listitem> - <listitem><para>Send the Yocto Project team the BitBake recipes if you have them. - </para></listitem> - </itemizedlist> + Support for an additional board is added by creating a BSP layer for it. + For more information on how to create a BSP layer, please see the + <ulink url='&YOCTO_DOCS_BSP_URL;'>BSP Guide</ulink>. + </para> + <para> Usually, if the board is not completely exotic, adding support in the Yocto Project is fairly straightforward. </para> -- 1.7.9.5 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
