diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2012-04-16 17:20:38 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-17 14:15:45 +0100 |
| commit | 720fe9e371eef16da19df0885188aa0341ad2090 (patch) | |
| tree | d6f536ff61ee7236e46e7a8c02ff63a4c9cfe355 /meta-yocto/conf/machine/atom-pc.conf | |
| parent | 8e0751a97ae3a0d02a839a0302438132c2298a89 (diff) | |
| download | poky-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/atom-pc.conf')
| -rw-r--r-- | meta-yocto/conf/machine/atom-pc.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf index 7cbe157b2c..73aba58291 100644 --- a/meta-yocto/conf/machine/atom-pc.conf +++ b/meta-yocto/conf/machine/atom-pc.conf | |||
| @@ -5,8 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | include conf/machine/include/tune-atom.inc | 6 | include conf/machine/include/tune-atom.inc |
| 7 | 7 | ||
| 8 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \ | 8 | MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 x86 wifi acpi alsa" |
| 9 | acpi alsa" | ||
| 10 | 9 | ||
| 11 | KERNEL_IMAGETYPE = "bzImage" | 10 | KERNEL_IMAGETYPE = "bzImage" |
| 12 | 11 | ||
