diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-10-05 22:33:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-08 09:23:57 +0100 |
commit | 04232f5908d4a3116589193fa5f1ff526bdedacc (patch) | |
tree | ccfd0ce8bc6f0a404ca1b60026a8bcbedfe08275 /meta-yocto/conf/distro | |
parent | 292f79af44e2f583702197306c7070d09fcd8114 (diff) | |
download | poky-04232f5908d4a3116589193fa5f1ff526bdedacc.tar.gz |
poky-tiny: Update the default kernel to linux-yocto-tiny_3.4
The 3.4 linux-yocto-tiny kernel successfully boots to a prompt for
qemux86.
(From meta-yocto rev: e24ea77ca40e096f294649e3f85c8ec47efcbb87)
Signed-off-by: Darren Hart <dvhart@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 3196fa0eb4..d40748e174 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.2%" | 40 | PREFERRED_VERSION_linux-yocto-tiny = "3.4%" |
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" |