diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 434a7d15a5..0f7708e718 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -511,6 +511,10 @@ | |||
511 | <para>Information in append files overrides the information in the similarly-named recipe file. | 511 | <para>Information in append files overrides the information in the similarly-named recipe file. |
512 | For an example of an append file in use, see the | 512 | For an example of an append file in use, see the |
513 | "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" section. | 513 | "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" section. |
514 | <note> | ||
515 | Append files can also use wildcard patterns in their version numbers | ||
516 | so they can be applied to more than one version of the underlying recipe file. | ||
517 | </note> | ||
514 | </para></listitem> | 518 | </para></listitem> |
515 | <listitem><para id='bitbake-term'><emphasis>BitBake:</emphasis> | 519 | <listitem><para id='bitbake-term'><emphasis>BitBake:</emphasis> |
516 | The task executor and scheduler used by the OpenEmbedded build | 520 | The task executor and scheduler used by the OpenEmbedded build |
@@ -686,7 +690,7 @@ | |||
686 | This Metadata is found in the <filename>meta</filename> directory of the | 690 | This Metadata is found in the <filename>meta</filename> directory of the |
687 | <link linkend='source-directory'>Source Directory</link>.</para></listitem> | 691 | <link linkend='source-directory'>Source Directory</link>.</para></listitem> |
688 | <listitem><para><emphasis>Package:</emphasis> | 692 | <listitem><para><emphasis>Package:</emphasis> |
689 | In the context of the Yocto Project, this term refers a | 693 | In the context of the Yocto Project, this term refers to a |
690 | recipe's packaged output produced by BitBake (i.e. a | 694 | recipe's packaged output produced by BitBake (i.e. a |
691 | "baked recipe"). | 695 | "baked recipe"). |
692 | A package is generally the compiled binaries produced from the | 696 | A package is generally the compiled binaries produced from the |