summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-11-06 23:29:31 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:27 +0000
commit736705804befc2071d27fe79447aec9d306ec530 (patch)
tree00dfe0bde8cd2948f2a8e12b2cf79f00ea1de0c0 /documentation/dev-manual
parent1b37c60493bf05327b1ee831062c5cc0859c8c5a (diff)
downloadpoky-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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/new-machine.rst2
1 files changed, 1 insertions, 1 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
43You might also need these variables: 43You might also need these variables:
44 44