summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-17 12:59:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:08 +0000
commit19e3648390b011715f7446161a05d9d568aed765 (patch)
treec3a0ff6e34ffd734ea89687927f2b406dbc764be /documentation/dev-manual/dev-manual-common-tasks.xml
parenta3896841f2d8ddeaef3c18d18d5658b7449d1089 (diff)
downloadpoky-19e3648390b011715f7446161a05d9d568aed765.tar.gz
dev-manual: Edits from a 2.1 read-through.
* Removed some eMenlow stuff * Cleaned up the description of the BSP structures we have now. * Various links fixed into the SDK manual. * Other minor fixes. (From yocto-docs rev: 5e45005d7ff2254df2754a5ea2d7efd7f1c19a42) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 199728d2b8..90033539aa 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -550,8 +550,8 @@
550 <para> 550 <para>
551 Following is the append file, which is named 551 Following is the append file, which is named
552 <filename>formfactor_0.0.bbappend</filename> and is from the 552 <filename>formfactor_0.0.bbappend</filename> and is from the
553 Emenlow BSP Layer named 553 Raspberry Pi BSP Layer named
554 <filename>meta-intel/meta-emenlow</filename>. 554 <filename>meta-raspberrypi</filename>.
555 The file is in <filename>recipes-bsp/formfactor</filename>: 555 The file is in <filename>recipes-bsp/formfactor</filename>:
556 <literallayout class='monospaced'> 556 <literallayout class='monospaced'>
557 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 557 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
@@ -577,7 +577,7 @@
577 which resolves to a directory named 577 which resolves to a directory named
578 <filename>formfactor</filename> in the same directory 578 <filename>formfactor</filename> in the same directory
579 in which the append file resides (i.e. 579 in which the append file resides (i.e.
580 <filename>meta-intel/meta-emenlow/recipes-bsp/formfactor/formfactor</filename>. 580 <filename>meta-raspberrypi/recipes-bsp/formfactor/formfactor</filename>.
581 This implies that you must have the supporting directory 581 This implies that you must have the supporting directory
582 structure set up that will contain any files or patches you 582 structure set up that will contain any files or patches you
583 will be including from the layer. 583 will be including from the layer.
@@ -5492,10 +5492,6 @@
5492 "<ulink url='http://elinux.org/images/6/6f/Security-issues.pdf'>Security Issues for Embedded Devices</ulink>"</emphasis> 5492 "<ulink url='http://elinux.org/images/6/6f/Security-issues.pdf'>Security Issues for Embedded Devices</ulink>"</emphasis>
5493 by Jake Edge 5493 by Jake Edge
5494 </para></listitem> 5494 </para></listitem>
5495 <listitem><para><emphasis>
5496 "<ulink url='https://www.nccgroup.com/media/18475/exploiting_security_gateways_via_their_web_interfaces.pdf'>They ought to know better: Exploiting Security Gateways via their Web Interfaces</ulink>"</emphasis>
5497 by Ben Williams
5498 </para></listitem>
5499 </itemizedlist> 5495 </itemizedlist>
5500 </para> 5496 </para>
5501 5497
@@ -9160,7 +9156,7 @@
9160 Before you can initiate a remote debugging session, you need 9156 Before you can initiate a remote debugging session, you need
9161 to be sure you have set up the cross-development environment, 9157 to be sure you have set up the cross-development environment,
9162 toolchain, and sysroot. 9158 toolchain, and sysroot.
9163 The <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink> 9159 The <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-intro'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>
9164 describes this process. 9160 describes this process.
9165 </para> 9161 </para>
9166 </section> 9162 </section>