diff options
author | Jon Mason <jdmason@kudzu.us> | 2022-08-22 11:38:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-31 12:17:45 +0100 |
commit | 0f8549bf9f6495e445a4e55465745ad012169bd9 (patch) | |
tree | 533e3f79f61619e5f9ac340cb97f2d4bff5dc17d /documentation/ref-manual/features.rst | |
parent | 9f36f53888a1e648cef021f3171f7934a24da585 (diff) | |
download | poky-0f8549bf9f6495e445a4e55465745ad012169bd9.tar.gz |
ref-manual: add numa to machine features
numa is an existing machine feature, add it to the list so that users
are aware of it.
(From yocto-docs rev: 6022d15b8ee5e038d2f1c0f061a871dba40e5213)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/features.rst')
-rw-r--r-- | documentation/ref-manual/features.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 17521ac2a8..8dfe29d66a 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -62,6 +62,8 @@ Project metadata: | |||
62 | 62 | ||
63 | - *keyboard:* Hardware has a keyboard | 63 | - *keyboard:* Hardware has a keyboard |
64 | 64 | ||
65 | - *numa:* Hardware has non-uniform memory access | ||
66 | |||
65 | - *pcbios:* Support for booting through BIOS | 67 | - *pcbios:* Support for booting through BIOS |
66 | 68 | ||
67 | - *pci:* Hardware has a PCI bus | 69 | - *pci:* Hardware has a PCI bus |