aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-03-03 22:49:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-07 15:04:36 +0000
commit6677bb09ae64e878b12552caef999b60bc99d0e4 (patch)
tree8a982fb81a3c572364a974133b49a6475e1631e5 /meta/recipes-bsp
parentc972e122066aa80550155feea619908f6d3c3176 (diff)
downloadopenembedded-core-6677bb09ae64e878b12552caef999b60bc99d0e4.tar.gz
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 <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/grub/grub_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index 82a25c9a8d..9b5d9bbd7d 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"