All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] atom-pc.conf: ensure grub is included in base image
@ 2011-12-08  8:45 Saul Wold
  2011-12-08 11:19 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2011-12-08  8:45 UTC (permalink / raw)
  To: poky

Signed-off-by: Saul Wold <sgw@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"
-- 
1.7.6.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] atom-pc.conf: ensure grub is included in base image
  2011-12-08  8:45 [PATCH] atom-pc.conf: ensure grub is included in base image Saul Wold
@ 2011-12-08 11:19 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-12-08 11:19 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky

On Thu, 2011-12-08 at 00:45 -0800, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw@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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-08 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08  8:45 [PATCH] atom-pc.conf: ensure grub is included in base image Saul Wold
2011-12-08 11:19 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.