[poky] [PATCH] atom-pc.conf: ensure grub is included in base image

Richard Purdie richard.purdie at linuxfoundation.org
Thu Dec 8 03:19:08 PST 2011


On Thu, 2011-12-08 at 00:45 -0800, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
>  meta-yocto/conf/machine/atom-pc.conf |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
> index 7cbe157..1585a74 100644
> --- a/meta-yocto/conf/machine/atom-pc.conf
> +++ b/meta-yocto/conf/machine/atom-pc.conf
> @@ -27,6 +27,8 @@ XSERVER ?= "xserver-xorg \
>  
>  #MACHINE_EXTRA_RDEPENDS = "rt2860"
>  
> +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub" 
> +
>  MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
>  
>  IMAGE_FSTYPES ?= "ext3 cpio.gz live"

I can think of several scenarios this doesn't make sense. Its only
really essential if you're making live images. Could you give some
details about the problem you're seeing please?

Cheers,

Richard




More information about the poky mailing list