help
This option hides outdated/obsolete versions of packages.
+if BR2_DEPRECATED
+
+config BR2_DEPRECATED_SINCE_2010_05
+ bool
+ default y
+
+config BR2_DEPRECATED_SINCE_2010_11
+ bool
+ default y
+
+config BR2_DEPRECATED_SINCE_2012_05
+ bool
+ default y
+
+config BR2_DEPRECATED_SINCE_2012_11
+ bool
+ default y
+
+config BR2_DEPRECATED_SINCE_2013_02
+ bool
+ default y
+
+config BR2_DEPRECATED_SINCE_2013_05
+ bool
+ default y
+
+config BR2_DEPRECATED_SINCE_2013_08
+ bool
+ default y
+
+config BR2_DEPRECATED_SINCE_2013_11
+ bool
+ default y
+
+config BR2_DEPRECATED_SINCE_2014_02
+ bool
+ default y
+
+endif
+
config BR2_ENABLE_DEBUG
bool "build packages with debugging symbols"
help
config BR2_HAVE_DOCUMENTATION
bool "documentation on the target"
# We no longer want to support a toolchain on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2012_11
help
Install the documentation, including manual pages and info
pages, on the target.
config BR2_mips_1
bool "mips I (generic)"
- depends on !BR2_ARCH_IS_64 && BR2_DEPRECATED
+ depends on !BR2_ARCH_IS_64 && BR2_DEPRECATED_SINCE_2013_11
config BR2_mips_2
bool "mips II"
- depends on !BR2_ARCH_IS_64 && BR2_DEPRECATED
+ depends on !BR2_ARCH_IS_64 && BR2_DEPRECATED_SINCE_2013_11
config BR2_mips_3
bool "mips III"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_11
config BR2_mips_4
bool "mips IV"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_11
config BR2_mips_32
bool "mips 32"
depends on !BR2_ARCH_IS_64
bool "4.x"
config BR2_TARGET_ROOTFS_SQUASHFS3
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2010_05
bool "3.x"
endchoice
config BR2_PACKAGE_AUTOCONF
bool "autoconf"
# We no longer support a toolchain on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2012_11
select BR2_PACKAGE_PERL
help
Extensible program for developing configure scripts. These
config BR2_PACKAGE_AUTOMAKE
bool "automake"
# We no longer support a toolchain on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2012_11
select BR2_PACKAGE_AUTOCONF
select BR2_PACKAGE_PERL
help
# m4 uses fork()
depends on BR2_USE_MMU
# development tool, useless on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
help
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C
http://www.gnu.org/software/bison/
comment "bison needs a toolchain w/ wchar"
+ depends on BR2_DEPRECATED_SINCE_2014_02
+ depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR
config BR2_BUSYBOX_VERSION_1_19_X
bool "BusyBox 1.19.x"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
config BR2_BUSYBOX_VERSION_1_20_X
bool "BusyBox 1.20.x"
# needs fork()
depends on BR2_USE_MMU
# We no longer support a toolchain on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_02
help
ccache is a compiler cache. It speeds up recompilation by
caching previous compilations and detecting when the same
# runtime dependency
select BR2_PACKAGE_M4
# development tool, useless on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
depends on BR2_USE_WCHAR # m4
help
Install the flex binary tool in the target filesystem.
comment "flex binary needs a toolchain w/ wchar"
+ depends on BR2_DEPRECATED_SINCE_2014_02
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR
config BR2_INSTALL_OBJC
bool "Enable Objective-C support"
depends on !BR2_avr32
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_11
help
Enable the support for the Objective-C language in the
cross-compiler, and install the Objective-C runtime to the
config BR2_INSTALL_FORTRAN
bool "Enable Fortran support"
depends on !BR2_avr32
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_11
select BR2_PACKAGE_LIBMPFR
help
Enable the support for the Fortran language in the
config BR2_GDB_VERSION_7_2
bool "gdb 7.2.x"
depends on !BR2_bfin
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_02
config BR2_GDB_VERSION_7_3
bool "gdb 7.3.x"
depends on !BR2_bfin
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_02
config BR2_GDB_VERSION_7_4
bool "gdb 7.4.x"
select BR2_PACKAGE_FLEX
select BR2_PACKAGE_BISON
# development tool, useless on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
help
GOB (GTK+ Object Builder) is a preprocessor which simplifies
the writing of GObjects in C.
comment "gob2 needs a toolchain w/ wchar"
depends on BR2_USE_MMU
+ depends on BR2_DEPRECATED_SINCE_2014_02
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
config BR2_KERNEL_HEADERS_3_1
bool "Linux 3.1.x kernel headers"
- depends on BR2_DEPRECATED && !BR2_arc
+ depends on BR2_DEPRECATED_SINCE_2013_02 && !BR2_arc
config BR2_KERNEL_HEADERS_3_2
bool "Linux 3.2.x kernel headers"
config BR2_KERNEL_HEADERS_3_3
bool "Linux 3.3.x kernel headers"
- depends on BR2_DEPRECATED && !BR2_arc
+ depends on BR2_DEPRECATED_SINCE_2013_02 && !BR2_arc
config BR2_KERNEL_HEADERS_3_4
bool "Linux 3.4.x kernel headers"
config BR2_KERNEL_HEADERS_3_5
bool "Linux 3.5.x kernel headers"
- depends on BR2_DEPRECATED && !BR2_arc
+ depends on BR2_DEPRECATED_SINCE_2013_02 && !BR2_arc
config BR2_KERNEL_HEADERS_3_6
bool "Linux 3.6.x kernel headers"
- depends on BR2_DEPRECATED && !BR2_arc
+ depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
config BR2_KERNEL_HEADERS_3_7
bool "Linux 3.7.x kernel headers"
- depends on BR2_DEPRECATED && !BR2_arc
+ depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
config BR2_KERNEL_HEADERS_3_8
bool "Linux 3.8.x kernel headers"
- depends on BR2_DEPRECATED && !BR2_arc
+ depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc
config BR2_KERNEL_HEADERS_3_9
bool "Linux 3.9.x kernel headers"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_11
config BR2_KERNEL_HEADERS_3_10
bool "Linux 3.10.x kernel headers"
config BR2_PACKAGE_LZMA
bool "lzma"
depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2010_11
help
Lempel Ziv compression method (LZMA) is a compression
algorithm with high compression ratio.
http://tukaani.org/lzma/
comment "lzma needs a toolchain w/ C++"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2010_11
depends on !BR2_INSTALL_LIBSTDCPP
# uses fork()
depends on BR2_USE_MMU
# development tool, useless on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
help
An implementation of the traditional Unix macro processor.
http://www.gnu.org/software/m4/m4.html
comment "m4 needs a toolchain w/ wchar"
+ depends on BR2_DEPRECATED_SINCE_2014_02
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR
config BR2_PACKAGE_SQUASHFS3
bool "squashfs3"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2010_05
depends on BR2_LARGEFILE
help
Tools to generate SquashFS 3.x filesystems.
http://squashfs.sourceforge.net/
comment "squashfs3 needs a toolchain w/ largefile"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2010_05
depends on !BR2_LARGEFILE
config BR2_PACKAGE_TTCP
bool "ttcp"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2012_05
help
Benchmarking tool for determining TCP and UDP performance.
config BR2_PACKAGE_VALA
bool "vala"
# We no longer support a toolchain on the target
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_05
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_USE_MMU # glib2
http://live.gnome.org/Vala
comment "vala needs a toolchain w/ wchar, threads"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_05
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
bool "xstroke"
depends on BR2_PACKAGE_XORG7
# dead upstream, probably not many users
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2013_02
select BR2_PACKAGE_XLIB_LIBXFT
select BR2_PACKAGE_XLIB_LIBXTST
select BR2_PACKAGE_XLIB_LIBXPM
""" Return True if the symbol is marked as deprecated, otherwise False.
"""
- return self._deprecated in symbol.get_referenced_symbols()
+ # This also catches BR2_DEPRECATED_SINCE_xxxx_xx
+ return bool([ symbol for x in symbol.get_referenced_symbols()
+ if x.get_name().startswith(self._deprecated.get_name()) ])
def _is_package(self, symbol):
""" Return True if the symbol is a package or a host package, otherwise
depends on BR2_microblazeel
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
depends on !BR2_PREFER_STATIC_LIB
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
select BR2_HOSTARCH_NEEDS_IA32_LIBS
depends on BR2_microblazeel
depends on BR2_HOSTARCH = "x86_64"
depends on !BR2_PREFER_STATIC_LIB
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
help
depends on BR2_microblazebe
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
depends on !BR2_PREFER_STATIC_LIB
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
select BR2_HOSTARCH_NEEDS_IA32_LIBS
depends on BR2_microblazebe
depends on BR2_HOSTARCH = "x86_64"
depends on !BR2_PREFER_STATIC_LIB
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED_SINCE_2014_02
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
help