From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AE31FE00728 for ; Thu, 8 Dec 2011 00:45:50 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 08 Dec 2011 00:45:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="99988427" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.35]) by fmsmga002.fm.intel.com with ESMTP; 08 Dec 2011 00:45:50 -0800 From: Saul Wold To: poky@yoctoproject.org Date: Thu, 8 Dec 2011 00:45:49 -0800 Message-Id: <1323333949-20359-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.7.6.4 Subject: [PATCH] atom-pc.conf: ensure grub is included in base image X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2011 08:45:50 -0000 Signed-off-by: Saul Wold --- 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