From 353b7551770cca5d726405001b14c676681d920a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 23 Feb 2016 09:34:56 -0800 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bitbake/doc/bitbake-user-manual') 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 @@ d.delVarFlags("X") Deletes all the flags for the variable "X". + + d.expand(expression) + Expands variable references in the specified string expression. + -- cgit v1.2.3-54-g00ecf