wandboard: Change kernel to 3.10.17

Move default kernel selection to 3.10.17 in advance of the 1.6 release,
because currently 3.0.35_4.0.0 is broken in master.  There are known issues
with the kernel that will be resolved with community assistance.  These
include:

- HDMI:  Using X11 causes HDMI output to default to 1024x768 resolution
         regardless of the 'video=mxcfb...' bootarg selection.
- HDMI, EDID:  Does not work (but this did not work on 3.0.35 either).
- Sound, HDMI audio output: Using HDMI audio output seems to cause very slow
         playback of both audio and video, and can be seen using aplay or
         gst-launch.

Signed-off-by: John Weber <rjohnweber@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
John Weber 2014-03-25 13:50:19 -05:00 committed by Otavio Salvador
parent 1fe577a99c
commit a3a0a3e5d3

View File

@ -4,7 +4,7 @@ include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc include conf/machine/include/tune-cortexa9.inc
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard" PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
PREFERRED_VERSION_linux-wandboard ?= "3.0.35" PREFERRED_VERSION_linux-wandboard ?= "3.10.17"
SERIAL_CONSOLE = "115200 ttymxc0" SERIAL_CONSOLE = "115200 ttymxc0"