diff options
author | Andrew Davis <afd@ti.com> | 2023-07-18 09:52:07 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-07-21 10:46:21 -0500 |
commit | 09f37046a3c9fec9607d4c359fa6c307f7ab0aa0 (patch) | |
tree | 6a4c57671f42b39649a389b5a13b60aed210832a /meta-ti-bsp/conf/machine/include/ti43x.inc | |
parent | ca44223a3fc0ce4f2f03bedae58582a201089f1b (diff) | |
download | meta-ti-09f37046a3c9fec9607d4c359fa6c307f7ab0aa0.tar.gz |
conf: Remove old and no longer used MACHINE_FEATURES
The following MACHINE_FEATURES are not matched against anywhere, remove:
* kernel26
* ethernet
* mmc
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti43x.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti43x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc index c1009dc6..a6af56e3 100644 --- a/meta-ti-bsp/conf/machine/include/ti43x.inc +++ b/meta-ti-bsp/conf/machine/include/ti43x.inc | |||
@@ -58,7 +58,7 @@ UBI_VOLNAME = "rootfs" | |||
58 | EXTRA_IMAGEDEPENDS += "u-boot" | 58 | EXTRA_IMAGEDEPENDS += "u-boot" |
59 | 59 | ||
60 | # List common SoC features, may need to add touchscreen for specific machines | 60 | # List common SoC features, may need to add touchscreen for specific machines |
61 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" | 61 | MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 screen alsa gpu" |
62 | 62 | ||
63 | IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" | 63 | IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" |
64 | WKS_FILE ?= "sdimage-2part.wks" | 64 | WKS_FILE ?= "sdimage-2part.wks" |