diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-11 09:41:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | 1cba9417262c74ca80621ab721d2dcaa628e1653 (patch) | |
tree | 448f06b678c6fe272f5de1c2281b5d0da829cbe4 /documentation | |
parent | a0fbaf259cc0cba0e8aea3327a0dcdafd4801e02 (diff) | |
download | poky-1cba9417262c74ca80621ab721d2dcaa628e1653.tar.gz |
test-manual: fix typo in machine name
(From yocto-docs rev: 34fea9a84b6a7dadc5aa4218213a76e56cad7ea7)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/test-manual/understand-autobuilder.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst index b6809ce7bd..c5e32cfe09 100644 --- a/documentation/test-manual/understand-autobuilder.rst +++ b/documentation/test-manual/understand-autobuilder.rst | |||
@@ -56,7 +56,7 @@ the "templates" section, which looks like:: | |||
56 | 56 | ||
57 | Combining these two entries you can see that "qemux86-64" is a three step build where the | 57 | Combining these two entries you can see that "qemux86-64" is a three step build where the |
58 | ``bitbake BBTARGETS`` would be run, then ``bitbake SANITYTARGETS`` for each step; all for | 58 | ``bitbake BBTARGETS`` would be run, then ``bitbake SANITYTARGETS`` for each step; all for |
59 | ``MACHINE="qemx86-64"`` but with differing SDKMACHINE settings. In step | 59 | ``MACHINE="qemux86-64"`` but with differing SDKMACHINE settings. In step |
60 | 1 an extra variable is added to the ``auto.conf`` file to enable wic | 60 | 1 an extra variable is added to the ``auto.conf`` file to enable wic |
61 | image generation. | 61 | image generation. |
62 | 62 | ||