From d3a0e0abc110f7b7aa43a6d916851415a8ef810e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Jun 2017 08:55:41 -0700 Subject: dev-manual, ref-manual: Established section on YP source files Fixes [YOCTO #11630] To move toward a "how-to" dev-manual, I am consolidating procedures for locating and establishing local copies of YP source files into a single heading. I set up a "Working With Yocto Project Source Files" section. This will contain sub-sections to find the various areas of YP files and how to clone and check out stuff. (From yocto-docs rev: 87ff4ee41a50e8aed6b9c5402c51bb47f5a252a3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 10 +++++----- documentation/ref-manual/ref-development-environment.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 7644362210..b0412a574c 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -246,13 +246,13 @@ -
- Working With Git Repositories +
+ Working With Yocto Project Source Files - This section contains procedures for establishing Git repositories - local to your development system. - You use these local repositories to work on projects. + This section contains procedures related to locating and securing + Yocto Project files. + You establish and use these local files to work on projects. For concepts and introductory information about Git as it is used in the Yocto Project, see the diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index a4009e8818..01b0d41922 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml @@ -285,7 +285,7 @@ For examples beyond the limited few in this section on how to use Git with the Yocto Project, see the - "Working With Git Repositories" + "Working With Yocto Project Source Files" section in the Yocto Project Development Manual. -- cgit v1.2.3-54-g00ecf