Applied and pushed to yocto-docs/master. Thanks Robert.
Scott -----Original Message----- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Robert P. J. Day Sent: Tuesday, April 03, 2012 2:44 PM To: Yocto discussion list Subject: [yocto] [PATCH] Documentation: little fixes to the BSP Guide. Signed-off-by: Robert P. J. Day <rpj...@crashcourse.ca> --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 8a0e9a4..ef7d88c 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 <filename>BBLAYERS</filename> 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 <filename>README</filename> 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 </literallayout> @@ -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 +215,7 @@ <para> This file provides information on how to boot the live images that are optionally - included in the <filename>/binary</filename> directory. + included in the <filename>binary/</filename> directory. The <filename>README</filename> file also provides special information needed for building the image. </para> -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto