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:43:28 -0500 |
| commit | 4be6466ef8e2b81679273867a3f9ecaaa0c33580 (patch) | |
| tree | 34850016d05e32cb07e8320866be33ae3ad27e4c /meta-ti-bsp/conf/machine/include/omapl138.inc | |
| parent | 2288d6622b40b9761a01322f717d10648b4abe8f (diff) | |
| download | meta-ti-4be6466ef8e2b81679273867a3f9ecaaa0c33580.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/omapl138.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/omapl138.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omapl138.inc b/meta-ti-bsp/conf/machine/include/omapl138.inc index 2e4a47a5..72cfd659 100644 --- a/meta-ti-bsp/conf/machine/include/omapl138.inc +++ b/meta-ti-bsp/conf/machine/include/omapl138.inc | |||
| @@ -11,4 +11,4 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | |||
| 11 | 11 | ||
| 12 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" | 12 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" |
| 13 | 13 | ||
| 14 | MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" | 14 | MACHINE_FEATURES = "serial usbhost usbgadget alsa" |
