mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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:
committed by
Richard Purdie
parent
9a7bd85ea2
commit
e13a2ee08b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user