]> 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 a1650733a9897abbbf46674c9dedb1f8daa46df6..03f4e4f95cdb687327200cdeb833b1db3d972d3c 100644 (file)
@@ -144,7 +144,169 @@ endif
 
 ###############################################################################
 
-comment "Legacy options removed in 2024.05"
+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
+       help
+         The beaglev-secondboot package has been removed after
+         the beaglev_defconfig removal.
+
+config BR2_PACKAGE_ONEVPL_INTEL_GPU
+       bool "onevpl-intel-gpu has been renamed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_INTEL_VPL_GPU_RT
+       help
+         The onevpl-intel-gpu package has been renamed to
+         intel-vpl-gpu-rt.
+
+config BR2_PACKAGE_CGIC
+       bool "cgic has been removed"
+       select BR2_LEGACY
+       help
+         the cgic upstream no longer exists.
+
+config BR2_PACKAGE_BEECRYPT
+       bool "beecrypt package removed"
+       select BR2_LEGACY
+       help
+         The beecrypt package was removed as it is not maintained
+         anymore (no release since 2015).
+
+config BR2_PACKAGE_VERSAL_FIRMWARE
+       bool "versal-firmware has been replaced by xilinx-prebuilt"
+       select BR2_TARGET_XILINX_PREBUILT
+       select BR2_LEGACY
+       help
+         The versal-firmware package has been replaced by the more
+         generic xilinx-prebuilt package.
+
+config BR2_KERNEL_HEADERS_6_8
+       bool "kernel headers version 6.8.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 6.8.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
+config BR2_TARGET_AT91BOOTSTRAP
+       bool "at91bootstrap removed"
+       select BR2_LEGACY
+       help
+         Upstream for at91bootstrap 1.x is no longer available and
+         has been replaced by at91bootstrap3.
+
+config BR2_TARGET_AT91DATAFLASHBOOT
+       bool "at91dataflashboot removed"
+       select BR2_LEGACY
+       help
+         at91dataflashboot has been replaced by at91bootstrap3.
+
+config BR2_PACKAGE_ON2_8170_MODULES
+       bool "on2-8170-modules removed"
+       select BR2_LEGACY
+       help
+         The corresponding library and gstreamer 0.10 plugin are no
+         longer available.
 
 config BR2_PACKAGE_ON2_8170_LIBS
        bool "on2-8170-libs removed"
@@ -1017,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.028093 seconds and 4 git commands to generate.