diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-23 17:39:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-31 13:12:06 +0000 |
commit | 2e0b3adf1892e02d1a472a8ceff2dc5cb73fb1a9 (patch) | |
tree | ebcece9719453fb36e4256d91a664e46a2a78cff /documentation/kernel-dev | |
parent | fb6d870a7533c6b7dfd509c32d90b84b47762bb0 (diff) | |
download | poky-2e0b3adf1892e02d1a472a8ceff2dc5cb73fb1a9.tar.gz |
manuals: correct "yocto-linux" by "linux-yocto"
(From yocto-docs rev: 1fc5046100f27126711df0513d1ad87a9a54f55a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/common.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index c781a0682c..9b197bfccb 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -1001,7 +1001,7 @@ Section. | |||
1001 | the following sequence of commands:: | 1001 | the following sequence of commands:: |
1002 | 1002 | ||
1003 | $ cd poky/build | 1003 | $ cd poky/build |
1004 | $ bitbake -c cleanall yocto-linux | 1004 | $ bitbake -c cleanall linux-yocto |
1005 | $ bitbake core-image-minimal -c cleanall | 1005 | $ bitbake core-image-minimal -c cleanall |
1006 | $ bitbake core-image-minimal | 1006 | $ bitbake core-image-minimal |
1007 | $ runqemu qemux86 | 1007 | $ runqemu qemux86 |