[poky] [PATCH 1/1] meta-yocto: remove apm from beagleboard MACHINE_FEATURES

Bruce Ashfield bruce.ashfield at windriver.com
Thu Aug 11 12:16:30 PDT 2011


Fixes [YOCTO: #916]

apm is not something that we require in our yocto reference beagleboard
BSP. It currently is listed in the MACHINE_FEATURES for the board, which
leads to the runtime message:

  Starting advanced power management daemon: No APM support in kernel

Since "/proc/apm" is not present. The board config we are targeting does
not have the hardware to back this, so adding the emulation support
wouldn't yield useful data. We'll leave this extended functionality for
other more appropriate beagleboard configs.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 meta-yocto/conf/machine/beagleboard.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf
index 0b3cebc..fc0ecc7 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -36,4 +36,4 @@ UBOOT_MACHINE = "omap3_beagle_config"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"
+MACHINE_FEATURES = "kernel26 usbgadget usbhost vfat alsa"
-- 
1.7.0.4




More information about the poky mailing list