]> Git Repo - buildroot-mgba.git/blobdiff - Config.in.legacy
package/luvi: bump 2.14
[buildroot-mgba.git] / Config.in.legacy
index a31543d5fa1dce5459fb6ba1e537a782498ab851..d32ff09216c968fc4c6095d4f8a8351ad14c66e6 100644 (file)
@@ -144,6 +144,86 @@ endif
 
 ###############################################################################
 
+comment "Legacy options removed in 2023.08"
+
+config BR2_BINUTILS_VERSION_2_38_X
+       bool "binutils 2.38.x has been removed"
+       select BR2_LEGACY
+       help
+         binutils 2.38 has been removed, use a newer version.
+
+config BR2_GCC_VERSION_10_X
+       bool "gcc 10.x support removed"
+       select BR2_LEGACY
+       help
+         Support for gcc version 10.x has been removed. The current
+         default version (12.x or later) has been selected instead.
+
+config BR2_KERNEL_HEADERS_6_3
+       bool "kernel headers version 6.3.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 6.3.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
+config BR2_PACKAGE_TOVID
+       bool "tovid removed"
+       select BR2_LEGACY
+       help
+         tovid was removed
+
+config BR2_PACKAGE_LIBASPLIB
+       bool "libasplib removed"
+       select BR2_LEGACY
+       help
+         libasplib is no longer needed.
+
+config BR2_PACKAGE_OCF_LINUX
+       bool "ocf-linux has been removed"
+       select BR2_LEGACY
+       help
+         ocf-linux is incompatible with newer kernels.
+
+config BR2_BINUTILS_VERSION_2_37_X
+       bool "binutils 2.37.x has been removed"
+       select BR2_LEGACY
+       help
+         binutils 2.37 has been removed, use a newer version.
+
+comment "Legacy options removed in 2023.05"
+
+config BR2_KERNEL_HEADERS_6_2
+       bool "kernel headers version 6.2.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 6.2.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
+config BR2_PACKAGE_ATK
+       bool "atk removed"
+       select BR2_LEGACY
+       help
+         atk is now part of at-spi2-core.
+
+config BR2_PACKAGE_AT_SPI2_ATK
+       bool "at-spi2-atk removed"
+       select BR2_LEGACY
+       help
+         at-spi2-atk is now part of at-spi2-core.
+
+config BR2_PACKAGE_OPTEE_BENCHMARK
+       bool "optee-benchmark has been removed"
+       select BR2_LEGACY
+       help
+         optee-benchmark is no longer maintained upstream.
+
+config BR2_PACAKGE_OPENFPGALOADER_CMSIS
+       bool "openfpgaloader cmsis option name fixed"
+       select BR2_LEGACY
+       help
+         A typo on BR2_PACAKGE_OPENFPGALOADER_CMSIS was fixed by
+         renaming the option to BR2_PACKAGE_OPENFPGALOADER_CMSIS.
+
 comment "Legacy options removed in 2023.02"
 
 config BR2_PACKAGE_PUGIXML_HEADER_ONLY
@@ -325,6 +405,12 @@ config BR2_PACKAGE_USBREDIR_SERVER
 
 comment "Legacy options removed in 2022.11"
 
+config BR2_BINUTILS_VERSION_2_36_X
+       bool "binutils 2.36.x has been removed"
+       select BR2_LEGACY
+       help
+         binutils 2.36 has been removed, use a newer version.
+
 config BR2_PACKAGE_RABBITMQ_SERVER
        bool "rabbitmq-server removed"
        select BR2_LEGACY
This page took 0.029257 seconds and 4 git commands to generate.