diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-06-03 07:52:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 17:53:13 +0100 |
commit | f2b265fc3cb8ef8d36399e5a6d7392a65761b0b1 (patch) | |
tree | ae5971ede61f6bd39002e1f2443b5d996afc5ac5 /meta-yocto/conf/distro | |
parent | f9ac0cb9b6abfbde8cecef380d1150add4718cf0 (diff) | |
download | poky-f2b265fc3cb8ef8d36399e5a6d7392a65761b0b1.tar.gz |
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>
Diffstat (limited to 'meta-yocto/conf/distro')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 2548d79371..335049103f 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -37,7 +37,7 @@ DISTRO = "poky-tiny" | |||
37 | # Distro config is evaluated after the machine config, so we have to explicitly | 37 | # Distro config is evaluated after the machine config, so we have to explicitly |
38 | # set the kernel provider to override a machine config. | 38 | # set the kernel provider to override a machine config. |
39 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" | 39 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" |
40 | PREFERRED_VERSION_linux-yocto-tiny = "3.8%" | 40 | PREFERRED_VERSION_linux-yocto-tiny = "3.14%" |
41 | 41 | ||
42 | # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny | 42 | # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny |
43 | #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" | 43 | #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" |