From 118cf7bc86c13383d428c2e4104df96f40549468 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 24 Nov 2014 06:57:44 -0600 Subject: [PATCH] bsp-guide: Fixed ambiguous sentence. In the example that creates a new BSP layer by using the yocto-bsp script, the final step 6 could be interpreted as the script creating the new layer in "poky". Even though the sentence is technically correct, sloppy reading could mis-interpret it. I updated the sentence so that nobody will be confused. (From yocto-docs rev: b0d8703ed938152e7bbc61cc1308f75ed5af4a20) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 482f2ebe7f..d4850234d1 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1351,7 +1351,7 @@ By default, the script creates the new BSP Layer in the current working directory of the Source Directory, - which is poky in this case. + (i.e. poky/build).