]> 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 28cfce3ce13eb5a2684a8923bcda29d0e03d1392..03f4e4f95cdb687327200cdeb833b1db3d972d3c 100644 (file)
@@ -144,8 +144,107 @@ 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
+       select BR2_PACKAGE_CAIRO_PNG
+       help
+         Cairo SVG is compiled together with PNG.
+
+config BR2_PACKAGE_CAIRO_SCRIPT
+       bool "cairo script support"
+       select BR2_LEGACY
+       select BR2_PACKAGE_CAIRO_ZLIB
+       help
+         Cairo script got merged into cairo zlib.
+
+config BR2_PACKAGE_CAIRO_PS
+       bool "cairo postscript support"
+       select BR2_LEGACY
+       select BR2_PACKAGE_CAIRO_ZLIB
+       help
+         Cairo PS got merged into cairo zlib.
+
+config BR2_PACKAGE_CAIRO_PDF
+       bool "cairo pdf support"
+       select BR2_LEGACY
+       select BR2_PACKAGE_CAIRO_ZLIB
+       help
+         Cairo PDF got merged into cairo zlib.
+
+config BR2_PACKAGE_CAIRO_XML
+       bool "cairo xml support"
+       select BR2_LEGACY
+       select BR2_PACKAGE_CAIRO_ZLIB
+       help
+         Cairo XML got merged into cairo zlib.
+
+config BR2_GDB_VERSION_12
+       bool "gdb 12.x has been removed"
+       select BR2_LEGACY
+       help
+         GDB 12.x has been removed. The new default version of GDB
+         14.x has been automatically selected instead.
+
+config BR2_TARGET_BEAGLEV_DDRINIT
+       bool "beaglev-ddrinit has been removed"
+       select BR2_LEGACY
+       help
+         The beaglev-secondboot package has been removed after
+         the beaglev_defconfig removal.
+
 config BR2_TARGET_BEAGLEV_SECONDBOOT
        bool "beaglev-secondboot has been removed"
        select BR2_LEGACY
@@ -1080,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.025381 seconds and 4 git commands to generate.