diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-02-01 15:10:01 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:24:01 +0000 |
commit | 093b0079ce2df52e362d0a9b7b0f0184d9de4626 (patch) | |
tree | 14b2b7228fba3e9e0f6a0a76ac771fd4b386cbe2 /documentation/ref-manual | |
parent | 718e3b49842520ca2523a88b6488ee3195a9ff6e (diff) | |
download | poky-093b0079ce2df52e362d0a9b7b0f0184d9de4626.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ff9a227db1..dabf05989e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1138,7 +1138,7 @@ Core layer for images cannot be removed | |||
1138 | point to your custom <filename>fs-perms.txt</filename>. | 1138 | point to your custom <filename>fs-perms.txt</filename>. |
1139 | You can specify more than a single file permissions setting table. | 1139 | You can specify more than a single file permissions setting table. |
1140 | The paths you specify to these files must be defined within the | 1140 | The paths you specify to these files must be defined within the |
1141 | <filename>BBPATH</filename> variable. | 1141 | <link linkend='var-BBPATH'><filename>BBPATH</filename></link> variable. |
1142 | </para> | 1142 | </para> |
1143 | <para> | 1143 | <para> |
1144 | For guidance on how to create your own file permissions settings table file, | 1144 | For guidance on how to create your own file permissions settings table file, |