mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Revert "meta-yocto: make 3.17 the preferred qemu kernel version"
3.17 has problems with:
a) CONFIG_USB_WACOM -> CONFIG_HID_WACOM
b) The wacom driver no longer working with qemu
c) The USB stack being missing on arm and ppc
and these are just the issues we know about. Switch back to 3.14
until 3.17 is fixed.
This reverts commit 6a56492f3a.
(From meta-yocto rev: 60ff51c7a53865ac6d6f04119264982fc6a7fa4e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3e991ee685
commit
b934ba11cb
|
|
@ -19,13 +19,13 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
|
|||
|
||||
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto_qemumips ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.14%"
|
||||
PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.14%"
|
||||
PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.14%"
|
||||
PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.14%"
|
||||
PREFERRED_VERSION_linux-yocto_qemumips ?= "3.14%"
|
||||
PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.14%"
|
||||
PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.14%"
|
||||
|
||||
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
|
||||
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user