diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-08-07 02:51:56 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-06 20:55:36 +0000 |
commit | 5e12310bfcc2a840e2524a2b0fa64efcc7d24e42 (patch) | |
tree | 4181910772ea209ee703123324687b0b417b6a84 /conf/machine/include/k3.inc | |
parent | 9a75ee4f4c1a2f81d27dfdf539fcb1a0820c2132 (diff) | |
download | meta-ti-5e12310bfcc2a840e2524a2b0fa64efcc7d24e42.tar.gz |
conf/machine: clean up MACHINE_FEATURES for k3/j7/am65 families
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/k3.inc')
-rw-r--r-- | conf/machine/include/k3.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc index 6b78f4ca..c727d724 100644 --- a/conf/machine/include/k3.inc +++ b/conf/machine/include/k3.inc | |||
@@ -36,8 +36,7 @@ MACHINE_GUI_CLASS = "smallscreen" | |||
36 | UBI_VOLNAME = "rootfs" | 36 | UBI_VOLNAME = "rootfs" |
37 | 37 | ||
38 | # List common SoC features, may need to add touchscreen for specific machines | 38 | # List common SoC features, may need to add touchscreen for specific machines |
39 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci gpu" | 39 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 alsa ethernet pci" |
40 | # Not ready yet - dsp mmip | ||
41 | 40 | ||
42 | IMAGE_FSTYPES += "tar.xz wic.xz" | 41 | IMAGE_FSTYPES += "tar.xz wic.xz" |
43 | 42 | ||