diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-08-11 18:05:08 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-09-23 20:29:37 +0200 |
commit | 144dc9ca8007cb4390bd9ba3e8b018d7fd92be2c (patch) | |
tree | 649a9115083de7ec03cb01e016942b151be1031f /Config.in.legacy | |
parent | 54a76f08fc2101e97dd66529afccef6b2c7a71ab (diff) | |
download | buildroot-144dc9ca8007cb4390bd9ba3e8b018d7fd92be2c.tar.gz buildroot-144dc9ca8007cb4390bd9ba3e8b018d7fd92be2c.zip |
boot/grub: remove
grub is no longer maintained: it is stuck at version 0.97 with huge
patches that have no opportunity to be applied upstream, as upstream
has even renamed it grub-legacy.
Besides, it no longer builds correctly with recent binutils versions,
and even the huge patches we could grab from Debian do not help the
slightest.
Since upstream really considers it dead, and there are at least two
alternatives (grub2 and syslinux), just remove grub.
Add a legacy entry.
Remove the test cases as well.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 73c01217a6..407480546e 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -169,6 +169,15 @@ config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS ############################################################################### comment "Legacy options removed in 2017.08" +config BR2_TARGET_GRUB + bool "grub (aka grub-legacy) has been removed" + select BR2_LEGACY + help + grub-legacy is no longer maintained, and no longer builds with + recent binutils versions. + + Use grub2 or syslinux instead. + config BR2_PACKAGE_SIMICSFS bool "simicsfs support removed" select BR2_LEGACY |