diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-03-18 06:54:15 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-03-19 07:41:32 +0100 |
| commit | cef6da5bc9c63871814f544e0af2be22fa60aec3 (patch) | |
| tree | 9e736dca385e58f1161eeb6fb57e0faa8c863bd8 /docs/system/arm | |
| parent | 23686dfb763d22d95c05c49382116d77133637b7 (diff) | |
| download | focaccia-qemu-cef6da5bc9c63871814f544e0af2be22fa60aec3.tar.gz focaccia-qemu-cef6da5bc9c63871814f544e0af2be22fa60aec3.zip | |
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>
Diffstat (limited to 'docs/system/arm')
| -rw-r--r-- | docs/system/arm/bananapi_m2u.rst | 2 | ||||
| -rw-r--r-- | docs/system/arm/orangepi.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/system/arm/bananapi_m2u.rst b/docs/system/arm/bananapi_m2u.rst index d30db8d04c..6efa222c16 100644 --- a/docs/system/arm/bananapi_m2u.rst +++ b/docs/system/arm/bananapi_m2u.rst @@ -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 diff --git a/docs/system/arm/orangepi.rst b/docs/system/arm/orangepi.rst index 8b9448ca7b..716062fca9 100644 --- a/docs/system/arm/orangepi.rst +++ b/docs/system/arm/orangepi.rst @@ -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 |