aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub_2.00.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-03-03 22:49:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-07 15:04:35 +0000
commitc972e122066aa80550155feea619908f6d3c3176 (patch)
treeb23b3b049a042fc6506eeb2b825061ee1978649f /meta/recipes-bsp/grub/grub_2.00.bb
parentc779bf78f2e1f66f3c8a6b02054e39bee4ea88a5 (diff)
downloadopenembedded-core-contrib-c972e122066aa80550155feea619908f6d3c3176.tar.gz
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. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/grub/grub_2.00.bb')
-rw-r--r--meta/recipes-bsp/grub/grub_2.00.bb1
1 files changed, 1 insertions, 0 deletions
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"