From 19507b80f35d37dc4b1614bd390b8e261dd4a2bd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 23 Feb 2016 09:34:56 -0800 Subject: [PATCH] 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 --- doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) 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. + -- 2.47.3