summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine/mpc8315e-rdb.conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-04-16 17:20:38 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-17 14:15:45 +0100
commit720fe9e371eef16da19df0885188aa0341ad2090 (patch)
treed6f536ff61ee7236e46e7a8c02ff63a4c9cfe355 /meta-yocto/conf/machine/mpc8315e-rdb.conf
parent8e0751a97ae3a0d02a839a0302438132c2298a89 (diff)
downloadpoky-720fe9e371eef16da19df0885188aa0341ad2090.tar.gz
meta-yocto: remove kernel26 machine feature usage
kernel26 is now obsolete so remove it from the machine configs that use it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-yocto/conf/machine/mpc8315e-rdb.conf')
-rw-r--r--meta-yocto/conf/machine/mpc8315e-rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf
index d3a5b1cb01..03b5f34c67 100644
--- a/meta-yocto/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf
@@ -9,7 +9,7 @@ KERNEL_IMAGETYPE = "uImage"
9 9
10SERIAL_CONSOLE = "115200 ttyS0" 10SERIAL_CONSOLE = "115200 ttyS0"
11 11
12MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" 12MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
13 13
14PREFERRED_VERSION_linux-yocto ?= "3.0%" 14PREFERRED_VERSION_linux-yocto ?= "3.0%"
15PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" 15PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"