| Submitter | Darren Hart |
|---|---|
| Date | Oct. 5, 2012, 11:31 p.m. |
| Message ID | <08a6e872206cecc88c44b05d7a6eb7bb5ba1f91f.1349479383.git.dvhart@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/37857/ |
| State | New |
| Headers | show |
Comments
Patch
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"
The 3.4 linux-yocto-tiny kernel successfully boots to a prompt for qemux86. Signed-off-by: Darren Hart <dvhart@linux.intel.com> --- meta-yocto/conf/distro/poky-tiny.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)