From e13a2ee08ba710effa2069b64fc41aef6c55207b Mon Sep 17 00:00:00 2001 From: Kevin Strasser Date: Mon, 28 Jan 2013 09:30:19 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index e7d5d02f15..30751e319c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2968,7 +2968,7 @@ $ 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 At this point, you could create a tarball from the gpl_source_release directory and