mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
docs/system: Use the meson binary from the pyvenv
To avoid problems with the meson installation from the host system, we should always use the meson from our venv instead. Thus use this in the documentation, too. While we're at it, also mention that it has to be run from the build folder (in the igb.rst file; the other two files were already fine). Suggested-by: Niek Linnenbank <nieklinnenbank@gmail.com> Message-ID: <20250318055415.16501-1-thuth@redhat.com> Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
23686dfb76
commit
cef6da5bc9
3 changed files with 5 additions and 4 deletions
|
@ -136,4 +136,4 @@ provide the following command:
|
|||
|
||||
$ cd qemu-build-dir
|
||||
$ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
|
||||
meson test --suite thorough func-arm-arm_bpim2u
|
||||
pyvenv/bin/meson test --suite thorough func-arm-arm_bpim2u
|
||||
|
|
|
@ -262,4 +262,4 @@ provide the following command from the build directory:
|
|||
.. code-block:: bash
|
||||
|
||||
$ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
|
||||
meson test --suite thorough func-arm-arm_orangepi
|
||||
pyvenv/bin/meson test --suite thorough func-arm-arm_orangepi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue