[poky] [PATCH 4/4] machine/qemu: Allow for users to override the preferred kernel version

Bruce Ashfield bruce.ashfield at gmail.com
Sun Dec 19 21:24:12 PST 2010


On Fri, Dec 17, 2010 at 7:05 PM, Darren Hart <dvhart at linux.intel.com> wrote:
> The linux-yocto-rt kernel has been boot tested on qemux86-64. Unlock
> the preferred provider for virtual/kernel so it can be selected and
> used.

Acked-by: Bruce Ashfield <bruce.ashfield at windriver.com>

We definitely need this.

Bruce

>
> Signed-off-by: Darren Hart <dvhart at linux.intel.com>
> ---
>  meta/conf/machine/include/qemu.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
> index 502e24f..61281bf 100644
> --- a/meta/conf/machine/include/qemu.inc
> +++ b/meta/conf/machine/include/qemu.inc
> @@ -15,7 +15,7 @@ IMAGE_ROOTFS_SIZE_ext3 ?= "280000"
>  RDEPENDS_kernel-base = ""
>
>  # Use a common kernel recipe for all QEMU machines
> -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
>  #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
>
>  EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
> --
> 1.7.2.3
>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



More information about the poky mailing list