summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-26 12:54:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:38 +0100
commit3790c5580ac0db1f1308ba414c4f3a4e267125cf (patch)
treeafd3473889037c58e546299bcac61aea043efa18 /documentation
parentbc9951a147dc3d378a60635b70c78315c23ed4d8 (diff)
downloadpoky-3790c5580ac0db1f1308ba414c4f3a4e267125cf.tar.gz
documentation/dev-manual/dev-manual-newbie.xml: added information for licenses
I added the directory where the list of know licenses are in the YP files structure (meta/files/common-licenses). (From yocto-docs rev: 6a8db1a5ac653dbc8730e61293221c0b0890888d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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