From 3353d6bcceea8d223ed091fab8938ed2683b2cea Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 9 Apr 2014 11:09:16 -0700 Subject: bsp-guide: Updated the yocto-bsp example. 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 29d975b6ff..70aeef24fe 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -83,7 +83,7 @@ Some layers function as a layer to hold other BSP layers. An example of this type of layer is the meta-intel layer. - The meta-intel layer contains over 10 individual BSP layers. + The meta-intel layer contains many individual BSP layers. @@ -1238,8 +1238,7 @@ is created in the current working directory. This example assumes you have sourced the &OE_INIT_FILE; - and are currently in the top-level folder of the - Source Directory. + setup script. @@ -1283,17 +1282,17 @@ New qemu BSP created in meta-myarm - Let's take a closer look at the example now: + Take a closer look at the example now: For the QEMU architecture, the script first prompts you for which emulated architecture to use. In the example, we use the ARM architecture. The script then prompts you for the kernel. - The default 3.10 kernel is acceptable. + The default 3.14 kernel is acceptable. So, the example accepts the default. If you enter 'n', the script prompts you to further enter the kernel - you do want to use (e.g. 3.2, 3.2_preempt-rt, and so forth.). + you do want to use. Next, the script asks whether you would like to have a new branch created especially for your BSP in the local Linux Yocto Kernel -- cgit v1.2.3-54-g00ecf