diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-04 10:35:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:20:53 +0100 |
commit | eb84088b6eebcc406c6131fa7035d8aa05cb7dc3 (patch) | |
tree | 711b817eb019d1a6026306bb6709bd05ea40cb68 /documentation/ref-manual | |
parent | 2b83480cb1e5367cd5fb65ec259a073f8c23a1a4 (diff) | |
download | poky-eb84088b6eebcc406c6131fa7035d8aa05cb7dc3.tar.gz |
ref-manual, dev-manual, bsp-guide: Applied Paul Eggleton Build history patch 4 of 5.
* BBFILES should be appended to with +=
* BBPATH should be appended to with .=
* Immediate expansion is not necessary for BBFILE_PRIORITY
* Immediate expansion is not necessary for references in layer.conf
to LAYERDIR since these are automatically expanded at the end of
parsing the file (and have been for some time).
* Add collection name override to BBFILE_PRIORITY example
* Fix comments referring to old structure ("packages directory" or
"recipes directory")
(From yocto-docs rev: 0aaac8f5ad97c802ebe1d4f3ffb7987050533292)
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 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index acb1446386..258b13efde 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1869,10 +1869,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1869 | <glossdef> | 1869 | <glossdef> |
1870 | <para>When used inside the <filename>layer.conf</filename> configuration | 1870 | <para>When used inside the <filename>layer.conf</filename> configuration |
1871 | file, this variable provides the path of the current layer. | 1871 | file, this variable provides the path of the current layer. |
1872 | This variable requires immediate expansion | 1872 | This variable is not available outside of <filename>layer.conf</filename> |
1873 | (see the BitBake manual) as lazy expansion can result in | 1873 | and references are expanded immediately when parsing of the file completes.</para> |
1874 | the expansion happening in the wrong directory and therefore | ||
1875 | giving the wrong value.</para> | ||
1876 | </glossdef> | 1874 | </glossdef> |
1877 | </glossentry> | 1875 | </glossentry> |
1878 | 1876 | ||