diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2023-11-06 23:29:31 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | abc2b81652273c80aec6c13d4bfda880f228e9bd (patch) | |
tree | 319bfff6b4f8ca2826d70e5aab05cd7af56e4a41 /documentation | |
parent | 73d64902fd788359bd3142bc4e1fec29966f88e0 (diff) | |
download | poky-abc2b81652273c80aec6c13d4bfda880f228e9bd.tar.gz |
Remove references to apm in MACHINE_FEATURES
apm is no longer supported in nanbield.
(From yocto-docs rev: fa07d34db3b5ba670ed2dc1228ffb3c0c09b3c08)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
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/dev-manual/new-machine.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/features.rst | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/documentation/dev-manual/new-machine.rst b/documentation/dev-manual/new-machine.rst index 930dd7eac7..6b41d24db4 100644 --- a/documentation/dev-manual/new-machine.rst +++ b/documentation/dev-manual/new-machine.rst | |||
@@ -38,7 +38,7 @@ file or include from a lower-level configuration file are as follows: | |||
38 | 38 | ||
39 | - ``PREFERRED_PROVIDER_virtual/kernel`` | 39 | - ``PREFERRED_PROVIDER_virtual/kernel`` |
40 | 40 | ||
41 | - :term:`MACHINE_FEATURES` (e.g. "apm screen wifi") | 41 | - :term:`MACHINE_FEATURES` (e.g. "screen wifi") |
42 | 42 | ||
43 | You might also need these variables: | 43 | You might also need these variables: |
44 | 44 | ||
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index eb210bb7b2..dd14339bc2 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -52,8 +52,6 @@ Project metadata: | |||
52 | 52 | ||
53 | - *alsa:* Hardware has ALSA audio drivers | 53 | - *alsa:* Hardware has ALSA audio drivers |
54 | 54 | ||
55 | - *apm:* Hardware uses APM (or APM emulation) | ||
56 | |||
57 | - *bluetooth:* Hardware has integrated BT | 55 | - *bluetooth:* Hardware has integrated BT |
58 | 56 | ||
59 | - *efi:* Support for booting through EFI | 57 | - *efi:* Support for booting through EFI |