summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine/beagleboard.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/beagleboard.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/beagleboard.conf')
-rw-r--r--meta-yocto/conf/machine/beagleboard.conf2
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"
37UBOOT_ENTRYPOINT = "0x80008000" 37UBOOT_ENTRYPOINT = "0x80008000"
38UBOOT_LOADADDRESS = "0x80008000" 38UBOOT_LOADADDRESS = "0x80008000"
39 39
40MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" 40MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa"