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 --- .../doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index 9e2e6b2eb2..f7d312a32b 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml @@ -342,13 +342,14 @@ When you name an append file, you can use the - wildcard character (%) to allow for matching recipe names. + "%" wildcard character to allow for matching + recipe names. For example, suppose you have an append file named as follows: busybox_1.21.%.bbappend - That append file would match any busybox_1.21.x.bb + That append file would match any busybox_1.21.x.bb version of the recipe. So, the append file would match the following recipe names: @@ -356,6 +357,14 @@ busybox_1.21.2.bb busybox_1.21.3.bb + Important + The use of the "%" character + is limited in that it only works directly in front of the + .bbappend portion of the append file's + name. + You cannot use the wildcard character in any other + location of the name. + If the busybox recipe was updated to busybox_1.3.0.bb, the append name would not match. -- cgit v1.2.3-54-g00ecf