diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-03 22:49:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 15:05:08 +0000 |
commit | 635c08c8c21e4faf4041fc5a3eaec87848b08d93 (patch) | |
tree | dcd8cb019accce6ae6f7e44972b6c5becea751af /meta/recipes-bsp/grub | |
parent | f16fe3ba3d91bee034b501104be59fb6b2545d16 (diff) | |
download | poky-635c08c8c21e4faf4041fc5a3eaec87848b08d93.tar.gz |
grub-efi: 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.
(From OE-Core rev: 1dd9a16030bc2dc673c7b121dea6e78f2681f55e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb index 8958b0495d..6944cb280e 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.00.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb | |||
@@ -27,6 +27,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | |||
27 | file://grub-2.00-ignore-gnulib-gets-stupidity.patch \ | 27 | file://grub-2.00-ignore-gnulib-gets-stupidity.patch \ |
28 | file://fix-issue-with-flex-2.5.37.patch \ | 28 | file://fix-issue-with-flex-2.5.37.patch \ |
29 | file://grub-efi-allow-a-compilation-without-mcmodel-large.patch \ | 29 | file://grub-efi-allow-a-compilation-without-mcmodel-large.patch \ |
30 | file://grub-2.00-add-oe-kernel.patch \ | ||
30 | " | 31 | " |
31 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" | 32 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" |
32 | SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" | 33 | SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" |