@@ -660,8 +660,10 @@ They contain the following sections:
"description": "OpenEmbedded - 'nodistro' basic configuration"
}
-- ``sources`` (*optional*): sources, such as git repositories that should be provided
- under ``layers/`` directory of a :term:`Setup`.
+- ``sources`` (**required**): sources, such as git repositories that should
+ be provided under ``layers/`` directory of a :term:`Setup`. Although the
+ list of sources can be very flexible, at least BitBake should be cloned
+ to generate a :term:`Setup`.
Example:
If sources is empty, nothing happens. So let's just not say it's optional, and let's say the minimum is bitbake source code. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> --- .../bitbake-user-manual-environment-setup.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)