diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml index 9a9499115c..3a8077007a 100644 --- a/documentation/ref-manual/ref-bitbake.xml +++ b/documentation/ref-manual/ref-bitbake.xml @@ -8,7 +8,7 @@ BitBake is a program written in Python that interprets the - Metadata used by + Metadata used by the OpenEmbedded build system. At some point, developers wonder what actually happens when you enter: @@ -24,7 +24,7 @@ BitBake strives to be a generic "task" executor that is capable of handling complex dependency relationships. As such, it has no real knowledge of what the tasks being executed actually do. BitBake just considers a list of tasks with dependencies and handles - Metadata + Metadata consisting of variables in a certain format that get passed to the tasks.