summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/powerpc/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/powerpc/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/powerpc/conf/machine/{{=machine}}.conf')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
index 4f83dbb588..18f5247fad 100644
--- a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
@@ -32,7 +32,7 @@ KERNEL_IMAGETYPE = "uImage"
32 32
33SERIAL_CONSOLE = "115200 ttyS0" 33SERIAL_CONSOLE = "115200 ttyS0"
34 34
35MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" 35MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
36 36
37{{ preferred_kernel = kernel_choice.split('_')[0] }} 37{{ preferred_kernel = kernel_choice.split('_')[0] }}
38{{ preferred_kernel_version = kernel_choice.split('_')[1] }} 38{{ preferred_kernel_version = kernel_choice.split('_')[1] }}