From 7c12cb11831d454806928149444b973defd65706 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 8 Mar 2012 15:17:14 -0600 Subject: documentation/bsp-guide: Converted links to use poky.ent variables. (From yocto-docs rev: 5a95fd07deed0c118529b7890857850308b4b5ab) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'documentation/bsp-guide/bsp.xml') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 35dae930f9..a49c0bef0b 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1,5 +1,6 @@ +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %poky; ] > @@ -18,7 +19,7 @@ - This section (or document if you are reading the BSP Developer's Guide) defines + This chapter (or document if you are reading the BSP Developer's Guide) defines a structure for these components so that BSPs follow a commonly understood layout. Providing a common form allows end-users to understand and become familiar @@ -30,10 +31,10 @@ The information here does not provide an example of how to create a BSP. For examples on how to create a BSP, see the - "BSP Development Example" + "BSP Development Example" section in The Yocto Project Development Manual. You can also see the - + wiki page. @@ -77,7 +78,7 @@ The Yocto Project organizes BSP Layers within the Yocto Metadata Layers area of the Yocto Project Source Repositories at - . + . If you examine the source repositories, you will find many BSP Layers. Here are a few: @@ -105,7 +106,7 @@ of the BSP Layer. This root is what you add to the BBLAYERS variable in the conf/bblayers.conf file found in the - Yocto Project Build Directory. + Yocto Project Build Directory. Adding the root allows the Yocto Project build system to recognize the BSP definition and from it build an image. Here is an example: @@ -120,11 +121,10 @@ For more detailed information on layers, see the - "Understanding and Creating Layers" + "Understanding and Creating Layers" section of the Yocto Project Development Manual. You can also see the detailed examples in the appendices of - - The Yocto Project Development Manual. + The Yocto Project Development Manual. @@ -276,7 +276,7 @@ images appropriate to the target system. This directory typically contains graphical (e.g. sato) and minimal live images when the BSP tarball has been created and made available in the - Yocto Project website. + Yocto Project website. You can use these kernels and images to get a system running and quickly get started on development tasks. @@ -355,12 +355,12 @@ If the BSP supports multiple machines, multiple machine configuration files can be present. These filenames correspond to the values to which users have set the - MACHINE variable. + MACHINE variable. These files define things such as the kernel package to use - (PREFERRED_PROVIDER + (PREFERRED_PROVIDER of virtual/kernel), the hardware drivers to include in different types of images, any special software components that are needed, any bootloader information, and also any special image @@ -392,7 +392,7 @@ Tuning files are found in the meta/conf/machine/include directory of the - Yocto Project Files. + Yocto Project Files. Tuning files can also reside in the BSP Layer itself. For example, the ia32-base.inc file resides in the meta-intel BSP Layer in conf/machine/include. @@ -444,7 +444,7 @@ formfactor recipe meta/recipes-bsp/formfactor/formfactor_0.0.bb, which is found in the - Yocto Project Files. + Yocto Project Files. @@ -510,7 +510,7 @@ For your BSP, you typically want to use an existing Yocto Project kernel found in the - Yocto + Yocto Project Files at meta/recipes-kernel/linux. You can append your specific changes to the kernel recipe by using a similarly named append file, which is located in BSP Layer (e.g. @@ -626,7 +626,7 @@ The configuration options will likely end up in that location anyway if the BSP gets added to the Yocto Project. For an example showing how to change the BSP configuration, see the - "Changing the BSP Configuration" section + "Changing the BSP Configuration" section in the Yocto Project Development Manual. In general, however, the Yocto Project maintainers take care of moving the @@ -670,7 +670,7 @@ For cases where you can substitute something and still maintain functionality, the Yocto Project website's - BSP Download Page + BSP Download Page makes available 'de-featured' BSPs that are completely free of any IP encumbrances. For these cases you can use the substitution directly and without any further licensing requirements. @@ -757,7 +757,7 @@ Get a full-featured BSP recipe rather than a key. You can do this by visiting the Yocto Project website's - Download page and + Download page and clicking on "BSP Downloads". BSP tarballs that have proprietary information can be downloaded after agreeing to licensing requirements as part of the download process. -- cgit v1.2.3-54-g00ecf