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/beagleboard.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/beagleboard.conf')
-rw-r--r-- | meta-yocto/conf/machine/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index 06a0ecd388..aa8fa07be4 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf | |||
@@ -37,4 +37,4 @@ UBOOT_MACHINE = "omap3_beagle_config" | |||
37 | UBOOT_ENTRYPOINT = "0x80008000" | 37 | UBOOT_ENTRYPOINT = "0x80008000" |
38 | UBOOT_LOADADDRESS = "0x80008000" | 38 | UBOOT_LOADADDRESS = "0x80008000" |
39 | 39 | ||
40 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" | 40 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa" |