[poky] [PATCH 4/5] machine/qemu: Allow for users to override the preferred kernel version
Bruce Ashfield
bruce.ashfield at gmail.com
Wed Jan 19 08:56:34 PST 2011
On Tue, Jan 18, 2011 at 6:25 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>
>
> 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 d762d01..225906b 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.1
>
> _______________________________________________
> 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