From: Stefan Agner <[email protected]> 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 <[email protected]> --- conf/machine/colibri-vf.conf | 2 +- conf/machine/include/imx233-olinuxino.inc | 2 +- conf/machine/m28evk.conf | 2 +- conf/machine/m53evk.conf | 2 +- conf/machine/pcm052.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf index b224418..61f003c 100644 --- a/conf/machine/colibri-vf.conf +++ b/conf/machine/colibri-vf.conf @@ -36,4 +36,4 @@ UBI_VOLNAME = "rootfs" SERIAL_CONSOLE ?= "115200 ttyLP0" -MACHINE_FEATURES += "apm usbgadget usbhost vfat alsa touchscreen" +MACHINE_FEATURES += "usbgadget usbhost vfat alsa touchscreen" diff --git a/conf/machine/include/imx233-olinuxino.inc b/conf/machine/include/imx233-olinuxino.inc index 7241954..f9ff492 100644 --- a/conf/machine/include/imx233-olinuxino.inc +++ b/conf/machine/include/imx233-olinuxino.inc @@ -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" diff --git a/conf/machine/m28evk.conf b/conf/machine/m28evk.conf index 2df4ace..87fc3c7 100644 --- a/conf/machine/m28evk.conf +++ b/conf/machine/m28evk.conf @@ -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" diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf index e49a157..e637e4c 100644 --- a/conf/machine/m53evk.conf +++ b/conf/machine/m53evk.conf @@ -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" diff --git a/conf/machine/pcm052.conf b/conf/machine/pcm052.conf index 359f3ab..2c04799 100644 --- a/conf/machine/pcm052.conf +++ b/conf/machine/pcm052.conf @@ -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" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
