[oe-commits] Robert Yang : grub git: add oe's kernel name to the conf file

git at git.openembedded.org git at git.openembedded.org
Fri Mar 7 14:39:59 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: c1c46c560c4db34120335f58f2e1d15ef73d0412
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c1c46c560c4db34120335f58f2e1d15ef73d0412

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Mar  3 22:49:49 2014 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.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"



More information about the Openembedded-commits mailing list