Message ID | aba74ec2-cda4-9e59-f0ad-e512ab2d60ed@crashcourse.ca |
---|---|
State | New |
Headers | show |
Series | bitbake: add examples to show general wildcarding | expand |
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst index 539bb62d8..98f152df8 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst +++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst @@ -258,6 +258,8 @@ the append file would match the following recipe names:: busybox_1.21.1.bb busybox_1.21.2.bb busybox_1.21.3.bb + busybox_1.21.10.bb + busybox_1.21.11.bb .. note::
Add a couple more examples to the wildcarding section to make sure readers understand it's not just a single character wildcard. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---