generic-poky/meta/recipes-bsp
Hongxu Jia 86164406dd grub: fix load module all_video failed
While using oe-core toolchain to strip grub module 'all_video.mod',
it stripped symbol table:
--------------
root@localhost:~# objdump -t all_video.mod

all_video.mod:     file format elf64-x86-64

SYMBOL TABLE:
no symbols
--------------

It caused grub to load module all_video failed.
(This module will be loaded by defalut which configed in grub.cfg)
--------------
grub> insmod all_video
error: no symbol table.
--------------

Tweak strip option to keep symbol .module_license could workaround
the issue.
--------------
root@localhost:~# objdump -t all_video.mod

all_video.mod:     file format elf64-x86-64

SYMBOL TABLE:
0000000000000000 l    d  .text  0000000000000000 .text
0000000000000000 l    d  .data  0000000000000000 .data
0000000000000000 l    d  .module_license        0000000000000000 .module_license
0000000000000000 l    d  .bss   0000000000000000 .bss
0000000000000000 l    d  .moddeps       0000000000000000 .moddeps
0000000000000000 l    d  .modname       0000000000000000 .modname
--------------

(From OE-Core rev: 17e7eb96e5446821ad81977ac9ccac26b05e67a7)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-23 17:44:39 +01:00
..
acpid acpid: upgrade to 2.0.27 2016-05-11 10:33:38 +01:00
alsa-state meta: set proper S value 2015-01-23 11:36:27 +00:00
apmd apmd: use snapshot.debian.org for SRC_URI 2016-08-04 15:22:21 +01:00
eee-acpi-scripts eee-acpi-scripts: tidy up recipe 2013-12-03 17:45:52 +00:00
formfactor formfactor: assume a keyboard is plugged in 2016-03-07 00:11:38 +00:00
gnu-efi gnu-efi: 3.0.3 -> 3.0.4 2016-07-26 08:56:26 +01:00
grub grub: fix load module all_video failed 2016-08-23 17:44:39 +01:00
gummiboot gummiboot: Fix build warnings seen with gcc5 2015-09-23 09:53:01 +01:00
hostap hostap-utils: Use C99 stddefs in defining local typedefs 2015-10-01 07:43:34 +01:00
keymaps meta: set proper S value 2015-01-23 11:36:27 +00:00
libacpi meta: update patch metadata 2016-07-08 09:57:24 +01:00
lrzsz meta: update patch metadata 2016-07-08 09:57:24 +01:00
pciutils pciutils: upgrade to 3.5.1 2016-06-15 08:35:00 +01:00
pcmciautils pcmciautils: Update SRC_URI 2016-02-18 07:39:31 +00:00
pm-utils meta: more removals of redunant FILES_${PN}-dbg 2015-12-16 11:56:30 +00:00
pointercal meta: fix no newline at end of file 2014-07-03 17:41:16 +01:00
setserial meta: Fix Upstream-Status statements 2015-09-12 23:01:53 +01:00
systemd-boot systemd-boot: use lnr instead of ln --relative 2016-08-01 11:47:12 +01:00
u-boot u-boot.inc: Enable out-of-tree builds 2016-08-17 10:35:39 +01:00
usbinit Replace one-line DESCRIPTION with SUMMARY 2014-01-02 12:50:18 +00:00
usbutils usbutils: Fix for new eudev implementation 2016-03-02 22:39:44 +00:00
v86d v86d: Accept aarch64 as build host 2016-07-20 10:28:45 +01:00