All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] grub: two backported patch for bug 2777
@ 2012-07-17  7:28 Jesse Zhang
  2012-07-17  7:28 ` [PATCH 1/2] grub: fix grub-mkconfig_lib install dir Jesse Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jesse Zhang @ 2012-07-17  7:28 UTC (permalink / raw)
  To: openembedded-core

Hi,

Here are two backported patch from upstream for grub.

Fixed two errors:

    # grub-mkconfig 
    /usr/sbin/grub-mkconfig: line 98: /usr/lib/grub/grub-mkconfig_lib: No such file or directory

    # grub-mkconfig 
    /usr/sbin/grub-probe: error: cannot stat `/dev/root'.

The first patch is not exactly the same as upstream, since the upstream commit
contains a lot of trivial aesthetic edits.

The second patch is taken from debian instead of directly from upstream, since
the code base has changed.

Jesse Zhang (2):
  grub: fix grub-mkconfig_lib install dir
  grub: fix error stating the root device

 .../files/grub-1.99_fix_for_automake_1.11.2.patch  |  203 +++++++++++++++-----
 .../grub/grub-1.99/grub-1.99-lazy_stat.patch       |   64 ++++++
 meta/recipes-bsp/grub/grub_1.99.bb                 |    3 +-
 3 files changed, 217 insertions(+), 53 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/grub-1.99/grub-1.99-lazy_stat.patch

-- 
1.7.7




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

end of thread, other threads:[~2012-07-20  4:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17  7:28 [PATCH 0/2] grub: two backported patch for bug 2777 Jesse Zhang
2012-07-17  7:28 ` [PATCH 1/2] grub: fix grub-mkconfig_lib install dir Jesse Zhang
2012-07-17  7:28 ` [PATCH 2/2] grub: fix error stating the root device Jesse Zhang
2012-07-17 18:41 ` [PATCH 0/2] grub: two backported patch for bug 2777 Saul Wold
2012-07-18  1:44   ` Jesse Zhang
2012-07-18  9:25   ` [PATCH v2 " Jesse Zhang
2012-07-18  9:25     ` [PATCH 1/2] grub: fix grub-mkconfig_lib install dir Jesse Zhang
2012-07-18  9:25     ` [PATCH 2/2] grub: fix error stating the root device Jesse Zhang
2012-07-20  4:23     ` [PATCH v2 0/2] grub: two backported patch for bug 2777 Saul Wold

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.