summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-05-15 11:52:27 +0206
committerJohn Ogness <john.ogness@linutronix.de>2018-05-15 11:52:27 +0206
commit18d9d6ae33580e39189b82e92282e52a24f7dcbc (patch)
tree5c883633fbdec7556b8222f7be155b2bbef65d91
parent06c2add174d782eaf0841fd94678a23b20c9a383 (diff)
yocto-basic: shorten machine features list
The list of machine features was too long for the slide. Shorten it and add dots to show that there are more. Signed-off-by: John Ogness <john.ogness@linutronix.de>
-rw-r--r--distribution/yocto-basic/yocto-workflow.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/distribution/yocto-basic/yocto-workflow.tex b/distribution/yocto-basic/yocto-workflow.tex
index 577a419..f5ac32a 100644
--- a/distribution/yocto-basic/yocto-workflow.tex
+++ b/distribution/yocto-basic/yocto-workflow.tex
@@ -761,8 +761,7 @@ By default, this list includes the value of MACHINE. This can be used in
recipes; e.g. MACHINEOVERRIDES =. "mymachine" and in the recipe
SRC\_URI\_append\_mymachine = "file://mymachine-quirk.patch"
\item [MACHINE\_FEATURES] list of hardware features the MACHINE supports
-\footnote{acpi, alsa, apm, bluetooth, ext2, irda, keyboard, pci, pcmcia,
-screen, serial, touchscreen, usbgadget, usbhost, wifi}
+\footnote{acpi, alsa, bluetooth, pci, pcmcia, serial, wifi, ...}
\item [MACHINE\_EXTRA\_RRECOMMENDS] list of machine-specific packages to
install as part of the image being built that are not essential for booting
the machine. The image being built has no build dependencies on the packages