From: Robert Yang Date: Mon, 3 Mar 2014 14:49:49 +0000 (+0800) Subject: grub git: add oe's kernel name to the conf file X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6677bb09ae64e878b12552caef999b60bc99d0e4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub git: 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 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 82a25c9a8d2..9b5d9bbd7d1 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -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"