diff options
author | Ross Burton <ross.burton@arm.com> | 2023-11-01 17:26:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | 0ffe438e8f2387444bac9b89f2f193fdfe2247c5 (patch) | |
tree | afa3732fce1966a046e33816de8618efd661803d /documentation | |
parent | b14a3e31ee8f399e59dd1dd9e3b91825b098de35 (diff) | |
download | poky-0ffe438e8f2387444bac9b89f2f193fdfe2247c5.tar.gz |
migration-guides: QEMU_USE_SLIRP variable removed
(From yocto-docs rev: f50e9fe501ccafd18ed2d8a9e505be503a721846)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/migration-4.3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst index 40150d888a..60aea25217 100644 --- a/documentation/migration-guides/migration-4.3.rst +++ b/documentation/migration-guides/migration-4.3.rst | |||
@@ -129,6 +129,7 @@ The following variables have been removed: | |||
129 | - ``AUTHOR`` | 129 | - ``AUTHOR`` |
130 | - ``PERLARCH`` | 130 | - ``PERLARCH`` |
131 | - ``PERLVERSION`` | 131 | - ``PERLVERSION`` |
132 | - ``QEMU_USE_SLIRP`` | ||
132 | 133 | ||
133 | .. _migration-4.3-removed-recipes: | 134 | .. _migration-4.3-removed-recipes: |
134 | 135 | ||