summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.xml
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual, bsp-guide: Added cross-references for two variables.Scott Rifenbark2014-07-031-1/+1
| | | | | | | | | | | | Added several cross-link references for the LICENSE_FLAGS and LICENSE_FLAGS_WHITELIST variables. Note that the cross-references previously put in for LICENSE_FLAGS were slightly wrong as they were using the <ulink> tag instead of the <link> tag. (From yocto-docs rev: dc2769c63d24d3650c993cfd48bcb4540ad36ca2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, bsp-guide: Added several cross-references to LICENSE_FLAGS.Scott Rifenbark2014-07-031-3/+4
| | | | | | | | | | | Needed to add several links to the newly described LICENSE_FLAGS variable in the glossary. Three links added to the ref-manual and a single link added to the BSP Guide. (From yocto-docs rev: 2ca6e556c299814d6ef847ed059a4f0a2d48adb3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Fixed typo.Scott Rifenbark2014-07-031-1/+1
| | | | | | | (From yocto-docs rev: a8b03331dc46d9e54a367b9fa5ab2d3c51c047b7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Edits to "BSP Layers" section adding locator info.Scott Rifenbark2014-06-181-4/+37
| | | | | | | | | | | | I extended the section to mention where to find YP supported BSP layers and a bit on how to get them via the link from the Source Repositories web interface. Changes driven by community input. (From yocto-docs rev: 4c944bf33b7d642126c52efd313666270145ab50) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the yocto-bsp example.Scott Rifenbark2014-04-111-13/+12
| | | | | | | | | | Ran the tool and provided the actual machine branch output choices. (From yocto-docs rev: 5b78e70079e2c621221187d4419de2a2427efbc1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the yocto-bsp example.Scott Rifenbark2014-04-111-6/+5
| | | | | | | | | | | | | This example does not run as described. It said that the setup script was run and the user would be in the top-level Source Directory (e.g. poky). The script errors out unless run from the poky/build directory. So I took out the requirement of being in the top directory. (From yocto-docs rev: 800e4001319cde3e665c0271fd5a19646fb2bd7a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updates to "Linux Kernel Configuration" section.Scott Rifenbark2014-04-111-9/+26
| | | | | | | | | | | | This section was using an out-dated version of the linux-yocto_3.10.bbappend file. The new version accounts for both emgd and non-emgd configurations. I had to insert the new listing and update some supporting text describing it. (From yocto-docs rev: 97329a154e3dee44cb393d4a289fdcbb9f8adf07) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the "Hardware Configuration Options" section.Scott Rifenbark2014-04-111-2/+1
| | | | | | | | | The "require" statements changed from four to three. (From yocto-docs rev: 36f4fe004e69cb7715d41787d4c22b39371f63b6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the "Example Filesystem Layout" section.Scott Rifenbark2014-04-111-5/+2
| | | | | | | | | | The recipes-kernel structure had changed for the Crown Bay BSP. (From yocto-docs rev: 14ecfc7e676901a6d422f49b0170f27f6b46837f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Beagleboard replaced with BeagleboneScott Rifenbark2014-04-081-6/+7
| | | | | | | | | | | | Fixes [YOCTO #2444] Several areas affected by the reference BSP "beagleboard" being replaced by "beaglebone". (From yocto-docs rev: 2f02b570e1ebcf0469871b67a029b65fa8b285f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to get rid of PRINC variable.Scott Rifenbark2014-04-011-1/+0
| | | | | | | | | | | | | I did not eliminate this variable but rather changed the description to indicate that it has been deprecated and that the user should now use a PR Service to do this stuff. There were several areas in the YP manual set that used the variable in code. I just deleted those lines from the code. (From yocto-docs rev: 88a075e6306349e5f8c0d53b5288ef1e64956cd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide, kernel-dev: Added Cross-references to "BitBake" termScott Rifenbark2014-03-301-1/+3
| | | | | | | | | | I made sure that the first occurrence of each "BitBake" term linked into the "BitBake" term as defined in the dev-manual. (From yocto-docs rev: 83e6e43d13cf5447b8ef65836d532abbb1f8b15e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Scrubbed use of directory namesScott Rifenbark2013-12-031-3/+3
| | | | | | | | | | | | | | | | | There was inconsistent use of the way directory names were handled throughout the YP documentation. I have scrubbed the set and replaced many instances such as the following: meta/<something> replaces /meta/<something> poky replaces ~/poky (except in some very specific examples) I basically got rid of leading slash characters. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ae2e451ed8f61484d04b30017021912c4493a441) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Fixed some grammar and some filenames.Robert P. J. Day2013-11-011-3/+4
| | | | | | | | | | * A couple grammatical fixes. * A couple filename corrections. (From yocto-docs rev: 8ff06e98753146010d1b355f869135a0da3b6625) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide, dev-manual: Updated for 3.10 default kernelScott Rifenbark2013-10-011-91/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | YP 1.5 default kernel is 3.10. This is a change from 3.8 in the previous release. This change affected several areas of the documentation. 1. The BSP Guide had a crownbay BSP structure that did not account for the new default. 2. The yocto-bsp tool output still asked for the 3.8 kernel as the default. 3. The recipes-bsp section had 3.8 used and had some bad listings that had to be changed. 4. The recipes-graphics section had 3.8 used and also had some stuff supporting two versions of the graphics (emgd and noemgd). I had to pull the emgd stuff. 5. There were miscellaneous spots in the dev-manual that were referencing 3.8 as the default kernel. Particularly the list that shows what kernel repositories we have. That needed updating. (From yocto-docs rev: 9826ce760884f2ce5a4eb72c6a731a85cd6f2b2b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the returned KARCH list for yocto-bsp script.Scott Rifenbark2013-08-131-3/+3
| | | | | | | (From yocto-docs rev: a01e2e4990f1db40bccabd4c32b2740f01aaf044) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Fixed syntax error in BBLAYERS example.Scott Rifenbark2013-05-221-25/+25
| | | | | | | | | | I fixed this as pointed out by Robert. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 52eb7d8698ef643150ac0ce987677da7a654b3ea) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide, ref-manual: Various fixes from Robert P. J. Day review.Scott Rifenbark2013-05-221-41/+50
| | | | | | | | | | | | | | | | Robert read through the BSP Guide and noted several issues. There were several typos, inacurracies for crown bay code, out-dated kernel usage example, etc. One change I had to make that was related was to fix two cross-reference links to a re-named section. These links were the changes in the FAQ chapter of the ref-manual. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ae45df660ebf33105ebf5e60e606b0ec76eb9a6d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, bsp-guide: Updates for init-ifupdown change.Scott Rifenbark2013-05-221-11/+39
| | | | | | | | | | | | | | | Release 1.4 requires the user to create an append file to the new recipe init-ifupdown if they want to create their own custom /etc/network/interfaces file. Previously, they needed to append the netbase recipe. Changes needed in the migration section of the ref-manual as well as the exmaple used in the bsp-guide. (From yocto-docs rev: 1903df0c21dbc018f0dbb4ce90eac192b428606b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the yocto-kernel script example.Scott Rifenbark2013-04-171-1/+1
| | | | | | | | | | | Discovered a bad typo for the CONFIG_YOCTO_TESTMOD configuration. I had a "K" in front of it making the command throw an error. Fixed that. (From yocto-docs rev: 9c25a69abb12fd2fd472a2b9435a30b2c9ac4f2f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the help listing for the yocto-layer command.Scott Rifenbark2013-04-171-0/+7
| | | | | | | (From yocto-docs rev: 48b55bc49c4871d00c03dc3bacc5cfff9807d5bc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Some minor edits.Scott Rifenbark2013-04-171-7/+7
| | | | | | | (From yocto-docs rev: 01121297f5b3c6ac4bfca4603ad3536fd1379639) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updated the yocto-bsp script output.Scott Rifenbark2013-04-171-5/+6
| | | | | | | (From yocto-docs rev: e8361a9a93c9b30d6d439979977ee58fcf9cec92) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Fixed "ARM" term appropriately.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: 9b3ac75e5c88ba491bf4c34cf8dcc29dea393095) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Fixed "QEMU" term appropriately.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: cb1a404339b64f6f1f65f5f2027e7bdf2fc067e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Added a link to the oe-init-build-env script.Scott Rifenbark2013-04-171-2/+3
| | | | | | | (From yocto-docs rev: 60b8c950dd232151188ced0f73fa48f5f6171a1d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Minor editing change.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: 702b3a72cd95c01770e4e7a8f0bd1e2302a1beba) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Removed a redundant note.Scott Rifenbark2013-04-171-6/+0
| | | | | | | (From yocto-docs rev: 2df7840ed52c55aa01cea593f9468e1dd2d3c54a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Added a note to reference the yocto-layer tool.Scott Rifenbark2013-04-171-0/+10
| | | | | | | | | | This note is at end of the section on the yocto-bsp and yocto-kernel tools. (From yocto-docs rev: 91f33e356412b3d305393483770a4257a872e056) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Minor edits to the yocto-bsp command description.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: e1e49e92907ff1811be02774bd36ffa3d449b144) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Fixed another broken link to the Downloads page to the website.Scott Rifenbark2013-04-171-3/+3
| | | | | | | (From yocto-docs rev: bb721a2544293fcc46554975e94de00ec67ba9bc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Fixed a broken link to the "Downloads" page to the website.Scott Rifenbark2013-04-171-3/+3
| | | | | | | (From yocto-docs rev: d66c6e232ba27684980fa20438093d2535954807) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Changed wording due to 2 recommendations now exist.Scott Rifenbark2013-04-171-2/+2
| | | | | | | (From yocto-docs rev: 2573079c74705c263eea2afbd8188e3066c9bae3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Minor editsScott Rifenbark2013-04-171-7/+11
| | | | | | | | | | | Applied "Metadata" for "metadata" Added a link to the section to help find maintainers. Some re-wording. (From yocto-docs rev: 7f40c4dac30d2f54cf09afeb51a5cc83ba0851e9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Added quotes around wiki page title in a cross-link.Scott Rifenbark2013-04-171-2/+2
| | | | | | | (From yocto-docs rev: 2a193f05257b027b158fa91728fc6160db2f4aa4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Better wording for VESA support.Scott Rifenbark2013-04-171-4/+4
| | | | | | | (From yocto-docs rev: faee880b37cd4760ba345eb8fa33425d552f9cd9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Added a link to the term "Metadata".Scott Rifenbark2013-04-171-2/+3
| | | | | | | (From yocto-docs rev: 13f05a587bb74e5b972e15343ac9f05eea41b544) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Added complete list to sample structure for CrownbayScott Rifenbark2013-04-171-2/+5
| | | | | | | | | The list was missing several of the linux-yocto kernel types. (From yocto-docs rev: a91d26ad3a340c54d807458766b7d4f1754df7c2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, bsp-guide: Scrubbed the yocto-layer usage section.Scott Rifenbark2013-04-171-0/+9
| | | | | | | | | | | | Added a note in the bsp-guide to point back to the main new section, which is in the dev-manual. Made some small edits to the main section in the dev-manual. (From yocto-docs rev: 4105c8edbdc531b2a941d7f7282325fae763f059) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide, ref-manual: Spell checks on some chapters.Scott Rifenbark2013-04-131-1/+1
| | | | | | | | | | Performed some spelling checks against the files associated with a large number of patches sent by Paul Eggleton. (From yocto-docs rev: 8b16924aa1da161271cbfce5410344d94c840fa6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: fix reference to old netbase versionPaul Eggleton2013-04-131-1/+1
| | | | | | | | | | This was pointing to the old 4.47 file even though the rest of the references in this section used 5.0. (From yocto-docs rev: 42c2a0262b316ac25ad3a413f925e94cabae4553) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual, bsp-guide: Applied Paul Eggleton Build history patch ↵Paul Eggleton2013-04-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | 4 of 5. * BBFILES should be appended to with += * BBPATH should be appended to with .= * Immediate expansion is not necessary for BBFILE_PRIORITY * Immediate expansion is not necessary for references in layer.conf to LAYERDIR since these are automatically expanded at the end of parsing the file (and have been for some time). * Add collection name override to BBFILE_PRIORITY example * Fix comments referring to old structure ("packages directory" or "recipes directory") (From yocto-docs rev: 0aaac8f5ad97c802ebe1d4f3ffb7987050533292) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, bsp-guide: Added some linksScott Rifenbark2013-02-141-1/+2
| | | | | | | | | | | | | Fixes YOCTO #3552 Added some links to the FILESEXTRAPATHS and SRC_URI variables. These links connect appropriate sections to a newly improved section on FILESEXTRAPATHS glossary description. (From yocto-docs rev: a58e7c6f013393c87381411f918e16a8f04d55d1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Documentation: bsp-guide - Removed all trailing whitespace.Scott Rifenbark2012-12-111-273/+273
| | | | | | | (From yocto-docs rev: 00d9bb4dcce101a77761418c1279ebfb9441b0d2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Documentation: dev-manual, bsp-guide, poky-ref-manual - bblayer.conf updatesScott Rifenbark2012-12-071-7/+17
| | | | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #3176] Several places throughout the YP manual set examples are given for the bblayer.conf file. For release 1.3, a bug existed that surfaced when a user removed either the meta or meta-yocto layer from this configuration file. The bug has been fixed and the ripple effect through the YP documentation set affected several manuals. Fixes include updating the code samples that show bblayer.conf so that they now include the BBLAYERS_NON_REMOVABLE variable, a new glossary entry for the variable, and an explanation of both BBLAYER and BBLAYER_NON_REMOVABLE in the section that talks about the bblayer.conf file. (From yocto-docs rev: 904b9ec1cd6d823af0e92f6891fc7e434cf2e358) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: bsp-guide - Final edits before 1.3 lockdownScott Rifenbark2012-10-231-26/+42
| | | | | | | | | | | | Updated some example text based on the latest source repositories for crown bay. Replaced fishriver example with fri2. Updated some capitalization usage for source directory and build directory. (From yocto-docs rev: 65973f7b30699fbb82b4d7f1b907e947489ba7d0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: bsp-guide - minor edits.Robert P. J. Day2012-10-171-7/+6
| | | | | | | | | | One change resulted in changing out "include" for "require" in code from the Crown Bay example. (From yocto-docs rev: 69b21d5f62ad9020646a26ce13d349af50aee419) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual, bsp-guide, kernel-manual - kernel workflowScott Rifenbark2012-10-101-4/+0
| | | | | | | | | | | | | | The kernel workflow section was re-written to reflect that the kernel appendix has been removed. Also, changes to the flow in general no longer make reference to the bare clone and the copy of the bare clone as a method used to modify the kernel. Many links were modified in other manuals as well. (From yocto-docs rev: 38adbcb00d4305029cfa94e5ef047da41823f021) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual, bsp-guide - Removing/Moving Appendix AScott Rifenbark2012-10-101-2/+2
| | | | | | | | | | | | The kernel example appendix is being removed. This broke a lot of links. For now I have moved the information into a new section called "Patching the Kernel". I have preserved the information by adding the old appendix file as kerne-appendix-orig.xml. (From yocto-docs rev: 994235a69362dfb0114ef9001ea7f2f2e2fdc5c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: bsp-guide, dev-manual, kernel-manual - Removed linksScott Rifenbark2012-10-041-3/+0
| | | | | | | | | | | | Removing the Appendix A (BSP) example had some rippling affects throughout the doc set. There were several links into the appendix. All these links had to either be modified (if possible) or simply removed since the appendix will be removed. (From yocto-docs rev: fff35abd87e945de1806eef63a56a956d104bf92) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>