summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-04-15 20:37:24 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-17 14:15:45 +0100
commit8e0751a97ae3a0d02a839a0302438132c2298a89 (patch)
treef337589ed1d1a2d7168646c56ce32daa5f4b9d8b /scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
parentb9553be4d1fed445a738d0fa173dd562afc3f3fe (diff)
downloadpoky-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/mips/conf/machine/{{=machine}}.conf')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
index 51157e5e22..ae27fe6a66 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
@@ -5,8 +5,7 @@
5 5
6require conf/machine/include/tune-mips32.inc 6require conf/machine/include/tune-mips32.inc
7 7
8MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ 8MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 serial"
9 serial"
10 9
11KERNEL_IMAGETYPE = "vmlinux" 10KERNEL_IMAGETYPE = "vmlinux"
12KERNEL_ALT_IMAGETYPE = "vmlinux.bin" 11KERNEL_ALT_IMAGETYPE = "vmlinux.bin"