[meta-freescale] [meta-fsl-arm-extra][PATCH] Remove apm from machine features

Stefan Agner stefan at agner.ch
Wed Aug 17 15:54:12 PDT 2016


From: Stefan Agner <stefan.agner at toradex.com>

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 at toradex.com>
---
 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



More information about the meta-freescale mailing list