From 869dfaee18d3f472d1df79388f972333d5ea2c2f Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Sun, 1 Apr 2012 00:23:24 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky-tiny.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto') 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" # 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.0%" +PREFERRED_VERSION_linux-yocto-tiny = "3.2%" # We can use task-core-boot, but in the future we may need a new task-core-tiny #POKY_DEFAULT_EXTRA_RDEPENDS += "task-core-boot" -- cgit v1.2.3-54-g00ecf