From 800ee0167a4badcfad88ff1b885c711c9b137ed9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 14 Jun 2017 07:43:11 -0700 Subject: dev-manual: Fixed broken links to "Source Directory" term. Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from dev-manual to ref-manual broke all the links to the "Source Directory" term. I fixed them. (From yocto-docs rev: d3a206b141e0b0c623362622ec73bbf44118071a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'documentation/dev-manual/dev-manual-newbie.xml') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index b9fc265211..b64036af61 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -418,7 +418,7 @@ column and see the URL at the bottom of the page that you need to clone a Git repository for that particular item. Having a local Git repository of the - Source Directory, which is + Source Directory, which is usually named "poky", allows you to make changes, contribute to the history, and ultimately enhance the Yocto Project's tools, Board Support Packages, and so forth. @@ -435,7 +435,7 @@ The recommended method for setting up the Yocto Project - Source Directory + Source Directory and the files for supported BSPs (e.g., meta-intel) is to use Git to create a local copy of @@ -444,7 +444,7 @@ Be sure to always work in matching branches for both the selected BSP repository and the - Source Directory + Source Directory (i.e. poky) repository. For example, if you have checked out the "master" branch of poky and you are going to use @@ -522,7 +522,7 @@ When you build an image using the Yocto Project, the build process uses a known list of licenses to ensure compliance. You can find this list in the - Source Directory at + Source Directory at meta/files/common-licenses. Once the build completes, the list of all licenses found and used during that build are kept in the @@ -554,7 +554,7 @@ You can find a list of the combined SPDX and OSI licenses that the Yocto Project uses in the meta/files/common-licenses directory in your - Source Directory. + Source Directory. @@ -665,7 +665,7 @@ $ git checkout -b &DISTRO_NAME_NO_CAP; origin/&DISTRO_NAME_NO_CAP; In this example, the name of the top-level directory of your local - Source Directory + Source Directory is "poky" and the name of that local working area (local branch) you just created and checked out is "&DISTRO_NAME_NO_CAP;". The files in your local repository now reflect the same files that @@ -960,7 +960,7 @@ workflow. You can find these scripts in the scripts folder of the - Source Directory. + Source Directory. For information on how to use these scripts, see the "Using Scripts to Push a Change Upstream and Request a Pull" section. @@ -1216,7 +1216,7 @@ Maintenance File: Examine the maintainers.inc file, which is located in the - Source Directory + Source Directory at meta-poky/conf/distro/include, to see who is responsible for code. @@ -1371,7 +1371,7 @@ These scripts are create-pull-request and send-pull-request. You can find these scripts in the scripts directory - within the Source Directory. + within the Source Directory. Using these scripts correctly formats the requests without introducing any whitespace or HTML formatting. The maintainer that receives your patches needs to be able to save and apply them -- cgit v1.2.3-54-g00ecf