summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-11 13:22:10 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:55 +0000
commit9d60cb94507a2b4ef4d2c7db699305089d5edaf6 (patch)
treef76d21a543d73ec0cfe6a6e24ddb1089e336b849 /documentation
parent5592e808774e93ea76ebaf5d2b26e03a45a84ce9 (diff)
downloadpoky-9d60cb94507a2b4ef4d2c7db699305089d5edaf6.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: recipes-bsp example
For some reason the example for the "Changing recipes-bsp" section mysteriously had the wrong first command in the example to prepare this stuff. The example was removing something in the recipes-graphics area. Don't ask me how it got there. I checked through the commits in the Edison branch and can't find the change. It could have happened during 1.1.1 scrub. Anyway, I have fixed the 'rm' command to be appropriate for the example, which works with recipes-bsp. (From yocto-docs rev: a53d46b5f0dbbdfac902abc5844085bee3aeb6d9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index c4547fc62a..ee54ff37e7 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -232,7 +232,7 @@
232 the remaining one that doesn't support EMGD. 232 the remaining one that doesn't support EMGD.
233 These commands take care of the <filename>recipes-bsp</filename> recipes: 233 These commands take care of the <filename>recipes-bsp</filename> recipes:
234 <literallayout class='monospaced'> 234 <literallayout class='monospaced'>
235 $ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/*emgd* 235 $ rm -rf meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay
236 $ mv meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ \ 236 $ mv meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ \
237 meta-mymachine/recipes-bsp/formfactor/formfactor/mymachine 237 meta-mymachine/recipes-bsp/formfactor/formfactor/mymachine
238 </literallayout> 238 </literallayout>