From 4c35d0562321990b0ebc8903f34455a6cfb81a48 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 3 Apr 2012 15:00:18 -0600 Subject: documentation/bsp-guide/bsp.xml: Patch to fix small issues Applied a patch from Robert P. J. Day to fix some small issues in the BSP manual. (From yocto-docs rev: 7744d5101fd2b5a46a53707976b8899eb03f1c08) Signed-off-by: Robert P. J. Day Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation/bsp-guide') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 8a0e9a44a6..14a7197f34 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -95,7 +95,7 @@ top of the BSP's root layer in order to be functional. For these cases, you also need to add those layers to the BBLAYERS variable in order to build the BSP. - You must also specify in the "Dependiencies" section of the BSP's + You must also specify in the "Dependencies" section of the BSP's README file any requirements for additional layers and, preferably, any build instructions that might be contained elsewhere @@ -124,10 +124,12 @@ meta-<bsp_name>/ meta-<bsp_name>/<bsp_license_file> meta-<bsp_name>/README + meta-<bsp_name>/README.sources meta-<bsp_name>/binary/<bootable_images> meta-<bsp_name>/conf/layer.conf meta-<bsp_name>/conf/machine/*.conf meta-<bsp_name>/recipes-bsp/* + meta-<bsp_name>/recipes-core/* meta-<bsp_name>/recipes-graphics/* meta-<bsp_name>/recipes-kernel/linux/linux-yocto_<kernel_rev>.bbappend @@ -140,7 +142,7 @@ meta-crownbay/COPYING.MIT meta-crownbay/README meta-crownbay/README.sources - meta-crownbay/binary + meta-crownbay/binary/ meta-crownbay/conf/ meta-crownbay/conf/layer.conf meta-crownbay/conf/machine/ @@ -154,8 +156,8 @@ meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig - meta-crownbay/recipes-core - meta-crownbay/recipes-core/tasks + meta-crownbay/recipes-core/ + meta-crownbay/recipes-core/tasks/ meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend meta-crownbay/recipes-graphics/ meta-crownbay/recipes-graphics/xorg-xserver/ @@ -211,7 +213,7 @@ This file provides information on how to boot the live images that are optionally - included in the /binary directory. + included in the binary/ directory. The README file also provides special information needed for building the image. -- cgit v1.2.3-54-g00ecf