From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R3trb-0007uV-Qd for openembedded-core@lists.openembedded.org; Wed, 14 Sep 2011 20:07:12 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 14 Sep 2011 11:02:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,381,1312182000"; d="scan'208";a="53310055" Received: from unknown (HELO [10.255.14.200]) ([10.255.14.200]) by fmsmga002.fm.intel.com with ESMTP; 14 Sep 2011 11:01:59 -0700 From: Tom Zanussi To: "openembedded-core@lists.openembedded.org" Date: Wed, 14 Sep 2011 13:01:50 -0500 Message-ID: <1316023311.26879.2568.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Subject: [PATCH 0/2] Add new recipes for grub2 [v3] X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2011 18:07:12 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit This patchset adds a new recipe for grub2 and an accompanying changes to initramfs-live-install. It's been preliminarily boot-tested with the meta-intel BSPs emenlow, and the legacy version (grub-0.97) was also tested with emenlow. v3 changes: Suggestions from Otavio Salvador to update copyright and add a patch header. v2 changes: Suggestions from Otavio Salvador to remove any distro-specific text and avoid duplicate scripts. Tom Zanussi (2): grub2: new recipe initramfs-live-install: add support for grub2 meta/recipes-bsp/grub/grub-1.99/40_custom | 9 ++++ .../grub/grub-1.99/grub-install.in.patch | 15 +++++++ meta/recipes-bsp/grub/grub_1.99.bb | 44 ++++++++++++++++++++ .../initrdscripts/files/init-install.sh | 31 +++++++++++--- .../initrdscripts/initramfs-live-install_1.0.bb | 8 +-- 5 files changed, 96 insertions(+), 11 deletions(-) create mode 100755 meta/recipes-bsp/grub/grub-1.99/40_custom create mode 100644 meta/recipes-bsp/grub/grub-1.99/grub-install.in.patch create mode 100644 meta/recipes-bsp/grub/grub_1.99.bb