Trevor, Thanks for the patch. I have applied it.
Scott >-----Original Message----- >From: [email protected] [mailto:yocto- >[email protected]] On Behalf Of Trevor Woerner >Sent: Friday, May 31, 2013 9:30 PM >To: [email protected] >Subject: [yocto] [yocto-docs][PATCH] dev-manual: correct location of >license data > >After a build, the license data is found in ${TMPDIR}/deploy/licenses >not >${TMPDIR}/deploy/images/licenses. > >Signed-off-by: Trevor Woerner <[email protected]> >--- > documentation/dev-manual/dev-manual-newbie.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/documentation/dev-manual/dev-manual-newbie.xml >b/documentation/dev-manual/dev-manual-newbie.xml >index 779d06d..e5d6f32 100644 >--- a/documentation/dev-manual/dev-manual-newbie.xml >+++ b/documentation/dev-manual/dev-manual-newbie.xml >@@ -782,7 +782,7 @@ > Once the build completes, the list of all licenses found and >used during that build are > kept in the > <link linkend='build-directory'>Build Directory</link> at >- <filename>tmp/deploy/images/licenses</filename>. >+ <filename>tmp/deploy/licenses</filename>. > </para> > > <para> >-- >1.8.3.rc1.44.gb387c77 > >_______________________________________________ >yocto mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
