From bdc130bb35dd0c0531da971419ef7286e03ef210 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 29 Jan 2013 14:00:17 -0600 Subject: dev-manual: Qualified the use of meta-intel in the BSP workflow Fixes YOCTO #3663 I added wordings to indicate that meta-intel is not required to create a BSP layer. But, the example presented uses meta-intel. Reported-by: Robert P. J. Day (From yocto-docs rev: 746948cd1d612f0b837e70a7e92e4081d379cb50) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'documentation/dev-manual/dev-manual-model.xml') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 0694682c90..121519bcb2 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -82,9 +82,15 @@ - The remainder of this section presents the basic steps used to create a BSP - using the Yocto Project's + The remainder of this section presents the basic + steps used to create a BSP using the Yocto Project's BSP Tools. + Although not required for BSP creation, the + meta-intel repository, which contains + many BSPs supported by the Yocto Project, is part of the example. + + + For an example that shows how to create a new layer using the tools, see the "Creating a New BSP Layer Using the yocto-bsp Script" section in the Yocto Project Board Support Package (BSP) Developer's Guide. @@ -115,9 +121,10 @@ Source Directory, see the "Getting Setup" section. Establish the meta-intel - repository on your system: Having local copies of the - supported BSP layers on your system gives you access to the build - process and to the tools you need for creating a BSP. + repository on your system: Having local copies + of these supported BSP layers on your system gives you + access to layers you might be able to build on or modify + to create your BSP. For information on how to get these files, see the "Getting Setup" section. Create your own BSP layer using the -- cgit v1.2.3-54-g00ecf