diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2012-04-15 20:37:24 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-17 14:15:45 +0100 |
| commit | 8e0751a97ae3a0d02a839a0302438132c2298a89 (patch) | |
| tree | f337589ed1d1a2d7168646c56ce32daa5f4b9d8b /scripts/lib/bsp/substrate/target/arch/arm | |
| parent | b9553be4d1fed445a738d0fa173dd562afc3f3fe (diff) | |
| download | poky-8e0751a97ae3a0d02a839a0302438132c2298a89.tar.gz | |
yocto-bsp: remove kernel26 machine feature from templates
kernel26 is now obsolete so remove it from the templates that use it.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/arm')
| -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 101dd60dc9..1cf609741c 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 | |||
| @@ -84,4 +84,4 @@ UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}" | |||
| 84 | {{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }} | 84 | {{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }} |
| 85 | UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}" | 85 | UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}" |
| 86 | 86 | ||
| 87 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" | 87 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa" |
