diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-03 22:49:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 15:05:08 +0000 |
commit | 155b01057bef8a4e2a7c84bb4e505a6e42155e09 (patch) | |
tree | f1424bf4f36c046a40ac2d35aa98c002ca0d84fe /meta/recipes-bsp/grub/grub_2.00.bb | |
parent | f9c7936045d40cef56c2422f6d39b55500ebabc1 (diff) | |
download | poky-155b01057bef8a4e2a7c84bb4e505a6e42155e09.tar.gz |
grub 2.00: 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: c972e122066aa80550155feea619908f6d3c3176)
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/grub_2.00.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub_2.00.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index ff9a7c6228..c21031bde1 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb | |||
@@ -22,6 +22,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | |||
22 | file://check-if-liblzma-is-disabled.patch \ | 22 | file://check-if-liblzma-is-disabled.patch \ |
23 | file://40_custom \ | 23 | file://40_custom \ |
24 | file://fix-issue-with-flex-2.5.37.patch \ | 24 | file://fix-issue-with-flex-2.5.37.patch \ |
25 | file://grub-2.00-add-oe-kernel.patch \ | ||
25 | " | 26 | " |
26 | 27 | ||
27 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" | 28 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" |