[oe-commits] [openembedded-core] 56/57: grub: fix 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch missing

git at git.openembedded.org git at git.openembedded.org
Wed Jun 28 14:53:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 683807bc4abecadd471a3371a8d592f63bc36d68
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed Jun 21 22:20:09 2017 -0400

    grub: fix 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch missing
    
    Since grub upgraded to 2.02, it forgot to aplly
    0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch.
    ...
    commit 4f27e4042dfb39caa71c7c6eb0a327de6af4d563
    Author: Khem Raj <raj.khem at gmail.com>
    Date:   Fri Apr 21 20:36:06 2017 +0000
    
        grub: Update to 2.02
    ...
    
    The missing caused grub-mkconfig could not detect kernel bzImage.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-bsp/grub/grub2.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 44fb086..240a1f9 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -16,6 +16,7 @@ SRC_URI = "https://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
            file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
            file://autogen.sh-exclude-pc.patch \
            file://grub-module-explicitly-keeps-symbole-.module_license.patch \
+           file://0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch \
 "
 SRC_URI[md5sum] = "1116d1f60c840e6dbd67abbc99acb45d"
 SRC_URI[sha256sum] = "660ee136fbcee08858516ed4de2ad87068bfe1b6b8b37896ce3529ff054a726d"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list