]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
yocto-bsp: remove apm as a default MACHINE_FEATURE
authorSaul Wold <sgw@linux.intel.com>
Mon, 9 Sep 2013 14:58:39 +0000 (07:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Sep 2013 15:12:43 +0000 (16:12 +0100)
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf

index ce9a58f38bd70bb0ecd00671b8d0e3cfa408a6a4..744486e6a999ca0f17a803ede9f975a58e80f396 100644 (file)
@@ -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"