poky-tiny: Update kernel version to 3.14

(From meta-yocto rev: 39c5093f8665a698c688650d40b4a9b7e6eef2ee)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2014-06-03 07:52:50 -07:00 committed by Richard Purdie
parent f9ac0cb9b6
commit f2b265fc3c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ DISTRO = "poky-tiny"
# Distro config is evaluated after the machine config, so we have to explicitly
# set the kernel provider to override a machine config.
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
PREFERRED_VERSION_linux-yocto-tiny = "3.8%"
PREFERRED_VERSION_linux-yocto-tiny = "3.14%"
# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"