mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
884e37262d
commit
99649b72f6
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user