From: Saul Wold Date: Mon, 9 Sep 2013 14:58:39 +0000 (-0700) Subject: yocto-bsp: remove apm as a default MACHINE_FEATURE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e25c43661f27b27e61aa7fae868237c1c60e3e25;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git yocto-bsp: remove apm as a default MACHINE_FEATURE APM is not only obsolete, but also requires a kernel config enabled, which is not enabled by default [YOCTO #5121] Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf index ce9a58f38bd..744486e6a99 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf @@ -90,4 +90,4 @@ UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}" {{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }} UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}" -MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa" +MACHINE_FEATURES = "usbgadget usbhost vfat alsa"