From: Scott Rifenbark Date: Tue, 21 Mar 2017 19:28:24 +0000 (-0700) Subject: dev-manual: Added cross-reference note into the BSP Guide. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17e46eff4a4ce41396d998743458506c2cc495a1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cdcb1ecbc09..9174417ae94 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -45,6 +45,10 @@ You can accomplish this through a recipe that is a BitBake append (.bbappend) file, which is described later in this section. + + For general information on BSP layer structure, see the + Board Support Packages (BSP) - Developer's Guide. +