]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
eudev: prevent udev init script nonexistent directory error
[coffee/buildroot.git] / Config.in.legacy
index c9300831febce4fc450a0e9c0b6aab6afcb30318..60f91482340dbd5346065078af44e8f7f46c1a64 100644 (file)
@@ -135,16 +135,95 @@ 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
+       select BR2_PACKAGE_GNUPG2_GPGV
+       help
+         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"
 
+config BR2_PACKAGE_RFKILL
+       bool "rfkill package removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_UTIL_LINUX
+       select BR2_PACKAGE_UTIL_LINUX_RFKILL
+       help
+         The rfkill program is now provided by the util-linux package.
+
 config BR2_PACKAGE_UTIL_LINUX_RESET
        bool "util-linux reset option removed"
        select BR2_LEGACY
@@ -1135,13 +1214,6 @@ config BR2_x86_i386
          The support for the i386 processors of the x86 architecture
          has been removed.
 
-config BR2_PACKAGE_QT5WEBKIT_EXAMPLES
-       bool "qt5webkit-examples package removed"
-       select BR2_LEGACY
-       help
-         The qt5webkit-examples package has been removed, since it
-         was removed from upstream starting from Qt 5.6.
-
 config BR2_PACKAGE_QT5QUICK1
        bool "qt5quick1 package removed"
        select BR2_LEGACY
@@ -1311,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
@@ -3051,144 +3124,6 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
        help
          Now covers the whole Realtek 87xx familly: 8712/8723.
 
-###############################################################################
-comment "Legacy options removed in 2013.02"
-
-config BR2_sa110
-       bool "sa110 ARM target switched to strongarm"
-       select BR2_LEGACY
-       select BR2_strongarm
-       help
-         The SA110 is the same as a generic StrongARM, it just differs
-         in speed, peripherals and cache.
-
-config BR2_sa1100
-       bool "sa1100 ARM target switched to strongarm"
-       select BR2_LEGACY
-       select BR2_strongarm
-       help
-         The SA1100 is the same as a generic StrongARM, it just differs
-         in speed, peripherals and cache.
-
-config BR2_PACKAGE_GDISK
-       bool "gdisk has been replaced by gptfdisk"
-       select BR2_LEGACY
-       select BR2_PACKAGE_GPTFDISK
-       help
-         The option has been renamed BR2_PACKAGE_GPTFDISK.
-
-config BR2_PACKAGE_GDISK_GDISK
-       bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
-       select BR2_LEGACY
-       select BR2_PACKAGE_GPTFDISK
-       select BR2_PACKAGE_GPTFDISK_GDISK
-       help
-         The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
-
-config BR2_PACKAGE_GDISK_SGDISK
-       bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
-       select BR2_LEGACY
-       select BR2_PACKAGE_GPTFDISK
-       select BR2_PACKAGE_GPTFDISK_SGDISK
-       help
-         The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
-
-config BR2_PACKAGE_GDB_HOST
-       bool "gdb for the host option has been renamed"
-       select BR2_PACKAGE_HOST_GDB
-       select BR2_LEGACY
-       help
-         Due to the conversion of gdb to the package infrastructure,
-         the BR2_PACKAGE_GDB_HOST option has been renamed
-         BR2_PACKAGE_HOST_GDB.
-
-config BR2_PACKAGE_DIRECTB_DITHER_RGB16
-       bool "DirectFB RGB16 dithering option has been renamed"
-       select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
-       select BR2_LEGACY
-       help
-         The option has been renamed
-         BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
-
-config BR2_PACKAGE_DIRECTB_TESTS
-       bool "DirectFB Tests option has been renamed"
-       select BR2_PACKAGE_DIRECTFB_TESTS
-       select BR2_LEGACY
-       help
-         The option has been renamed
-         BR2_PACKAGE_DIRECTFB_TESTS.
-
-###############################################################################
-comment "Legacy options removed in 2012.11"
-
-config BR2_PACKAGE_CUSTOMIZE
-       bool "customize package has been removed"
-       select BR2_LEGACY
-       help
-         The 'customize' special package has been removed. Instead,
-         we recommend to create either your own packages, or use a
-         post-build script to customize your root filesystem. See
-         Buildroot's documentation for more details.
-
-config BR2_PACKAGE_XSERVER_xorg
-       bool "X.org modular server"
-       select BR2_LEGACY
-       select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
-       help
-         The option has been renamed
-         BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
-
-config BR2_PACKAGE_XSERVER_tinyx
-       bool "KDrive / TinyX server"
-       select BR2_LEGACY
-       select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
-       help
-         The option has been renamed
-         BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
-
-config BR2_PACKAGE_PTHREAD_STUBS
-       bool "pthread-stubs option has been renamed"
-       select BR2_LEGACY
-       select BR2_PACKAGE_LIBPTHREAD_STUBS
-       help
-         For consistency reason, the pthread-stubs package has been
-         renamed to libpthread-stubs.
-
-###############################################################################
-comment "Legacy options removed in 2012.08"
-
-config BR2_PACKAGE_GETTEXT_STATIC
-       bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
-       select BR2_LEGACY
-       help
-         To build a static gettext library, select BR2_PREFER_STATIC_LIB.
-
-
-config BR2_PACKAGE_LIBINTL
-       bool "libintl"
-       select BR2_LEGACY
-       select BR2_PACKAGE_GETTEXT
-       help
-         libintl is now installed by selecting BR2_PACKAGE_GETTEXT. This now
-         only installs the library, not the executables.
-
-config BR2_PACKAGE_INPUT_TOOLS_EVTEST
-       bool "input-tools evtest is now a separate package evtest"
-       select BR2_LEGACY
-       select BR2_PACKAGE_EVTEST
-       help
-         The evtest program from input-tools is now a separate package.
-
-config BR2_BFIN_FDPIC
-       bool "BR2_BFIN_FDPIC is now BR2_BINFMT_FDPIC"
-       select BR2_BINFMT_FDPIC
-       select BR2_LEGACY
-
-config BR2_BFIN_FLAT
-       bool "BR2_BFIN_FLAT is now BR2_BINFMT_FLAT"
-       select BR2_BINFMT_FLAT
-       select BR2_LEGACY
-
 endmenu
 
 endif # !SKIP_LEGACY