[Buildroot] [PATCH 1/2] boot/grub: remove

Ricardo Martincoski ricardo.martincoski at gmail.com
Fri Sep 1 00:17:16 UTC 2017


Hello,

I don't see this patch on patchwork.

On Thu, Aug 31, 2017 at 12:54 PM, Yann E. MORIN wrote:

[snip]
> ---
>  Config.in.legacy                              |     9 +
>  boot/Config.in                                |     1 -
>  boot/grub/Config.in                           |   200 -
>  boot/grub/grub.200-fix_mbr_handling.patch     |    13 -
>  boot/grub/grub.300-honor_UCLIBC_HAS_LFS.patch |    36 -
>  boot/grub/grub.400-nic_update2.patch          | 47064 ------------------------
>  boot/grub/grub.hash                           |     3 -
>  boot/grub/grub.mk                             |   109 -
>  boot/grub/menu.lst                            |    16 -
>  boot/grub/splash.xpm.gz                       |   Bin 16466 -> 0 bytes
>  support/testing/tests/fs/test_iso9660.py      |    37 -

The update to .gitlab-ci.yml is missing.

>  11 files changed, 9 insertions(+), 47479 deletions(-)
[snip]
> +++ b/support/testing/tests/fs/test_iso9660.py
> @@ -85,43 +85,6 @@ BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU="{}"
>          self.assertEqual(exit_code, 0)
>  
>  #
> -# Grub
> -#
> -
> -class TestIso9660GrubExternal(infra.basetest.BRTest):
> -    config = BASIC_CONFIG + \
> -"""
> -BR2_TARGET_ROOTFS_ISO9660=y
> -# BR2_TARGET_ROOTFS_ISO9660_INITRD is not set
> -BR2_TARGET_GRUB=y
> -BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU="{}"
> -""".format(infra.filepath("conf/grub-menu.lst"))

This file is not used by remaining test cases so it can be removed:
support/testing/conf/grub-menu.lst

Regards,
Ricardo


More information about the buildroot mailing list