From: Scott Rifenbark Date: Tue, 23 Feb 2016 17:34:56 +0000 (-0800) Subject: bitbake-user-manual: Added expand() function to list. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19507b80f35d37dc4b1614bd390b8e261dd4a2bd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Scott Rifenbark --- diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 359df8f75fb..b3e7dd8d9e6 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/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. +