diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 08:32:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:53 +0100 |
commit | afd862afccef9ad76e54ded5925148c65cadfe10 (patch) | |
tree | 6b098df88f616a4e93d51efcc4d890cecd1765fd /documentation/ref-manual/technical-details.xml | |
parent | a917e79a91a758e94c60cf18b7f170280df052cb (diff) | |
download | poky-afd862afccef9ad76e54ded5925148c65cadfe10.tar.gz |
ref-manual: Fixed typo "bitake" to "bitbake".
(From yocto-docs rev: 8165d8843ac693cd42afaa973058805d24c1170e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index bdd192f8c6..eb45d99995 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -703,7 +703,7 @@ | |||
703 | <listitem><para>As usual, use BitBake to build an image that supports the x32 psABI. | 703 | <listitem><para>As usual, use BitBake to build an image that supports the x32 psABI. |
704 | Here is an example: | 704 | Here is an example: |
705 | <literallayout class='monospaced'> | 705 | <literallayout class='monospaced'> |
706 | $ bitake core-image-sato | 706 | $ bitbake core-image-sato |
707 | </literallayout></para></listitem> | 707 | </literallayout></para></listitem> |
708 | <listitem><para>As usual, run your image using QEMU: | 708 | <listitem><para>As usual, run your image using QEMU: |
709 | <literallayout class='monospaced'> | 709 | <literallayout class='monospaced'> |