]> Git Repo - buildroot-mgba.git/blobdiff - Config.in.legacy
configs/ti_am64x_sk: bump tfa, uboot and linux versions
[buildroot-mgba.git] / Config.in.legacy
index 414a14944eefe925c8ad184487e156d39e96a5a2..03f4e4f95cdb687327200cdeb833b1db3d972d3c 100644 (file)
@@ -144,8 +144,58 @@ endif
 
 ###############################################################################
 
+comment "Legacy options removed in 2024.11"
+
+config BR2_BINUTILS_VERSION_2_40_X
+       bool "binutils 2.40 has been removed"
+       select BR2_LEGACY
+       help
+         binutils 2.40 has been removed, use a newer version.
+
 comment "Legacy options removed in 2024.08"
 
+config BR2_PACKAGE_FLUTTER_DYNAMIC_LAYOUTS_EXAMPLE
+       bool "flutter-dynamic-layouts-example has been removed"
+       select BR2_LEGACY
+       help
+         flutter-dynamic-layouts was removed from flutter-packages
+         as of commit e35f29177495131f0f598fc7ae1ffd74d89edf15.
+
+config BR2_KERNEL_HEADERS_6_9
+       bool "kernel headers version 6.9.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 6.9.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
+config BR2_x86_knightslanding
+       bool "knightslanding x86 architecture support dropped"
+       select BR2_LEGACY
+       help
+         GCC 14.x has marked this architecture as obsolete, and emits
+         a warning causing build failures.
+
+config BR2_x86_knightsmill
+       bool "knightsmill x86 architecture support dropped"
+       select BR2_LEGACY
+       help
+         GCC 14.x has marked this architecture as obsolete, and emits
+         a warning causing build failures.
+
+config BR2_PACKAGE_DVB_APPS
+       bool "dvb-apps package removed"
+       select BR2_LEGACY
+       help
+         The dvb-apps package was removed as it is not maintained
+         anymore (no commit since 2014).
+
+config BR2_PACKAGE_GAMIN
+       bool "gamin package removed"
+       select BR2_LEGACY
+       help
+         The gamin package was removed as it is not maintained
+         anymore (no commit since 2016).
+
 config BR2_PACKAGE_CAIRO_SVG
        bool "cairo svg support"
        select BR2_LEGACY
@@ -1129,12 +1179,6 @@ config BR2_PACKAGE_PYTHON_DIALOG
        help
          Package was removed together with python 2.7 support.
 
-config BR2_PACKAGE_PYTHON_CONFIGOBJ
-       bool "python-configobj removed"
-       select BR2_LEGACY
-       help
-         Package was removed together with python 2.7 support.
-
 config BR2_PACKAGE_PYTHON_YIELDFROM
        bool "python-yieldfrom removed"
        select BR2_LEGACY
This page took 0.02579 seconds and 4 git commands to generate.