solidrun_macchiatobin_marvell_defconfig: { extends: .defconfig }
stm32f429_disco_defconfig: { extends: .defconfig }
stm32f469_disco_defconfig: { extends: .defconfig }
+ stm32mp157_dk_defconfig: { extends: .defconfig }
toradex_apalis_imx6_defconfig: { extends: .defconfig }
-ts4800_defconfig: { extends: .defconfig }
ts4900_defconfig: { extends: .defconfig }
ts5500_defconfig: { extends: .defconfig }
ts7680_defconfig: { extends: .defconfig }
###############################################################################
+ comment "Legacy options removed in 2019.11"
+
+ config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
+ bool "new dbus support option in wpa_supplicant was renamed"
+ select BR2_PACKAGE_WPA_SUPPLICANT_DBUS if BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_LEGACY
+ help
+ The new dbus support option was renamed.
+
+ config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_OLD
+ bool "old dbus support in wpa_supplicant was removed"
+ select BR2_LEGACY
+ help
+ The old dbus support was removed.
+
comment "Legacy options removed in 2019.08"
+config BR2_TARGET_TS4800_MBRBOOT
+ bool "ts4800-mbrboot package was removed"
+ select BR2_LEGACY
+ help
+ The defconfig for the TS4800 platform has been removed, so
+ the ts4800-mbrboot package, containing the boot code for
+ this specific platform has been removed as welL.
+
+config BR2_PACKAGE_LIBAMCODEC
+ bool "liamcodec package was removed"
+ select BR2_LEGACY
+ help
+ Support for odroidc2 based systems was removed, making the
+ libamcodec package useless.
+
+config BR2_PACKAGE_ODROID_SCRIPTS
+ bool "odroid-scripts package was removed"
+ select BR2_LEGACY
+ help
+ Support for odroidc2 based systems was removed, making the
+ odroid-scripts package useless.
+
+config BR2_PACKAGE_ODROID_MALI
+ bool "odroid-mali package was removed"
+ select BR2_LEGACY
+ help
+ Support for odroidc2 based systems was removed, making the
+ odroid-mali package useless.
+
+config BR2_PACKAGE_KODI_PLATFORM_AML
+ bool "Kodi AMLogic support was removed"
+ select BR2_LEGACY
+ help
+ Support for AMLogic was removed due to the removal of the
+ odroidc2 defconfig.
+
config BR2_GCC_VERSION_6_X
bool "gcc 6.x support removed"
select BR2_LEGACY
+argparse+ module if you're using a Python version older than 2.7
(+python-argparse+ on most distributions).
-Just like for the duration graph, a +BR2_GRAPH_OUT+ environment is
-supported to adjust the output file format. See xref:graph-depends[]
+Just like for the duration graph, a +BR2_GRAPH_OUT+ environment variable
+is supported to adjust the output file format. See xref:graph-depends[]
for details about this environment variable.
+ Additionally, one may set the environment variable +BR2_GRAPH_SIZE_OPTS+
+ to further control the generated graph. Accepted options are:
+
+ * `--size-limit X`, `-l X`, will group all packages which individual
+ contribution is below `X` percent, to a single entry labelled _Others_
+ in the graph. By default, `X=0.01`, which means packages each
+ contributing less than 1% are grouped under _Others_. Accepted values
+ are in the range `[0.0..1.0]`.
+
+ * `--iec`, `--binary`, `--si`, `--decimal`, to use IEC (binary, powers
+ of 1024) or SI (decimal, powers of 1000; the default) prefixes.
+
+ * `--biggest-first`, to sort packages in decreasing size order, rather
+ than in increasing size order.
+
.Note
The collected filesystem size data is only meaningful after a complete
clean rebuild. Be sure to run +make clean all+ before using +make
menu "Multimedia"
source "package/bitstream/Config.in"
+ source "package/dav1d/Config.in"
source "package/kvazaar/Config.in"
source "package/libaacs/Config.in"
- source "package/libamcodec/Config.in"
source "package/libass/Config.in"
source "package/libbdplus/Config.in"
source "package/libbluray/Config.in"
################################################################################
GNUTLS_VERSION_MAJOR = 3.6
- GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).8
+ GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).9
GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz
GNUTLS_SITE = https://www.gnupg.org/ftp/gcrypt/gnutls/v$(GNUTLS_VERSION_MAJOR)
-GNUTLS_LICENSE = LGPL-2.1+ (core library), GPL-3.0+ (gnutls-openssl library)
-GNUTLS_LICENSE_FILES = doc/COPYING doc/COPYING.LESSER
+GNUTLS_LICENSE = LGPL-2.1+ (core library)
+GNUTLS_LICENSE_FILES = doc/COPYING.LESSER
+
+ifeq ($(BR2_PACKAGE_GNUTLS_OPENSSL),y)
+GNUTLS_LICENSE := $(GNUTLS_LICENSE), GPL-3.0+ (gnutls-openssl library)
+GNUTLS_LICENSE_FILES += doc/COPYING
+endif
+
GNUTLS_DEPENDENCIES = host-pkgconf libtasn1 nettle pcre
GNUTLS_CONF_OPTS = \
--disable-doc \