]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
spport/check-bin-arch: accept arbitrary per-package ignore paths
[coffee/buildroot.git] / Config.in.legacy
index bff85637c9b79c75e230f4811149462f1f013071..60f91482340dbd5346065078af44e8f7f46c1a64 100644 (file)
@@ -135,16 +135,62 @@ comment "legacy options in the menu below. Once you have     "
 comment "disabled all legacy options, this text will         "
 comment "disappear and you will be able to start the build.  "
 comment "*                                                   "
-comment "Note: at some point in the future, the oldest legacy"
-comment "options will be removed, and configuration files    "
-comment "that still have those options set, will fail to     "
-comment "build, or run, in unpredictable ways.               "
+comment "Note: legacy options older than 5 years have been   "
+comment "removed, and configuration files that still have    "
+comment "those options set, will fail to build, or run in    "
+comment "unpredictable ways.                                 "
 comment "----------------------------------------------------"
 endif
 
 ###############################################################################
 comment "Legacy options removed in 2018.02"
 
+config BR2_KERNEL_HEADERS_3_4
+       bool "kernel headers version 3.4.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.4.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
+config BR2_KERNEL_HEADERS_3_10
+       bool "kernel headers version 3.10.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.10.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
+config BR2_KERNEL_HEADERS_3_12
+       bool "kernel headers version 3.12.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.12.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
+config BR2_BINUTILS_VERSION_2_27_X
+       bool "binutils version 2.27 support removed"
+       select BR2_LEGACY
+       help
+         Support for binutils version 2.27 has been removed. The
+         current default version (2.29 or later) has been selected
+         instead.
+
+config BR2_PACKAGE_EEPROG
+       bool "eeprog package removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_I2C_TOOLS
+       select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
+       help
+         The eeprog program is now provided by the i2c-tools package.
+
 config BR2_PACKAGE_GNUPG2_GPGV2
        bool "gnupg2 gpgv2 option removed"
        select BR2_LEGACY
@@ -153,6 +199,20 @@ config BR2_PACKAGE_GNUPG2_GPGV2
          The gpgv2 executable is now named gpgv. The config option
          has been renamed accordingly.
 
+config BR2_PACKAGE_IMX_GPU_VIV_APITRACE
+       bool "Vivante apitrace tool option removed"
+       select BR2_LEGACY
+       help
+         The apitrace tool for Vivante is not provided by the
+         imx-gpu-viv package any longer.
+
+config BR2_PACKAGE_IMX_GPU_VIV_G2D
+       bool "Vivante G2D libraries from imx-gpu-viv removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_IMX_GPU_G2D
+       help
+         The G2D libraries are now provided by the imx-gpu-g2d package.
+
 ###############################################################################
 comment "Legacy options removed in 2017.11"
 
@@ -1323,6 +1383,7 @@ config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 
 config BR2_PACKAGE_CUPS_PDFTOPS
        bool "Pdftops support has been removed from Cups"
+       select BR2_PACKAGE_CUPS_FILTERS
        select BR2_LEGACY
        help
          Pdftops support has been removed from the cups package