summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti43x.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-07-18 09:52:07 -0500
committerRyan Eatmon <reatmon@ti.com>2023-07-21 10:46:21 -0500
commit09f37046a3c9fec9607d4c359fa6c307f7ab0aa0 (patch)
tree6a4c57671f42b39649a389b5a13b60aed210832a /meta-ti-bsp/conf/machine/include/ti43x.inc
parentca44223a3fc0ce4f2f03bedae58582a201089f1b (diff)
downloadmeta-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.inc2
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"
58EXTRA_IMAGEDEPENDS += "u-boot" 58EXTRA_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
61MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" 61MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 screen alsa gpu"
62 62
63IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" 63IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
64WKS_FILE ?= "sdimage-2part.wks" 64WKS_FILE ?= "sdimage-2part.wks"