[OE-core] [PATCH 1/1] machine/qemu: set preferred linux-yocto kernel version

Koen Kooi koen at dominion.thruhere.net
Mon Jul 25 15:03:49 UTC 2011


Op 25 jul. 2011, om 16:51 heeft Bruce Ashfield het volgende geschreven:

> The introduction of the linux-yocto-3.0 kernel is taking
> precedence over the known working 2.6.37 version. Forcing
> 2.6.37 until 3.0 is validated on the qemu machines.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
> ---
> meta/conf/machine/include/qemu.inc |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
> index 9ef242f..c2d116f 100644
> --- a/meta/conf/machine/include/qemu.inc
> +++ b/meta/conf/machine/include/qemu.inc
> @@ -12,6 +12,7 @@ RDEPENDS_kernel-base = ""
> 
> # Use a common kernel recipe for all QEMU machines
> PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> +PREFERRED_VERSION_linux-yocto = "2.6.37+git%"

Please not that this won't do anything on incremental builds or when using package feeds since the cat is already out of the bag for the 3.0rc7 version.



More information about the Openembedded-core mailing list