generic-poky/meta/recipes-bsp
Roy Li ec53bfd18c grub-2.00: remove our 40_custom
We have this in recipes-bsp/grub/grub/40_custom:

[snip]
menuentry "Linux" {
    set root=(hd0,1)
    linux /vmlinuz root=__ROOTFS__ rw __CONSOLE__ __VIDEO_MODE__ __VGA_MODE__ quiet
}
[snip]

These lines are only for initrdscripts/files/init-install.sh, the side
effect is that it would make the target's grub-mkconfig doesn't work
well since the 40_custom will be installed to /etc/grub.d/40_custom, the
grub-mkconfig will run the 40_custom, and there will always be a
'menuentry "Linux"' menu in grub.cfg no matter it is valid or not, we
can do this in init-install.sh rather than grub to fix the problem,
which is also much simpler.

We have done the related work in init-install.sh, now we need remove our own
40_custom, and use grub's own 40_custom which is the right one.

(From OE-Core rev: 4fad24fef5552bd0e4a5ea0982573ba8e4523570)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-06 10:24:07 +01:00
..
acpid acpid: avoid pipe with sed 2014-05-08 13:00:33 +01:00
alsa-state PR bumps to remove PRINC use in meta-openpli 2014-04-24 17:55:14 +01:00
apmd apmd: avoid pipe with sed 2014-05-08 13:00:33 +01:00
eee-acpi-scripts eee-acpi-scripts: tidy up recipe 2013-12-03 17:45:52 +00:00
formfactor PR bumps to remove PRINC usage from meta-raspberrypi 2014-05-02 22:32:10 +01:00
gnu-efi gnu-efi: fix the LIBDIR 2014-03-27 15:44:42 +00:00
grub grub-2.00: remove our 40_custom 2014-06-06 10:24:07 +01:00
gummiboot recipes: Add missing pkgconfig class inherits 2014-06-03 16:49:19 +01:00
hostap recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues 2014-02-17 15:28:59 +00:00
keymaps recipes: bump PRs 2014-03-05 17:36:37 +00:00
libacpi recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) 2014-02-20 14:28:13 +00:00
lrzsz lrzsz: fix autoheader warning due to missing AC_DEFINE template 2014-06-01 14:30:40 +01:00
pciutils pciutils: tidy up recipe 2014-01-02 12:50:25 +00:00
pcmciautils Replace one-line DESCRIPTION with SUMMARY 2014-01-02 12:50:18 +00:00
pm-utils Basic recipe formatting fixes 2014-01-02 12:50:21 +00:00
pointercal Replace one-line DESCRIPTION with SUMMARY 2014-01-02 12:50:18 +00:00
setserial autotools-brokensep: Mark recipes with broken separate build dir support 2014-02-28 14:01:16 +00:00
u-boot u-boot: remove unused FILESPATH 2014-05-13 19:32:05 +01:00
usbinit Replace one-line DESCRIPTION with SUMMARY 2014-01-02 12:50:18 +00:00
usbutils recipes: Add missing pkgconfig class inherits 2014-06-03 16:49:19 +01:00
v86d v86d: fix for SeaBIOS VGA BIOS compatibility 2014-06-03 16:49:18 +01:00