summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-03-21 12:28:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-24 23:44:03 +0000
commit17e46eff4a4ce41396d998743458506c2cc495a1 (patch)
treef0aee3532fb9bfcaaad2ed6ca9082530d39470d0 /documentation
parentb3e2ecaae2dda85b56e1e1017ba12c191a0dd7ea (diff)
downloadpoky-17e46eff4a4ce41396d998743458506c2cc495a1.tar.gz
dev-manual: Added cross-reference note into the BSP Guide.
The section in the dev-manual that introduces BSP Layers for the first time was missing a general link to reference into the BSP Guide to help the user understand BSP Layer structure. I added a note. (From yocto-docs rev: c515e30a551e96e11091c3850f7eed1b034abdad) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index cdcb1ecbc0..9174417ae9 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -45,6 +45,10 @@
45 You can accomplish this through a recipe that is a BitBake append 45 You can accomplish this through a recipe that is a BitBake append
46 (<filename>.bbappend</filename>) file, which is described later 46 (<filename>.bbappend</filename>) file, which is described later
47 in this section. 47 in this section.
48 <note>
49 For general information on BSP layer structure, see the
50 <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Board Support Packages (BSP) - Developer's Guide</ulink>.
51 </note>
48 </para> 52 </para>
49 53
50 <para> 54 <para>