]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
dev-manual, ref-manual: Updates for BBPATH.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 1 Feb 2013 21:10:01 +0000 (15:10 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 17:24:01 +0000 (17:24 +0000)
commit093b0079ce2df52e362d0a9b7b0f0184d9de4626
tree14b2b7228fba3e9e0f6a0a76ac771fd4b386cbe2
parent718e3b49842520ca2523a88b6488ee3195a9ff6e
dev-manual, ref-manual: Updates for BBPATH.

Two things fixed:

1. A couple examples for setting up a layer.conf file were
   using the meta-yocto configuration file as an example.
   Turns out this is a bad example because the BBPATH variable
   is appended to the LAYERDIR when setting BBPATH rather
   than the other way around.  That is because meta-yocto
   is a distro layer.  BSP layers, however, are not distro
   layers and are the norm here.  So I switched up the way
   BBPATH was set and actually called out meta-yocto-bsp
   config file as a template.

2. Added a link for the BBPATH variable in the
   FILESYSTEM_PERMS_TABLES variable description in the
   glossary.  Just happened to notice this so I fixed it

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 1a594b6dde1a494a5f7322b510e1e67d23635298)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-common-tasks.xml
documentation/ref-manual/ref-variables.xml