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:27 +0000 |
commit | 736705804befc2071d27fe79447aec9d306ec530 (patch) | |
tree | 00dfe0bde8cd2948f2a8e12b2cf79f00ea1de0c0 | |
parent | 1b37c60493bf05327b1ee831062c5cc0859c8c5a (diff) | |
download | poky-736705804befc2071d27fe79447aec9d306ec530.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>
-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 |