summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-23 09:34:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:34:14 +0000
commit353b7551770cca5d726405001b14c676681d920a (patch)
tree949f137e6473570dd22ecae238e97934d3f6c285 /bitbake/doc
parent638ad177aa4e36636113bc1c1608085380d264ce (diff)
downloadpoky-353b7551770cca5d726405001b14c676681d920a.tar.gz
bitbake: bitbake-user-manual: Added expand() function to list.
Fixes [YOCTO #9147] Added the d.expand(expression) fuction to the list of functions in the "Accessing Datastore Variables Using Python" section. (Bitbake rev: 19507b80f35d37dc4b1614bd390b8e261dd4a2bd) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 359df8f75f..b3e7dd8d9e 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1783,6 +1783,10 @@
1783 <entry align="left"><filename>d.delVarFlags("X")</filename></entry> 1783 <entry align="left"><filename>d.delVarFlags("X")</filename></entry>
1784 <entry align="left">Deletes all the flags for the variable "X".</entry> 1784 <entry align="left">Deletes all the flags for the variable "X".</entry>
1785 </row> 1785 </row>
1786 <row>
1787 <entry align="left"><filename>d.expand(expression)</filename></entry>
1788 <entry align="left">Expands variable references in the specified string expression.</entry>
1789 </row>
1786 </tbody> 1790 </tbody>
1787 </tgroup> 1791 </tgroup>
1788 </informaltable> 1792 </informaltable>