mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
bitbake: bitbake-user-manual: Updated the defaults for getVar and getVarFlag
There is no default. Fixes [YOCTO #9683] (Bitbake rev: 886afd6d876c9ae04cf681931db8f1774dc53096) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8321d66696
commit
6743f12bbf
@@ -1785,9 +1785,9 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
<entry align="left"><filename>d.getVar("X", expand=False)</filename></entry>
|
<entry align="left"><filename>d.getVar("X", expand)</filename></entry>
|
||||||
<entry align="left">Returns the value of variable "X".
|
<entry align="left">Returns the value of variable "X".
|
||||||
Using "expand=True" expands the value.</entry>
|
Using "expand=True" expands the value.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry align="left"><filename>d.setVar("X", "value")</filename></entry>
|
<entry align="left"><filename>d.setVar("X", "value")</filename></entry>
|
||||||
@@ -1810,9 +1810,9 @@
|
|||||||
<entry align="left">Renames the variable "X" to "Y".</entry>
|
<entry align="left">Renames the variable "X" to "Y".</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry align="left"><filename>d.getVarFlag("X", flag, expand=False)</filename></entry>
|
<entry align="left"><filename>d.getVarFlag("X", flag, expand)</filename></entry>
|
||||||
<entry align="left">Gets then named flag from the variable "X".
|
<entry align="left">Returns the value of variable "X".
|
||||||
Using "expand=True" expands the named flag.</entry>
|
Using "expand=True" expands the value.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry align="left"><filename>d.setVarFlag("X", flag, "value")</filename></entry>
|
<entry align="left"><filename>d.setVarFlag("X", flag, "value")</filename></entry>
|
||||||
|
|||||||
Reference in New Issue
Block a user