comment "----------------------------------------------------"
endif
+###############################################################################
+comment "Legacy options removed in 2016.11"
+
+config BR2_PACKAGE_WESTON_RPI
+ bool "Weston propietary RPI support is gone"
+ select BR2_LEGACY
+ help
+ Upstream decided the propietary (rpi-userland) weston composer
+ support wasn't worth the effort so it was removed. Switch to
+ the open VC4 support.
+
+config BR2_LINUX_KERNEL_TOOL_CPUPOWER
+ bool "linux-tool cpupower"
+ depends on BR2_LINUX_KERNEL
+ select BR2_LEGACY
+ select BR2_PACKAGE_LINUX_TOOLS_CPUPOWER
+ help
+ Linux tool cpupower option was renamed.
+
+config BR2_LINUX_KERNEL_TOOL_PERF
+ bool "linux-tool perf"
+ depends on BR2_LINUX_KERNEL
+ select BR2_LEGACY
+ select BR2_PACKAGE_LINUX_TOOLS_PERF
+ help
+ Linux tool perf option was renamed.
+
+config BR2_LINUX_KERNEL_TOOL_SELFTESTS
+ bool "linux-tool selftests"
+ depends on BR2_LINUX_KERNEL
+ select BR2_LEGACY
+ select BR2_PACKAGE_LINUX_TOOLS_SELFTESTS
+ help
+ Linux tool selftests option was renamed.
+
+config BR2_GCC_VERSION_4_8_ARC
+ bool "gcc arc option renamed"
+ select BR2_LEGACY
+ select BR2_GCC_VERSION_ARC
+ help
+ The option that selects the gcc version for the ARC
+ architecture has been renamed to BR2_GCC_VERSION_ARC.
+
+config BR2_KERNEL_HEADERS_4_0
+ bool "kernel headers version 4.0.x are no longer supported"
+ select BR2_KERNEL_HEADERS_3_18
+ select BR2_LEGACY
+ help
+ Version 4.0.x of the Linux kernel headers have been deprecated
+ for more than four buildroot releases and are now removed.
+ As an alternative, version 3.18.x of the headers have been
+ automatically selected in your configuration.
+
+config BR2_KERNEL_HEADERS_3_19
+ bool "kernel headers version 3.19.x are no longer supported"
+ select BR2_KERNEL_HEADERS_3_18
+ select BR2_LEGACY
+ help
+ Version 3.19.x of the Linux kernel headers have been deprecated
+ for more than four buildroot releases and are now removed.
+ As an alternative, version 3.18.x of the headers have been
+ automatically selected in your configuration.
+
+config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
+ bool "libevas-generic-loaders package removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_EFL
+ help
+ With EFL 1.18, libevas-generic-loaders is now provided by the efl
+ package.
+
+config BR2_PACKAGE_ELEMENTARY
+ bool "elementary package removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_EFL
+ help
+ With EFL 1.18, elementary is now provided by the efl package.
+
+config BR2_LINUX_KERNEL_CUSTOM_LOCAL
+ bool "Linux kernel local directory option removed"
+ help
+ The option to select a local directory as the source of the Linux
+ kernel has been removed. It hurts reproducibility of builds.
+
+ In case you were using this option during development of your
+ Linux kernel, use the override mechanism instead.
+
+###############################################################################
+comment "Legacy options removed in 2016.08"
+
+config BR2_PACKAGE_SYSTEMD_COMPAT
+ bool "systemd compatibility libraries have been removed"
+ select BR2_LEGACY
+ help
+ The systemd option to enable the compatibility libraries has
+ been removed. Theses libraries have been useless since a few
+ version, and have been fully dropped from the source since
+ v230.
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER
+ bool "gst1-plugins-bad liveadder plugin removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOMIXER
+ help
+ The functionality of the liveadder plugin of the
+ gst1-plugins-bad package has been merged into audiomixer.
+
+config BR2_PACKAGE_LIBFSLVPUWRAP
+ bool "libfslvpuwrap has been renamed to imx-vpuwrap"
+ select BR2_LEGACY
+ select BR2_PACKAGE_IMX_VPUWRAP
+ help
+ The libfslvpuwrap has been renamed to match the renamed package.
+
+config BR2_PACKAGE_LIBFSLPARSER
+ bool "libfslparser has been renamed to imx-parser"
+ select BR2_LEGACY
+ select BR2_PACKAGE_IMX_PARSER
+ help
+ The libfslparser has been renamed to match the renamed package.
+
+config BR2_PACKAGE_LIBFSLCODEC
+ bool "libfslcodec has been renamed to imx-codec"
+ select BR2_LEGACY
+ select BR2_PACKAGE_IMX_CODEC
+ help
+ The libfslcodec has been renamed to match the renamed package.
+
+config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT
+ bool "FIT support in uboot-tools has been refactored"
+ select BR2_LEGACY
+ select BR2_PACKAGE_DTC
+ select BR2_PACKAGE_DTC_PROGRAMS
+ select BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
+ select BR2_PACKAGE_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT
+ select BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
+ help
+ This option has been removed in favor of a more fine-grained
+ configuration, which is recommended. Selecting this option
+ enables FIT and FIT signature support for the target packages.
+ It will also select the dtc and openssl packages.
+
+config BR2_PTHREADS_OLD
+ bool "linuxthreads (stable/old)"
+ select BR2_LEGACY
+ help
+ Linuxthreads have been reworked, BR2_PTHREADS_OLD is now
+ BR2_PTHREADS and the old BR2_PTHREADS - LT.new got removed.
+
+config BR2_BINUTILS_VERSION_2_23_X
+ bool "binutils 2.23 removed"
+ select BR2_LEGACY
+ help
+ Binutils 2.23 has been removed, using a newer version is
+ recommended.
+
+config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
+ bool "eglibc support has been removed"
+ select BR2_LEGACY
+ help
+ The eglibc project no longer exists, as it has been merged
+ back into the glibc project. Therefore, support for eglibc
+ has been removed, and glibc should be used instead.
+
+config BR2_GDB_VERSION_7_8
+ bool "gdb 7.8 has been removed"
+ select BR2_LEGACY
+ help
+ The 7.8 version of gdb has been removed. Use a newer version
+ instead.
+
###############################################################################
comment "Legacy options removed in 2016.05"
+config BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL
+ bool "openvpn polarssl crypto backend removed"
+ select BR2_LEGACY
+ help
+ The OpenVPN polarssl crypto backend option has been removed.
+ Version from 2.3.10 onwards need polarssl >= 1.3.8 but aren't
+ compatible with mbedtls (polarssl) series 2.x which is the
+ version provided in buildroot. And both can't coexist.
+ It now uses OpenSSL as the only option.
+
+
+config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
+ bool "nginx http spdy module removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_NGINX_HTTP_V2_MODULE
+ help
+ The ngx_http_spdy_module has been superseded by the
+ ngx_http_v2_module since nginx v1.9.5. The
+ ngx_http_v2_module modules has been automatically selected
+ in your configuration.
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP
+ bool "gst1-plugins-bad rtp plugin moved to good"
+ select BR2_LEGACY
+ help
+ The rtp plugin has been moved from gst1-plugins-base to
+ gst1-plugins-good.
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123
bool "gst1-plugins-bad mpg123 plugin moved to ugly"
select BR2_LEGACY
config BR2_x86_i386
bool "x86 i386 support removed"
+ select BR2_LEGACY
help
The support for the i386 processors of the x86 architecture
has been removed.
config BR2_KERNEL_HEADERS_3_17
bool "kernel headers version 3.17.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_18
+ select BR2_KERNEL_HEADERS_3_14
select BR2_LEGACY
help
Version 3.17.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.18.x of the headers have been
+ As an alternative, version 3.14.x of the headers have been
automatically selected in your configuration.
config BR2_GDB_VERSION_7_7
config BR2_KERNEL_HEADERS_3_16
bool "kernel headers version 3.16.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_18
+ select BR2_KERNEL_HEADERS_3_14
select BR2_LEGACY
help
Version 3.16.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.18.x of the headers have been
+ As an alternative, version 3.14.x of the headers have been
automatically selected in your configuration.
config BR2_PACKAGE_PYTHON_PYXML
config BR2_KERNEL_HEADERS_3_11
bool "kernel headers version 3.11.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_12
+ select BR2_KERNEL_HEADERS_3_10
select BR2_LEGACY
help
Version 3.11.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.12.x of the headers have been
+ As an alternative, version 3.10.x of the headers have been
automatically selected in your configuration.
config BR2_KERNEL_HEADERS_3_13
bool "kernel headers version 3.13.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_14
+ select BR2_KERNEL_HEADERS_3_12
select BR2_LEGACY
help
Version 3.13.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.14.x of the headers have been
+ As an alternative, version 3.12.x of the headers have been
automatically selected in your configuration.
config BR2_KERNEL_HEADERS_3_15
bool "kernel headers version 3.15.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_18
+ select BR2_KERNEL_HEADERS_3_14
select BR2_LEGACY
help
Version 3.15.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.18.x of the headers have been
+ As an alternative, version 3.14.x of the headers have been
automatically selected in your configuration.
config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
config BR2_BINUTILS_VERSION_2_23_2
bool "binutils 2.23 option renamed"
select BR2_LEGACY
- select BR2_BINUTILS_VERSION_2_23_X
help
- The binutils version option has been renamed to match the
- same patchlevel logic used by gcc. The new option is now
- BR2_BINUTILS_VERSION_2_23_X.
+ Binutils 2.23.2 has been removed, using a newer version is
+ recommended.
config BR2_BINUTILS_VERSION_2_24
bool "binutils 2.24 option renamed"
config BR2_KERNEL_HEADERS_3_8
bool "kernel headers version 3.8.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_10
+ select BR2_KERNEL_HEADERS_3_4
select BR2_LEGACY
help
Version 3.8.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.10.x of the headers have been
+ As an alternative, version 3.4.x of the headers have been
automatically selected in your configuration.
config BR2_PACKAGE_GETTEXT_TOOLS
config BR2_KERNEL_HEADERS_3_6
bool "kernel headers version 3.6.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_10
+ select BR2_KERNEL_HEADERS_3_4
select BR2_LEGACY
help
Version 3.6.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.10.x of the headers have been
+ As an alternative, version 3.4.x of the headers have been
automatically selected in your configuration.
config BR2_KERNEL_HEADERS_3_7
bool "kernel headers version 3.7.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_10
+ select BR2_KERNEL_HEADERS_3_4
select BR2_LEGACY
help
Version 3.7.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.10.x of the headers have been
+ As an alternative, version 3.4.x of the headers have been
automatically selected in your configuration.
config BR2_PACKAGE_VALA
config BR2_KERNEL_HEADERS_3_3
bool "kernel headers version 3.3.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_4
+ select BR2_KERNEL_HEADERS_3_2
select BR2_LEGACY
help
Version 3.3.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.4.x of the headers have been
+ As an alternative, version 3.2.x of the headers have been
automatically selected in your configuration.
config BR2_KERNEL_HEADERS_3_5
bool "kernel headers version 3.5.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_10
+ select BR2_KERNEL_HEADERS_3_4
select BR2_LEGACY
help
Version 3.5.x of the Linux kernel headers have been deprecated
for more than four buildroot releases and are now removed.
- As an alternative, version 3.10.x of the headers have been
+ As an alternative, version 3.4.x of the headers have been
automatically selected in your configuration.
config BR2_GDB_VERSION_7_2