From patchwork Fri Oct 5 23:31:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] poky-tiny: Update the default kernel to linux-yocto-tiny_3.4 Date: Fri, 05 Oct 2012 23:31:37 -0000 From: Darren Hart X-Patchwork-Id: 37857 Message-Id: <08a6e872206cecc88c44b05d7a6eb7bb5ba1f91f.1349479383.git.dvhart@linux.intel.com> To: Poky , openembedded-core@lists.openembedded.org The 3.4 linux-yocto-tiny kernel successfully boots to a prompt for qemux86. Signed-off-by: Darren Hart --- 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 3196fa0..d40748e 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.2%" +PREFERRED_VERSION_linux-yocto-tiny = "3.4%" # 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"