From 9d60cb94507a2b4ef4d2c7db699305089d5edaf6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jan 2012 13:22:10 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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 @@ the remaining one that doesn't support EMGD. These commands take care of the recipes-bsp recipes: - $ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/*emgd* + $ rm -rf meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay $ mv meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ \ meta-mymachine/recipes-bsp/formfactor/formfactor/mymachine -- cgit v1.2.3-54-g00ecf