mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
documentation/dev-manual: replaced "‐" with "-".
Character does not display in PDF version. (From yocto-docs rev: 8f9b114190257cfe5425f6e322dcfb6f03941bf8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bb91aa636f
commit
ea7d4cbd57
@@ -230,7 +230,7 @@
|
|||||||
the remaining one that doesn't support EMGD.
|
the remaining one that doesn't support EMGD.
|
||||||
These commands take care of the <filename>recipes-bsp</filename> recipes:
|
These commands take care of the <filename>recipes-bsp</filename> recipes:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ rm ‐rf meta-mymachine/recipes-graphics/xorg-xserver/*emgd*
|
$ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/*emgd*
|
||||||
$ mv meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ \
|
$ mv meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ \
|
||||||
meta-mymachine/recipes-bsp/formfactor/formfactor/mymachine
|
meta-mymachine/recipes-bsp/formfactor/formfactor/mymachine
|
||||||
</literallayout>
|
</literallayout>
|
||||||
@@ -246,8 +246,8 @@
|
|||||||
be sure to rename remaining directories appropriately.
|
be sure to rename remaining directories appropriately.
|
||||||
The following commands clean up the <filename>recipes-graphics</filename> directory:
|
The following commands clean up the <filename>recipes-graphics</filename> directory:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ rm ‐rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-emgd*
|
$ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-emgd*
|
||||||
$ rm ‐rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay
|
$ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay
|
||||||
$ mv meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd \
|
$ mv meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd \
|
||||||
meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/mymachine
|
meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/mymachine
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|||||||
@@ -117,9 +117,9 @@
|
|||||||
where <BSP_name> is the recognized BSP name.
|
where <BSP_name> is the recognized BSP name.
|
||||||
Here are some examples:
|
Here are some examples:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
meta‐crownbay
|
meta-crownbay
|
||||||
meta‐emenlow
|
meta-emenlow
|
||||||
meta‐n450
|
meta-n450
|
||||||
</literallayout>
|
</literallayout>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released
|
<listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released
|
||||||
|
|||||||
Reference in New Issue
Block a user