diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-04-01 00:23:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-02 04:31:35 +0100 |
commit | 869dfaee18d3f472d1df79388f972333d5ea2c2f (patch) | |
tree | 0d73f60ae2945527d278144c6bd1147146af25d6 /meta-yocto/conf | |
parent | 6a11c787571230e104699ea83aa50484ec1d8a86 (diff) | |
download | poky-869dfaee18d3f472d1df79388f972333d5ea2c2f.tar.gz |
linux-yocto-tiny: Prefer 3.2
With the move to 3.2 from 3.0 in oe-core, the 3.0 no longer exists.
Prefer 3.2 instead.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-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 6fa4c903ae..395c6fbbed 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.0%" | 40 | PREFERRED_VERSION_linux-yocto-tiny = "3.2%" |
41 | 41 | ||
42 | # We can use task-core-boot, but in the future we may need a new task-core-tiny | 42 | # We can use task-core-boot, but in the future we may need a new task-core-tiny |
43 | #POKY_DEFAULT_EXTRA_RDEPENDS += "task-core-boot" | 43 | #POKY_DEFAULT_EXTRA_RDEPENDS += "task-core-boot" |