]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
overlay: Enable useful munin plugins
[coffee/buildroot.git] / Config.in.legacy
index 9a534956270db7d8f939299a99e0ae6597be5089..60f91482340dbd5346065078af44e8f7f46c1a64 100644 (file)
@@ -135,16 +135,394 @@ 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
+       help
+         The util-linux package no longer offers a "reset" command. Use
+         either the reset command provided by BusyBox or select ncurses
+         programs, which will install a symlink from "tset" to reset.
+
+config BR2_PACKAGE_POLICYCOREUTILS_AUDIT2ALLOW
+       bool "policycoreutils audit2allow option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_SELINUX_PYTHON
+       select BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
+       help
+         The policycoreutils package no longer offers audit2allow
+         as a option. This package has been moved into the
+         selinux-python package by the SELinux maintainers.
+
+config BR2_PACKAGE_POLICYCOREUTILS_RESTORECOND
+       bool "policycoreutils restorecond option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_RESTORECOND
+       help
+         The policycoreutils package no longer offers restorecond
+         as a option.  This package has been moved into a seperate
+         package maintained by the SELinux maintainers.
+
+config BR2_PACKAGE_SEPOLGEN
+       bool "sepolgen package has been removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_SELINUX_PYTHON
+       select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
+       help
+         Sepolgen is no longer a individual package, but instead has
+         been moved into the selinux-python package by the SELinux
+         maintainers.
+
+config BR2_PACKAGE_OPENOBEX_BLUEZ
+       bool "openobex bluez option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_BLUEZ_UTILS
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable BlueZ support. Instead, BlueZ support is always
+         included when the bluez5_utils or bluez_utils package is
+         selected.
+
+config BR2_PACKAGE_OPENOBEX_LIBUSB
+       bool "openobex libusb option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LIBUSB
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable libusb support. Instead, USB support is always
+         included when the libusb package is selected.
+
+config BR2_PACKAGE_OPENOBEX_APPS
+       bool "openobex apps option removed"
+       select BR2_LEGACY
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable apps support.
+
+config BR2_PACKAGE_OPENOBEX_SYSLOG
+       bool "openobex syslog option removed"
+       select BR2_LEGACY
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable syslog support.
+
+config BR2_PACKAGE_OPENOBEX_DUMP
+       bool "openobex dump option removed"
+       select BR2_LEGACY
+       help
+         The OpenOBEX package no longer offers an option to enable or
+         disable dump support.
+
+config BR2_PACKAGE_AICCU
+       bool "aiccu utility removed"
+       select BR2_LEGACY
+       help
+         As the SixXS project has ceased its operation on 2017-06-06,
+         the AICCU utility has no use anymore and has been removed.
+
+         https://www.sixxs.net/sunset/
+
+config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS
+       bool "util-linux login utilities option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_UTIL_LINUX_LAST
+       select BR2_PACKAGE_UTIL_LINUX_LOGIN
+       select BR2_PACKAGE_UTIL_LINUX_RUNUSER
+       select BR2_PACKAGE_UTIL_LINUX_SU
+       select BR2_PACKAGE_UTIL_LINUX_SULOGIN
+       help
+         Login utilities (last, login, runuser, su, sulogin) now have
+         their own configuration options in the util-linux menu.
+
 ###############################################################################
 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
+       help
+         Support for simicsfs kernel driver that provides access to a
+         host computer's local filesystem when the target is
+         executing within a SIMICS simulation has been removed.
+
+         Simics is now moving away from the simicsfs kernel module,
+         as the kernel module has required too much maintenance
+         work. Users should move to the user mode Simics agent
+         instead.
+
+config BR2_BINUTILS_VERSION_2_26_X
+       bool "binutils version 2.26 support removed"
+       select BR2_LEGACY
+       help
+         Support for binutils version 2.26 has been removed. The
+         current default version (2.28 or later) has been selected
+         instead.
+
+config BR2_XTENSA_OVERLAY_DIR
+       string "The BR2_XTENSA_OVERLAY_DIR option has been removed"
+       help
+         The BR2_XTENSA_OVERLAY_DIR has been removed in favour of
+         BR2_XTENSA_OVERLAY_FILE. You must now pass the complete
+         path to the overlay file, not to the directory containing
+         it.
+
+config BR2_XTENSA_OVERLAY_DIR_WRAP
+       bool
+       default y if BR2_XTENSA_OVERLAY_DIR != ""
+       select BR2_LEGACY
+
+config BR2_XTENSA_CUSTOM_NAME
+       string "The BR2_XTENSA_CUSTOM_NAME option has been removed"
+       help
+         The BR2_XTENSA_CUSTOM_NAME option has been removed.
+
+config BR2_XTENSA_CUSTOM_NAME_WRAP
+       bool
+       default y if BR2_XTENSA_CUSTOM_NAME != ""
+       select BR2_LEGACY
+
+config BR2_PACKAGE_HOST_MKE2IMG
+       bool "host mke2img has been removed"
+       select BR2_LEGACY
+       help
+         We now call mkfs directly to generate ext2/3/4 filesystem
+         image, so mke2img is no longer necessary.
+
+config BR2_TARGET_ROOTFS_EXT2_BLOCKS
+       int "exact size in blocks has been removed"
+       default 0
+       help
+         This option has been removed in favor of
+         BR2_TARGET_ROOTFS_EXT2_SIZE. It has been set automatically
+         to the value you had before. Set to 0 here to remove the
+         warning.
+
+config BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP
+       bool
+       default y if BR2_TARGET_ROOTFS_EXT2_BLOCKS != 0 && \
+               BR2_TARGET_ROOTFS_EXT2_BLOCKS != 61440 # deprecated default value
+       select BR2_LEGACY
+
+# Note: BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP still referenced in fs/ext2/Config.in
+
+config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES
+       int "ext2 extra inodes has been removed" if BR2_TARGET_ROOTFS_EXT2_INODES = 0
+       default 0
+       help
+         Buildroot now uses mkfs.ext2/3/4 to generate ext2/3/4
+         images. It now automatically selects the number of inodes
+         based on the image size. The extra number of inodes can no
+         longer be provided; instead, provide the total number of
+         inodes needed in BR2_TARGET_ROOTFS_EXT2_INODES.
+
+config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES_WRAP
+       bool
+       default y if BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES != 0
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CDXAPARSE
+       bool "cdxaparse removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DATAURISRC
+       bool "dataurisrc moved to gstreamer1"
+       select BR2_LEGACY
+       help
+         Dataurisrc has moved to gstreamer core and is always built.
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DCCP
+       bool "dccp removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HDVPARSE
+       bool "hdvparse removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MVE
+       bool "mve removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
+       bool "nuvdemux removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PATCHDETECT
+       bool "patchdetect removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI
+       bool "sdi removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
+       bool "tta removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
+       bool "videomeasure removed"
+       select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
+       select BR2_LEGACY
+       help
+         videomeasure plugin has been removed and has been replaced by
+         iqa, which has automatically been enabled.
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK
+       bool "apexsink removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDL
+       bool "sdl removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MAD
+       bool "mad (*.mp3 audio) removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTC
+       bool "gst1-plugins-bad webrtc renamed to webrtcdsp"
+       select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTCDSP
+       select BR2_LEGACY
+       help
+         The WebRTC plugin in GStreamer 1.x has always been named
+         webrtcdsp, but was wrongly introduced in Buildroot under the
+         name webrtc. Therefore, we have renamed the option to match
+         the actual name of the GStreamer plugin.
+
+config BR2_STRIP_none
+       bool "Strip command 'none' has been removed"
+       select BR2_LEGACY
+       help
+         The strip command choice has been changed into a single
+         boolean option. Please check that the new setting is
+         correct (in the "Build options" sub-menu)
+
+config BR2_PACKAGE_BEECRYPT_CPP
+       bool "C++ support removed in beecrypt"
+       select BR2_LEGACY
+       help
+         Support for C++ depends on icu. The beecrypt package is
+         incompatible with icu 59+.
+
+config BR2_PACKAGE_SPICE_CLIENT
+       bool "spice client support removed"
+       select BR2_LEGACY
+       help
+         Spice client support has been removed upstream. The
+         functionality now lives in the spice-gtk widget and
+         virt-viewer.
+
+config BR2_PACKAGE_SPICE_GUI
+       bool "spice gui support removed"
+       select BR2_LEGACY
+       help
+         Spice gui support has been removed upstream. The
+         functionality now lives in the spice-gtk widget and
+         virt-viewer.
+
+config BR2_PACKAGE_SPICE_TUNNEL
+       bool "spice network redirection removed"
+       select BR2_LEGACY
+       help
+         Spice network redirection, aka tunnelling has been removed
+         upstream.
+
 config BR2_PACKAGE_INPUT_TOOLS
        bool "input-tools removed"
        select BR2_LEGACY
@@ -255,6 +633,7 @@ config BR2_PACKAGE_OPENOCD_FT2XXX
 config BR2_PACKAGE_KODI_RTMPDUMP
        bool "kodi rtmp has been removed"
        select BR2_LEGACY
+       select BR2_PACKAGE_KODI_INPUTSTREAM_RTMP
        help
          Internal rtmp support was removed from Kodi.
 
@@ -835,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
@@ -1011,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
@@ -2751,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