From 8c0a94129e0e1699cd72fd965ac1cc6504b1269f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 18 Oct 2018 13:15:49 -0700 Subject: bitbake: bitbake-user-manual: Added wildcarding descriptions Fixes [YOCTO #12390] Added specific descriptions for how wildcarding works for a variety of variables and files (e.g. append files). (Bitbake rev: 0a4377cb1837ede213d9640344f4908de3689d91) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-metadata.xml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml') 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 fc55ef6483..df5364c299 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -2751,4 +2751,29 @@ + +
+ Wildcard Support + + + Support for wildcard use varies depending on the context in + which it is used. + For example, some variables and file names allow limited use of + wildcards through the "%" and + "*" characters. + Other variables or names support Python's + glob + syntax, + fnmatch + syntax, or Regular Expression (re) syntax. + + + + When a particular variable's list of filenames or filenames + in general used by BitBake or a build system + based on BitBake support the use of wildcards, the + documentation describes its use and limitations. + +
+ -- cgit v1.2.3-54-g00ecf