dev-manual: fix gpl source release example

The example doesn't account for an extra level of directories
that organise the sources by machine type.

(From yocto-docs rev: 844e8b8f28ab765e59fdbee40e00c973b1b00d89)

Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kevin Strasser 2013-01-28 09:30:19 -08:00 committed by Richard Purdie
parent 9a7bd85ea2
commit e13a2ee08b
1 changed files with 1 additions and 1 deletions

View File

@ -2968,7 +2968,7 @@
<literallayout class='monospaced'>
$ cd poky/build/tmp/deploy/sources
$ mkdir ~/gpl_source_release
$ for x in `ls|grep GPL`; do cp -R $x/* ~/gpl_source_release; done
$ for dir in */*GPL*; do cp -r $dir ~/gpl_source_release; done
</literallayout>
At this point, you could create a tarball from the
<filename>gpl_source_release</filename> directory and