Remove apm from machine features

APM (Advanced Power Management) is a more or less ancient power
management API mainly from the x86 world. There is an optional APM
emulation layer for ARM, and some platform make some extended use
of it (e.g. PXA). However, neither is the emulation enabled on any
NXP/Freescale kernel nor is it commonly used, hence remove it from
machine feature.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Stefan Agner 2016-08-17 15:54:12 -07:00 committed by Otavio Salvador
parent 884e37262d
commit 99649b72f6
5 changed files with 5 additions and 5 deletions

View File

@ -37,4 +37,4 @@ UBI_VOLNAME = "rootfs"
SERIAL_CONSOLE ?= "115200 ttyLP0"
MACHINE_FEATURES += "apm usbgadget usbhost vfat alsa touchscreen"
MACHINE_FEATURES += "usbgadget usbhost vfat alsa touchscreen"

View File

@ -12,4 +12,4 @@ SOC_FAMILY = "mxs:mx23:imx233-olinuxino"
KERNEL_IMAGETYPE = "uImage"
KERNEL_DEVICETREE = "imx23-olinuxino.dtb"
MACHINE_FEATURES = "apm usbgadget usbhost vfat"
MACHINE_FEATURES = "usbgadget usbhost vfat"

View File

@ -19,7 +19,7 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
SERIAL_CONSOLE = "115200 ttyAMA0"
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
# Overrides due use of non-FSL kernel
PREFERRED_VERSION_imx-test = "00.00.00"

View File

@ -20,7 +20,7 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
SERIAL_CONSOLE = "115200 ttymxc1"
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
# Overrides due use of non-FSL kernel
PREFERRED_VERSION_imx-test = "00.00.00"

View File

@ -22,4 +22,4 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
SERIAL_CONSOLE = "115200 ttyLP1"
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"