[OE-core] [PATCH 0/2] grub: two backported patch for bug 2777

Jesse Zhang sen.zhang at windriver.com
Tue Jul 17 07:28:56 UTC 2012


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





More information about the Openembedded-core mailing list