From 56e07f651012ea7ff974333f89acf5b535159418 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 2 Oct 2012 08:52:29 -0700 Subject: [PATCH] documentation: poky-ref-manual - Updated faq entry Since we are using a layer-based approach, people do not need to rely upon the Yocto Project team to add support for new boards. (From yocto-docs rev: 569ff9da7443f9654f288d0a4e62ef06ba34ba52) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- 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 54c4763630..80b8501700 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -91,13 +91,11 @@ - There are two main ways to get a board supported in the Yocto Project; - - Send the Yocto Project team information on the board - and if the team does not have it yet they will consider adding it. - Send the Yocto Project team the BitBake recipes if you have them. - - + Support for an additional board is added by creating a BSP layer for it. + For more information on how to create a BSP layer, see the + Yocto Project Board Support Package (BSP) Developer's Guide. + + Usually, if the board is not completely exotic, adding support in the Yocto Project is fairly straightforward.