comment "Legacy options removed in 2022.02"
+config BR2_PACKAGE_PYTHON_NFC
+ bool "python-nfc removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON_MAD
+ bool "python-mad removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON_IPADDRESS
+ bool "python-ipaddress removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON_IPADDR
+ bool "python-ipaddr removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON_ID3
+ bool "python-id3 removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON_FUTURES
+ bool "python-futures removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME
+ bool "python-backports-ssl-match-hostname removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON_BACKPORTS_SHUTIL_GET_TERMINAL_SIZE
+ bool "python-backports-shutil-get-terminal-size removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON_BACKPORTS_ABC
+ bool "python-backports-abc removed"
+ select BR2_LEGACY
+ help
+ Package was removed together with python 2.7 support.
+
+config BR2_PACKAGE_PYTHON
+ bool "python2.7 package removed"
+ select BR2_LEGACY
+ help
+ Python 2.7 is EOL since April 2020 and has been removed.
+
+ https://www.python.org/dev/peps/pep-0373/
+
+config BR2_TARGET_UBOOT_ZYNQ_IMAGE
+ bool "Generate image for Xilinx Zynq"
+ select BR2_LEGACY
+ help
+ Since 2016.1, U-Boot can natively generate the Zynq boot
+ image, and so the Xilinx-specific format and tools have been
+ removed. Should you still have an older U-Boot that needs
+ this, a python3 version of the zynq-boot-bin.py script can be
+ downloaded from the URL below and called from a post-build
+ script.
+
+ https://gist.githubusercontent.com/jameshilliard/e09235dfc6f96c11418a134e6ebf7890/raw/135b7480c405ae8a77a9db615e495f9a9f2d3242/zynq-boot-bin.py
+
+config BR2_PACKAGE_RPI_BT_FIRMWARE
+ bool "rpi-bt-firmware package was renamed"
+ depends on BR2_arm || BR2_aarch64
+ select BR2_LEGACY
+ select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI
+ select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_BT
+ help
+ Package rpi-bt-firmware was moved as option to
+ package brcmfmac_sdio-firmware-rpi.
+
+config BR2_PACKAGE_RPI_WIFI_FIRMWARE
+ bool "rpi-wifi-firmware package was renamed"
+ depends on BR2_arm || BR2_aarch64
+ select BR2_LEGACY
+ select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI
+ select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI
+ help
+ Package rpi-wifi-firmware was moved as option to
+ package brcmfmac_sdio-firmware-rpi.
+
+config BR2_PACKAGE_HOST_GDB_PYTHON
+ bool "GDB Python2 support removed"
+ select BR2_LEGACY
+ help
+ Python2 is deprecated and no longer supported.
+ Please migrate to Python3.
+
config BR2_PACKAGE_GSTREAMER1_MM
bool "gstreamer1-mm package removed"
select BR2_LEGACY