From 2520246d6781f40e3d1aab13abb5a01dd09a7594 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 24 Oct 2018 16:11:03 -0700 Subject: bitbake: bitbake-user-manual: Updates to variable wildcard support. Fixes [YOCTO #12390] Applied some fixes to the variable wildcard support documentation in the BitBake manual. Wording changes and changes to make links referencing Python syntax go to version 3 rather than version 2. (Bitbake rev: 0cfc71d1a342b82781b0ba547421e41f6340902a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-ref-variables.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index d480881a24..a84b2bc994 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml @@ -126,11 +126,18 @@ BB_ALLOWED_NETWORKS = "*.gnu.org" Important - The use of the "*" + The use of the "*" character only works at the beginning of - a host name. + a host name and it must be isolated from + the remainder of the host name. You cannot use the wildcard character in any - other location of the name. + other location of the name or combined with + the front part of the name. + + For example, + *.foo.bar is supported, + while *aa.foo.bar is not. + @@ -1098,7 +1105,7 @@ When specifying recipe files, you can pattern match using Python's - glob + glob syntax. For details on the syntax, see the documentation by following the previous link. @@ -1198,7 +1205,7 @@ the files. For complete syntax information, see Python's documentation at - . + . -- cgit v1.2.3-54-g00ecf