meta-digi-arm: remove APM machine feature
APM is an ancient power management API mainly for x86. There is an optional emulation layer for ARM, but none of our platforms is using it, so just remove the machine feature. https://jira.digi.com/browse/DEL-2745 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
1a36cbee70
commit
a47838ddc8
|
|
@ -68,7 +68,7 @@ EXTRA_IMAGEDEPENDS = "u-boot"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "uImage"
|
KERNEL_IMAGETYPE = "uImage"
|
||||||
|
|
||||||
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
|
MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
|
||||||
|
|
||||||
# Add the ability to specify _imx machines
|
# Add the ability to specify _imx machines
|
||||||
MACHINEOVERRIDES =. "imx:"
|
MACHINEOVERRIDES =. "imx:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue