summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index bafb244707..ae06d596ba 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -277,10 +277,15 @@
277 277
278 <para> 278 <para>
279 When you build an image using Yocto Project, the build process uses a known list of licenses to 279 When you build an image using Yocto Project, the build process uses a known list of licenses to
280 ensure compliance. 280 ensure compliance.
281 Once the build completes, the list of all licenses found and used during the build are 281 You can find this list in the Yocto Project files directory at
282 <filename>meta/files/common-licenses</filename>.
283 Once the build completes, the list of all licenses found and used during that build are
282 kept in the Yocto Project build directory at 284 kept in the Yocto Project build directory at
283 <filename>tmp/deploy/images/licenses</filename>. 285 <filename>tmp/deploy/images/licenses</filename>.
286 </para>
287
288 <para>
284 If a module requires a license that is not in the base list, the build process 289 If a module requires a license that is not in the base list, the build process
285 generates a warning during the build. 290 generates a warning during the build.
286 These tools make it easier for a developer to be certain of the licenses with which 291 These tools make it easier for a developer to be certain of the licenses with which