diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-09-09 07:58:39 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-09 16:28:47 +0100 |
| commit | 0ca5d1fb38157564a2b9452ade32391d18a41b09 (patch) | |
| tree | 6f4990ca1300352a8c8a8478942479ee3d0791a3 /scripts/lib | |
| parent | b04b6f96fd88c0583fc135efe2bf06d16e0cdb5d (diff) | |
| download | poky-0ca5d1fb38157564a2b9452ade32391d18a41b09.tar.gz | |
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]
(From meta-yocto rev: e25c43661f27b27e61aa7fae868237c1c60e3e25)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 ce9a58f38b..744486e6a9 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}}" | |||
| 90 | {{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }} | 90 | {{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }} |
| 91 | UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}" | 91 | UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}" |
| 92 | 92 | ||
| 93 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa" | 93 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa" |
