]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub git: add oe's kernel name to the conf file
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 3 Mar 2014 14:49:49 +0000 (22:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Mar 2014 15:04:36 +0000 (15:04 +0000)
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>
meta/recipes-bsp/grub/grub_git.bb

index 82a25c9a8d25e041e2d0972c659fbae93f5badf7..9b5d9bbd7d1bb42c6641978ec5b1235008ba84ca 100644 (file)
@@ -21,6 +21,7 @@ SRCREV = "0776112c5311196889a15058a3b1be4c81ba5e05"
 SRC_URI = "git://git.savannah.gnu.org/grub.git \
            file://40_custom \
            file://autogen.sh-exclude-pc.patch \
+           file://grub-2.00-add-oe-kernel.patch \
           "
 
 S = "${WORKDIR}/git"