[oe-commits] Robert Yang : grub-efi: add oe's kernel name to the conf file

git at git.openembedded.org git at git.openembedded.org
Thu Mar 6 17:28:18 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: b84f48a7262ae86adc42c1235cff7ae2bb7763f1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b84f48a7262ae86adc42c1235cff7ae2bb7763f1

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Mar  3 22:49:50 2014 +0800

grub-efi: add oe's kernel name to the conf file

Our kernel's name is bzImage, we need add it to grub.d/10_linux.in so
that the grub-mkconfig and grub-install can work correctly on the
target.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb
index e02def3..e34509a 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.00.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb
@@ -27,6 +27,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
            file://grub-2.00-ignore-gnulib-gets-stupidity.patch \
            file://fix-issue-with-flex-2.5.37.patch \
            file://grub-efi-allow-a-compilation-without-mcmodel-large.patch \
+           file://grub-2.00-add-oe-kernel.patch \
           "
 SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c"
 SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3"



More information about the Openembedded-commits mailing list