diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 6 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 44ffe31260..4460d5981d 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -230,7 +230,7 @@ | |||
230 | the remaining one that doesn't support EMGD. | 230 | the remaining one that doesn't support EMGD. |
231 | These commands take care of the <filename>recipes-bsp</filename> recipes: | 231 | These commands take care of the <filename>recipes-bsp</filename> recipes: |
232 | <literallayout class='monospaced'> | 232 | <literallayout class='monospaced'> |
233 | $ rm ‐rf meta-mymachine/recipes-graphics/xorg-xserver/*emgd* | 233 | $ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/*emgd* |
234 | $ mv meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ \ | 234 | $ mv meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ \ |
235 | meta-mymachine/recipes-bsp/formfactor/formfactor/mymachine | 235 | meta-mymachine/recipes-bsp/formfactor/formfactor/mymachine |
236 | </literallayout> | 236 | </literallayout> |
@@ -246,8 +246,8 @@ | |||
246 | be sure to rename remaining directories appropriately. | 246 | be sure to rename remaining directories appropriately. |
247 | The following commands clean up the <filename>recipes-graphics</filename> directory: | 247 | The following commands clean up the <filename>recipes-graphics</filename> directory: |
248 | <literallayout class='monospaced'> | 248 | <literallayout class='monospaced'> |
249 | $ rm ‐rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-emgd* | 249 | $ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-emgd* |
250 | $ rm ‐rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay | 250 | $ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay |
251 | $ mv meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd \ | 251 | $ mv meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd \ |
252 | meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/mymachine | 252 | meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/mymachine |
253 | </literallayout> | 253 | </literallayout> |
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 7a3917623a..bc147acf58 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -117,9 +117,9 @@ | |||
117 | where <BSP_name> is the recognized BSP name. | 117 | where <BSP_name> is the recognized BSP name. |
118 | Here are some examples: | 118 | Here are some examples: |
119 | <literallayout class='monospaced'> | 119 | <literallayout class='monospaced'> |
120 | meta‐crownbay | 120 | meta-crownbay |
121 | meta‐emenlow | 121 | meta-emenlow |
122 | meta‐n450 | 122 | meta-n450 |
123 | </literallayout> | 123 | </literallayout> |
124 | <itemizedlist> | 124 | <itemizedlist> |
125 | <listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released | 125 | <listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released |