* [PATCH 0/2] Add new recipes for grub2 [v4]
@ 2011-09-14 18:44 Tom Zanussi
2011-09-14 18:49 ` Otavio Salvador
2011-09-15 17:29 ` Saul Wold
0 siblings, 2 replies; 5+ messages in thread
From: Tom Zanussi @ 2011-09-14 18:44 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
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.
v4 changes:
Suggestions from Otavio Salvador and Saul Wold to add more info to
the patch header.
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 | 20 +++++++++
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, 101 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] Add new recipes for grub2 [v4]
2011-09-14 18:44 [PATCH 0/2] Add new recipes for grub2 [v4] Tom Zanussi
@ 2011-09-14 18:49 ` Otavio Salvador
2011-09-14 18:50 ` Tom Zanussi
2011-09-15 17:29 ` Saul Wold
1 sibling, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-09-14 18:49 UTC (permalink / raw)
To: Tom Zanussi; +Cc: openembedded-core@lists.openembedded.org
On Wed, Sep 14, 2011 at 15:44, Tom Zanussi <tom.zanussi@intel.com> wrote:
> 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.
...
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] Add new recipes for grub2 [v4]
2011-09-14 18:49 ` Otavio Salvador
@ 2011-09-14 18:50 ` Tom Zanussi
2011-09-14 18:51 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Tom Zanussi @ 2011-09-14 18:50 UTC (permalink / raw)
To: Otavio Salvador; +Cc: openembedded-core@lists.openembedded.org
On Wed, 2011-09-14 at 11:49 -0700, Otavio Salvador wrote:
> On Wed, Sep 14, 2011 at 15:44, Tom Zanussi <tom.zanussi@intel.com> wrote:
> > 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.
> ...
>
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
>
Thanks for taking the time to review and ack these...
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] Add new recipes for grub2 [v4]
2011-09-14 18:44 [PATCH 0/2] Add new recipes for grub2 [v4] Tom Zanussi
2011-09-14 18:49 ` Otavio Salvador
@ 2011-09-15 17:29 ` Saul Wold
1 sibling, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-09-15 17:29 UTC (permalink / raw)
To: Tom Zanussi; +Cc: openembedded-core@lists.openembedded.org
On Wed, 2011-09-14 at 13:44 -0500, Tom Zanussi wrote:
> 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.
>
> v4 changes:
>
> Suggestions from Otavio Salvador and Saul Wold to add more info to
> the patch header.
>
> 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 | 20 +++++++++
> 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, 101 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
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-09-15 17:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 18:44 [PATCH 0/2] Add new recipes for grub2 [v4] Tom Zanussi
2011-09-14 18:49 ` Otavio Salvador
2011-09-14 18:50 ` Tom Zanussi
2011-09-14 18:51 ` Otavio Salvador
2011-09-15 17:29 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox