[OE-core] [PATCH 2/3] grub git: add oe's kernel name to the conf file
Robert Yang
liezhi.yang at windriver.com
Mon Mar 3 14:49:49 UTC 2014
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 at windriver.com>
---
meta/recipes-bsp/grub/grub_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index 82a25c9..9b5d9bb 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"
--
1.8.3.1
More information about the Openembedded-core
mailing list