]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
go-bootstrap: add BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
[coffee/buildroot.git] / Config.in.legacy
index 9af0e1516ce8e4e64c851bcbbb594f819a98ea5f..d35b409423b9273142eaf674c9b8d6005cf5ed92 100644 (file)
@@ -145,6 +145,233 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2017.08"
 
+config BR2_PACKAGE_SIMICSFS
+       bool "simicsfs support removed"
+       select BR2_LEGACY
+       help
+         Support for simicsfs kernel driver that provides access to a
+         host computer's local filesystem when the target is
+         executing within a SIMICS simulation has been removed.
+
+         Simics is now moving away from the simicsfs kernel module,
+         as the kernel module has required too much maintenance
+         work. Users should move to the user mode Simics agent
+         instead.
+
+config BR2_BINUTILS_VERSION_2_26_X
+       bool "binutils version 2.26 support removed"
+       select BR2_LEGACY
+       help
+         Support for binutils version 2.26 has been removed. The
+         current default version (2.28 or later) has been selected
+         instead.
+
+config BR2_XTENSA_OVERLAY_DIR
+       string "The BR2_XTENSA_OVERLAY_DIR option has been removed"
+       help
+         The BR2_XTENSA_OVERLAY_DIR has been removed in favour of
+         BR2_XTENSA_OVERLAY_FILE. You must now pass the complete
+         path to the overlay file, not to the directory containing
+         it.
+
+config BR2_XTENSA_OVERLAY_DIR_WRAP
+       bool
+       default y if BR2_XTENSA_OVERLAY_DIR != ""
+       select BR2_LEGACY
+
+config BR2_XTENSA_CUSTOM_NAME
+       string "The BR2_XTENSA_CUSTOM_NAME option has been removed"
+       help
+         The BR2_XTENSA_CUSTOM_NAME option has been removed.
+
+config BR2_XTENSA_CUSTOM_NAME_WRAP
+       bool
+       default y if BR2_XTENSA_CUSTOM_NAME != ""
+       select BR2_LEGACY
+
+config BR2_PACKAGE_HOST_MKE2IMG
+       bool "host mke2img has been removed"
+       select BR2_LEGACY
+       help
+         We now call mkfs directly to generate ext2/3/4 filesystem
+         image, so mke2img is no longer necessary.
+
+config BR2_TARGET_ROOTFS_EXT2_BLOCKS
+       int "exact size in blocks has been removed"
+       default 0
+       help
+         This option has been removed in favor of
+         BR2_TARGET_ROOTFS_EXT2_SIZE. It has been set automatically
+         to the value you had before. Set to 0 here to remove the
+         warning.
+
+config BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP
+       bool
+       default y if BR2_TARGET_ROOTFS_EXT2_BLOCKS != 0 && \
+               BR2_TARGET_ROOTFS_EXT2_BLOCKS != 61440 # deprecated default value
+       select BR2_LEGACY
+
+# Note: BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP still referenced in fs/ext2/Config.in
+
+config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES
+       int "ext2 extra inodes has been removed" if BR2_TARGET_ROOTFS_EXT2_INODES = 0
+       default 0
+       help
+         Buildroot now uses mkfs.ext2/3/4 to generate ext2/3/4
+         images. It now automatically selects the number of inodes
+         based on the image size. The extra number of inodes can no
+         longer be provided; instead, provide the total number of
+         inodes needed in BR2_TARGET_ROOTFS_EXT2_INODES.
+
+config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES_WRAP
+       bool
+       default y if BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES != 0
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CDXAPARSE
+       bool "cdxaparse removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DATAURISRC
+       bool "dataurisrc moved to gstreamer1"
+       select BR2_LEGACY
+       help
+         Dataurisrc has moved to gstreamer core and is always built.
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DCCP
+       bool "dccp removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HDVPARSE
+       bool "hdvparse removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MVE
+       bool "mve removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
+       bool "nuvdemux removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PATCHDETECT
+       bool "patchdetect removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI
+       bool "sdi removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
+       bool "tta removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
+       bool "videomeasure removed"
+       select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
+       select BR2_LEGACY
+       help
+         videomeasure plugin has been removed and has been replaced by
+         iqa, which has automatically been enabled.
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK
+       bool "apexsink removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDL
+       bool "sdl removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MAD
+       bool "mad (*.mp3 audio) removed"
+       select BR2_LEGACY
+
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTC
+       bool "gst1-plugins-bad webrtc renamed to webrtcdsp"
+       select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTCDSP
+       select BR2_LEGACY
+       help
+         The WebRTC plugin in GStreamer 1.x has always been named
+         webrtcdsp, but was wrongly introduced in Buildroot under the
+         name webrtc. Therefore, we have renamed the option to match
+         the actual name of the GStreamer plugin.
+
+config BR2_STRIP_none
+       bool "Strip command 'none' has been removed"
+       select BR2_LEGACY
+       help
+         The strip command choice has been changed into a single
+         boolean option. Please check that the new setting is
+         correct (in the "Build options" sub-menu)
+
+config BR2_PACKAGE_BEECRYPT_CPP
+       bool "C++ support removed in beecrypt"
+       select BR2_LEGACY
+       help
+         Support for C++ depends on icu. The beecrypt package is
+         incompatible with icu 59+.
+
+config BR2_PACKAGE_SPICE_CLIENT
+       bool "spice client support removed"
+       select BR2_LEGACY
+       help
+         Spice client support has been removed upstream. The
+         functionality now lives in the spice-gtk widget and
+         virt-viewer.
+
+config BR2_PACKAGE_SPICE_GUI
+       bool "spice gui support removed"
+       select BR2_LEGACY
+       help
+         Spice gui support has been removed upstream. The
+         functionality now lives in the spice-gtk widget and
+         virt-viewer.
+
+config BR2_PACKAGE_SPICE_TUNNEL
+       bool "spice network redirection removed"
+       select BR2_LEGACY
+       help
+         Spice network redirection, aka tunnelling has been removed
+         upstream.
+
+config BR2_PACKAGE_INPUT_TOOLS
+       bool "input-tools removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LINUXCONSOLETOOLS
+       help
+         input-tools has been removed, it is replaced by
+         linuxconsoletools, which has automatically been enabled.
+
+config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
+       bool "inputattach moved to linuxconsoletools"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LINUXCONSOLETOOLS
+       select BR2_PACKAGE_LINUXCONSOLETOOLS_INPUTATTACH
+       help
+         input-tools has been removed, inputattach is now part
+         of linuxconsoletools, which has automatically been
+         enabled.
+
+config BR2_PACKAGE_INPUT_TOOLS_JSCAL
+       bool "jscal moved to linuxconsoletools"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LINUXCONSOLETOOLS
+       select BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
+       help
+         input-tools has been removed, jscal is now part
+         of linuxconsoletools, which has automatically been
+         enabled.
+
+config BR2_PACKAGE_INPUT_TOOLS_JSTEST
+       bool "jstest moved to linuxconsoletools"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LINUXCONSOLETOOLS
+       select BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
+       help
+         input-tools has been removed, jstest is now part
+         of linuxconsoletools, which has automatically been
+         enabled.
+
 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
        bool "SH Sourcery toolchain has been removed"
        select BR2_LEGACY
@@ -217,6 +444,7 @@ config BR2_PACKAGE_OPENOCD_FT2XXX
 config BR2_PACKAGE_KODI_RTMPDUMP
        bool "kodi rtmp has been removed"
        select BR2_LEGACY
+       select BR2_PACKAGE_KODI_INPUTSTREAM_RTMP
        help
          Internal rtmp support was removed from Kodi.