From 19e3648390b011715f7446161a05d9d568aed765 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 17 Mar 2016 12:59:39 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 @@ Following is the append file, which is named formfactor_0.0.bbappend and is from the - Emenlow BSP Layer named - meta-intel/meta-emenlow. + Raspberry Pi BSP Layer named + meta-raspberrypi. The file is in recipes-bsp/formfactor: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" @@ -577,7 +577,7 @@ which resolves to a directory named formfactor in the same directory in which the append file resides (i.e. - meta-intel/meta-emenlow/recipes-bsp/formfactor/formfactor. + meta-raspberrypi/recipes-bsp/formfactor/formfactor. This implies that you must have the supporting directory structure set up that will contain any files or patches you will be including from the layer. @@ -5492,10 +5492,6 @@ "Security Issues for Embedded Devices" by Jake Edge - - "They ought to know better: Exploiting Security Gateways via their Web Interfaces" - by Ben Williams - @@ -9160,7 +9156,7 @@ Before you can initiate a remote debugging session, you need to be sure you have set up the cross-development environment, toolchain, and sysroot. - The Yocto Project Software Development Kit (SDK) Developer's Guide + The Yocto Project Software Development Kit (SDK) Developer's Guide describes this process. -- cgit v1.2.3-54-g00ecf