diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2025-07-07 08:01:29 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-31 10:07:21 +0100 |
commit | 716aa8528477cfb2eae273549a4854d2e204ef38 (patch) | |
tree | 87488e14d10f4dbe43747b96e37cda6dfc79d594 /bitbake | |
parent | 16dcfbca428ad3a1c184b2deb6f5b50014c4e14c (diff) | |
download | poky-716aa8528477cfb2eae273549a4854d2e204ef38.tar.gz |
bitbake: doc/bitbake-user-manual-intro: Add examples to show general wildcarding
Add a couple more examples to the wildcarding section to make sure
readers understand it's not just a single character wildcard.
(Bitbake rev: 572062ba1f0a2953a62ef1974e35134fcb462f5e)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst index 539bb62d81..98f152df80 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst | |||
@@ -258,6 +258,8 @@ the append file would match the following recipe names:: | |||
258 | busybox_1.21.1.bb | 258 | busybox_1.21.1.bb |
259 | busybox_1.21.2.bb | 259 | busybox_1.21.2.bb |
260 | busybox_1.21.3.bb | 260 | busybox_1.21.3.bb |
261 | busybox_1.21.10.bb | ||
262 | busybox_1.21.11.bb | ||
261 | 263 | ||
262 | .. note:: | 264 | .. note:: |
263 | 265 | ||