diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 3a7b5d32f0..64e485d6ce 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -4576,12 +4576,16 @@ | |||
4576 | The most obvious is the size of the directory since it includes | 4576 | The most obvious is the size of the directory since it includes |
4577 | all sources used in the build and not just the source used in | 4577 | all sources used in the build and not just the source used in |
4578 | the released image. | 4578 | the released image. |
4579 | It will include toolchain source, and other artifacts which | 4579 | It will include toolchain source, and other artifacts, which |
4580 | you would not generally release. | 4580 | you would not generally release. |
4581 | But, the more serious issue for most companies is accidental | 4581 | However, the more serious issue for most companies is accidental |
4582 | release of proprietary software. | 4582 | release of proprietary software. |
4583 | The Yocto Project provides an archiver class to help avoid | 4583 | The Yocto Project provides an archiver class to help avoid |
4584 | some of these concerns. | 4584 | some of these concerns. |
4585 | See the | ||
4586 | "<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-archiver'>Archiving Sources - <filename>archive*.bbclass</filename></ulink>" | ||
4587 | section in the Yocto Project Reference Manual for information | ||
4588 | on this class. | ||
4585 | </para> | 4589 | </para> |
4586 | 4590 | ||
4587 | <para> | 4591 | <para> |