From 155b01057bef8a4e2a7c84bb4e505a6e42155e09 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 3 Mar 2014 22:49:48 +0800 Subject: grub 2.00: 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. (From OE-Core rev: c972e122066aa80550155feea619908f6d3c3176) Signed-off-by: Robert Yang Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-bsp/grub/grub_2.00.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-bsp/grub/grub_2.00.bb') diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index ff9a7c6228..c21031bde1 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb @@ -22,6 +22,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ file://check-if-liblzma-is-disabled.patch \ file://40_custom \ file://fix-issue-with-flex-2.5.37.patch \ + file://grub-2.00-add-oe-kernel.patch \ " SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" -- cgit v1.2.3-54-g00ecf