Update script to be able to build with the new buildroot.
This commit is contained in:
2
bsp/buildroot_external/external.desc
Normal file
2
bsp/buildroot_external/external.desc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
name: DOMO
|
||||||
|
desc: Domo br2-external tree
|
||||||
@@ -12,7 +12,7 @@ buildroot.menuconfig: buildroot.config
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
buildroot: buildroot.config
|
buildroot: buildroot.config
|
||||||
$(MAKE) $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/
|
$(MAKE) LD_LIBRARY_PATH=$(BR_STAGING)/cross/opt/ext-toolchain/lib/ $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/
|
||||||
|
|
||||||
buildroot.shell: buildroot.config
|
buildroot.shell: buildroot.config
|
||||||
$(eval export $(BR_ENV))
|
$(eval export $(BR_ENV))
|
||||||
|
|||||||
@@ -21,3 +21,5 @@ endif
|
|||||||
export BUILD_TYPE
|
export BUILD_TYPE
|
||||||
export BR_LOCAL_BUILDS_ROOT ?= $(BR_PROJECT)/../../_builds
|
export BR_LOCAL_BUILDS_ROOT ?= $(BR_PROJECT)/../../_builds
|
||||||
export BR_STAGING ?= $(BR_LOCAL_BUILDS_ROOT)/$(BR_PROJECT_NAME)$(BUILD_DIR)/
|
export BR_STAGING ?= $(BR_LOCAL_BUILDS_ROOT)/$(BR_PROJECT_NAME)$(BUILD_DIR)/
|
||||||
|
|
||||||
|
unexport DEBUG
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Buildroot 2016.08.1-gebc3c8f-dirty Configuration
|
# Buildroot 2016.11-rc2-g965185b-dirty Configuration
|
||||||
#
|
#
|
||||||
BR2_HAVE_DOT_CONFIG=y
|
BR2_HAVE_DOT_CONFIG=y
|
||||||
|
BR2_HOST_GCC_AT_LEAST_4_5=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_6=y
|
BR2_HOST_GCC_AT_LEAST_4_6=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_7=y
|
BR2_HOST_GCC_AT_LEAST_4_7=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_8=y
|
BR2_HOST_GCC_AT_LEAST_4_8=y
|
||||||
@@ -115,11 +116,7 @@ BR2_GNU_MIRROR="http://ftpmirror.gnu.org"
|
|||||||
BR2_LUAROCKS_MIRROR="http://rocks.moonscript.org"
|
BR2_LUAROCKS_MIRROR="http://rocks.moonscript.org"
|
||||||
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
|
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
|
||||||
BR2_JLEVEL=0
|
BR2_JLEVEL=0
|
||||||
BR2_CCACHE=y
|
# BR2_CCACHE is not set
|
||||||
BR2_CCACHE_DIR="$(BUILDS_ROOT)/.buildroot-ccache"
|
|
||||||
BR2_CCACHE_INITIAL_SETUP=""
|
|
||||||
BR2_CCACHE_USE_BASEDIR=y
|
|
||||||
# BR2_DEPRECATED is not set
|
|
||||||
# BR2_ENABLE_DEBUG is not set
|
# BR2_ENABLE_DEBUG is not set
|
||||||
BR2_STRIP_strip=y
|
BR2_STRIP_strip=y
|
||||||
# BR2_STRIP_none is not set
|
# BR2_STRIP_none is not set
|
||||||
@@ -132,10 +129,10 @@ BR2_STRIP_EXCLUDE_DIRS=""
|
|||||||
# BR2_OPTIMIZE_G is not set
|
# BR2_OPTIMIZE_G is not set
|
||||||
BR2_OPTIMIZE_S=y
|
BR2_OPTIMIZE_S=y
|
||||||
# BR2_GOOGLE_BREAKPAD_ENABLE is not set
|
# BR2_GOOGLE_BREAKPAD_ENABLE is not set
|
||||||
BR2_SSP_NONE=y
|
|
||||||
# BR2_SSP_REGULAR is not set
|
#
|
||||||
# BR2_SSP_STRONG is not set
|
# Stack Smashing Protection needs a toolchain w/ SSP
|
||||||
# BR2_SSP_ALL is not set
|
#
|
||||||
# BR2_STATIC_LIBS is not set
|
# BR2_STATIC_LIBS is not set
|
||||||
BR2_SHARED_LIBS=y
|
BR2_SHARED_LIBS=y
|
||||||
# BR2_SHARED_STATIC_LIBS is not set
|
# BR2_SHARED_STATIC_LIBS is not set
|
||||||
@@ -152,10 +149,14 @@ BR2_COMPILER_PARANOID_UNSAFE_PATH=y
|
|||||||
# Toolchain
|
# Toolchain
|
||||||
#
|
#
|
||||||
BR2_TOOLCHAIN=y
|
BR2_TOOLCHAIN=y
|
||||||
BR2_TOOLCHAIN_USES_GLIBC=y
|
BR2_TOOLCHAIN_USES_UCLIBC=y
|
||||||
# BR2_TOOLCHAIN_BUILDROOT is not set
|
# BR2_TOOLCHAIN_BUILDROOT is not set
|
||||||
BR2_TOOLCHAIN_EXTERNAL=y
|
BR2_TOOLCHAIN_EXTERNAL=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Toolchain External Options
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Linaro toolchains available for Cortex-A + EABIhf
|
# Linaro toolchains available for Cortex-A + EABIhf
|
||||||
#
|
#
|
||||||
@@ -167,19 +168,20 @@ BR2_TOOLCHAIN_EXTERNAL=y
|
|||||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
|
||||||
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
|
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED is not set
|
# BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED is not set
|
||||||
BR2_TOOLCHAIN_EXTERNAL_URL="http://serveur.nadal-fr.com/toolchains/toolchain_pi-4_9_4-glibc.tar.bz2"
|
BR2_TOOLCHAIN_EXTERNAL_URL="http://serveur.nadal-fr.com/toolchains/toolchain_pi-5_4_0-uclibc.tar.bz2"
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(ARCH)-linux"
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(ARCH)-linux"
|
||||||
BR2_TOOLCHAIN_EXTERNAL_PREFIX="$(ARCH)-linux"
|
BR2_TOOLCHAIN_EXTERNAL_PREFIX="$(ARCH)-linux"
|
||||||
BR2_TOOLCHAIN_EXTERNAL_GLIBC=y
|
BR2_TOOLCHAIN_EXTERNAL_UCLIBC=y
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GCC_6 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_GCC_6 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GCC_5 is not set
|
BR2_TOOLCHAIN_EXTERNAL_GCC_5=y
|
||||||
BR2_TOOLCHAIN_EXTERNAL_GCC_4_9=y
|
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_9 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_8 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_8 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_7 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_7 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_6 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_6 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_5 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_5 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_4 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_4 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_3 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_GCC_4_3 is not set
|
||||||
|
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_8 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_7 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_7 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_6 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_6 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_5 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_5 is not set
|
||||||
@@ -209,27 +211,37 @@ BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_4=y
|
|||||||
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_1 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_1 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_0 is not set
|
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_0 is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_REALLY_OLD is not set
|
# BR2_TOOLCHAIN_EXTERNAL_HEADERS_REALLY_OLD is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC is not set
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC=y
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
|
# BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL is not set
|
# BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL is not set
|
||||||
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
BR2_TOOLCHAIN_EXTERNAL_WCHAR=y
|
||||||
|
# BR2_TOOLCHAIN_EXTERNAL_LOCALE is not set
|
||||||
|
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS=y
|
||||||
|
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
|
||||||
|
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL=y
|
||||||
|
# BR2_TOOLCHAIN_EXTERNAL_HAS_SSP is not set
|
||||||
BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y
|
BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_FORTRAN is not set
|
# BR2_TOOLCHAIN_EXTERNAL_FORTRAN is not set
|
||||||
BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS=""
|
BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS=""
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY is not set
|
# BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Host GDB Options
|
||||||
|
#
|
||||||
# BR2_PACKAGE_HOST_GDB is not set
|
# BR2_PACKAGE_HOST_GDB is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Toolchain Generic Options
|
||||||
|
#
|
||||||
BR2_TOOLCHAIN_HAS_NATIVE_RPC=y
|
BR2_TOOLCHAIN_HAS_NATIVE_RPC=y
|
||||||
BR2_USE_WCHAR=y
|
BR2_USE_WCHAR=y
|
||||||
BR2_ENABLE_LOCALE=y
|
|
||||||
BR2_INSTALL_LIBSTDCPP=y
|
BR2_INSTALL_LIBSTDCPP=y
|
||||||
BR2_TOOLCHAIN_HAS_THREADS=y
|
BR2_TOOLCHAIN_HAS_THREADS=y
|
||||||
BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y
|
|
||||||
BR2_TOOLCHAIN_HAS_THREADS_NPTL=y
|
BR2_TOOLCHAIN_HAS_THREADS_NPTL=y
|
||||||
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
|
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
|
||||||
BR2_TOOLCHAIN_HAS_SSP=y
|
|
||||||
BR2_TOOLCHAIN_SUPPORTS_PIE=y
|
BR2_TOOLCHAIN_SUPPORTS_PIE=y
|
||||||
# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set
|
BR2_NEEDS_GETTEXT=y
|
||||||
BR2_USE_MMU=y
|
BR2_USE_MMU=y
|
||||||
BR2_TARGET_OPTIMIZATION=""
|
BR2_TARGET_OPTIMIZATION=""
|
||||||
BR2_TARGET_LDFLAGS=""
|
BR2_TARGET_LDFLAGS=""
|
||||||
@@ -267,12 +279,11 @@ BR2_TOOLCHAIN_GCC_AT_LEAST_4_6=y
|
|||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST="4.9"
|
BR2_TOOLCHAIN_GCC_AT_LEAST_5=y
|
||||||
|
BR2_TOOLCHAIN_GCC_AT_LEAST="5"
|
||||||
BR2_TOOLCHAIN_HAS_SYNC_1=y
|
BR2_TOOLCHAIN_HAS_SYNC_1=y
|
||||||
BR2_TOOLCHAIN_HAS_SYNC_2=y
|
BR2_TOOLCHAIN_HAS_SYNC_2=y
|
||||||
BR2_TOOLCHAIN_HAS_SYNC_4=y
|
BR2_TOOLCHAIN_HAS_SYNC_4=y
|
||||||
BR2_TOOLCHAIN_ARM_HAS_SYNC_8=y
|
|
||||||
BR2_TOOLCHAIN_HAS_SYNC_8=y
|
|
||||||
BR2_TOOLCHAIN_HAS_LIBATOMIC=y
|
BR2_TOOLCHAIN_HAS_LIBATOMIC=y
|
||||||
BR2_TOOLCHAIN_HAS_ATOMIC=y
|
BR2_TOOLCHAIN_HAS_ATOMIC=y
|
||||||
|
|
||||||
@@ -290,7 +301,10 @@ BR2_TARGET_GENERIC_PASSWD_MD5=y
|
|||||||
BR2_TARGET_GENERIC_PASSWD_METHOD="md5"
|
BR2_TARGET_GENERIC_PASSWD_METHOD="md5"
|
||||||
BR2_INIT_BUSYBOX=y
|
BR2_INIT_BUSYBOX=y
|
||||||
# BR2_INIT_SYSV is not set
|
# BR2_INIT_SYSV is not set
|
||||||
# BR2_INIT_SYSTEMD is not set
|
|
||||||
|
#
|
||||||
|
# systemd needs a glibc toolchain, headers >= 3.10
|
||||||
|
#
|
||||||
# BR2_INIT_NONE is not set
|
# BR2_INIT_NONE is not set
|
||||||
# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set
|
# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set
|
||||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
|
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
|
||||||
@@ -303,7 +317,7 @@ BR2_TARGET_GENERIC_ROOT_PASSWD=""
|
|||||||
BR2_SYSTEM_BIN_SH_BUSYBOX=y
|
BR2_SYSTEM_BIN_SH_BUSYBOX=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
# bash, dash, mksh, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
#
|
#
|
||||||
# BR2_SYSTEM_BIN_SH_NONE is not set
|
# BR2_SYSTEM_BIN_SH_NONE is not set
|
||||||
BR2_SYSTEM_BIN_SH="busybox"
|
BR2_SYSTEM_BIN_SH="busybox"
|
||||||
@@ -312,7 +326,6 @@ BR2_SYSTEM_BIN_SH="busybox"
|
|||||||
BR2_SYSTEM_DHCP="eth0"
|
BR2_SYSTEM_DHCP="eth0"
|
||||||
BR2_ENABLE_LOCALE_PURGE=y
|
BR2_ENABLE_LOCALE_PURGE=y
|
||||||
BR2_ENABLE_LOCALE_WHITELIST="C en_US"
|
BR2_ENABLE_LOCALE_WHITELIST="C en_US"
|
||||||
BR2_GENERATE_LOCALE=""
|
|
||||||
# BR2_TARGET_TZ_INFO is not set
|
# BR2_TARGET_TZ_INFO is not set
|
||||||
BR2_ROOTFS_USERS_TABLES=""
|
BR2_ROOTFS_USERS_TABLES=""
|
||||||
BR2_ROOTFS_OVERLAY="$(BOARD)/ovl/"
|
BR2_ROOTFS_OVERLAY="$(BOARD)/ovl/"
|
||||||
@@ -331,10 +344,9 @@ BR2_LINUX_KERNEL=y
|
|||||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||||
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
|
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
|
||||||
# BR2_LINUX_KERNEL_CUSTOM_SVN is not set
|
# BR2_LINUX_KERNEL_CUSTOM_SVN is not set
|
||||||
# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set
|
|
||||||
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="ssh://git@serveur.nadal-fr.com:5023/PI/linux.git"
|
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="ssh://git@serveur.nadal-fr.com:5023/PI/linux.git"
|
||||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c39a262aaf850dabf3c5db720510088225a00999"
|
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="b48e00af199a4fc75d9d00193180941bcdfe5bf6"
|
||||||
BR2_LINUX_KERNEL_VERSION="c39a262aaf850dabf3c5db720510088225a00999"
|
BR2_LINUX_KERNEL_VERSION="b48e00af199a4fc75d9d00193180941bcdfe5bf6"
|
||||||
BR2_LINUX_KERNEL_PATCH=""
|
BR2_LINUX_KERNEL_PATCH=""
|
||||||
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
|
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
|
||||||
# BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG is not set
|
# BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG is not set
|
||||||
@@ -363,13 +375,17 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-c
|
|||||||
#
|
#
|
||||||
# BR2_LINUX_KERNEL_EXT_XENOMAI is not set
|
# BR2_LINUX_KERNEL_EXT_XENOMAI is not set
|
||||||
# BR2_LINUX_KERNEL_EXT_RTAI is not set
|
# BR2_LINUX_KERNEL_EXT_RTAI is not set
|
||||||
|
# BR2_LINUX_KERNEL_EXT_EV3DEV_LINUX_DRIVERS is not set
|
||||||
# BR2_LINUX_KERNEL_EXT_FBTFT is not set
|
# BR2_LINUX_KERNEL_EXT_FBTFT is not set
|
||||||
|
# BR2_LINUX_KERNEL_EXT_AUFS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Linux Kernel Tools
|
# Linux Kernel Tools
|
||||||
#
|
#
|
||||||
# BR2_LINUX_KERNEL_TOOL_CPUPOWER is not set
|
# BR2_PACKAGE_LINUX_TOOLS_CPUPOWER is not set
|
||||||
# BR2_LINUX_KERNEL_TOOL_PERF is not set
|
# BR2_PACKAGE_LINUX_TOOLS_GPIO is not set
|
||||||
|
# BR2_PACKAGE_LINUX_TOOLS_IIO is not set
|
||||||
|
# BR2_PACKAGE_LINUX_TOOLS_PERF is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
# selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
@@ -382,7 +398,6 @@ BR2_PACKAGE_BUSYBOX=y
|
|||||||
BR2_PACKAGE_BUSYBOX_CONFIG="$(BOARD)/configs/busybox.config"
|
BR2_PACKAGE_BUSYBOX_CONFIG="$(BOARD)/configs/busybox.config"
|
||||||
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES=""
|
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES=""
|
||||||
# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
|
# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
|
||||||
# BR2_PACKAGE_BUSYBOX_SELINUX is not set
|
|
||||||
# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set
|
# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set
|
||||||
BR2_PACKAGE_SKELETON=y
|
BR2_PACKAGE_SKELETON=y
|
||||||
|
|
||||||
@@ -405,7 +420,6 @@ BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_GSTREAMER is not set
|
# BR2_PACKAGE_GSTREAMER is not set
|
||||||
# BR2_PACKAGE_GSTREAMER1 is not set
|
# BR2_PACKAGE_GSTREAMER1 is not set
|
||||||
# BR2_PACKAGE_JACK2 is not set
|
# BR2_PACKAGE_JACK2 is not set
|
||||||
BR2_PACKAGE_KODI_ARCH_SUPPORTS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# kodi requires an OpenGL ES and EGL backend
|
# kodi requires an OpenGL ES and EGL backend
|
||||||
@@ -418,6 +432,7 @@ BR2_PACKAGE_KODI_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_MJPEGTOOLS is not set
|
# BR2_PACKAGE_MJPEGTOOLS is not set
|
||||||
# BR2_PACKAGE_MODPLUGTOOLS is not set
|
# BR2_PACKAGE_MODPLUGTOOLS is not set
|
||||||
|
# BR2_PACKAGE_MOTION is not set
|
||||||
# BR2_PACKAGE_MPD is not set
|
# BR2_PACKAGE_MPD is not set
|
||||||
# BR2_PACKAGE_MPD_MPC is not set
|
# BR2_PACKAGE_MPD_MPC is not set
|
||||||
# BR2_PACKAGE_MPG123 is not set
|
# BR2_PACKAGE_MPG123 is not set
|
||||||
@@ -469,13 +484,16 @@ BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_DSTAT is not set
|
# BR2_PACKAGE_DSTAT is not set
|
||||||
# BR2_PACKAGE_DT is not set
|
# BR2_PACKAGE_DT is not set
|
||||||
# BR2_PACKAGE_DUMA is not set
|
# BR2_PACKAGE_DUMA is not set
|
||||||
# BR2_PACKAGE_FIO is not set
|
|
||||||
# BR2_PACKAGE_GDB is not set
|
#
|
||||||
|
# gdb/gdbserver needs a toolchain w/ threads, threads debug
|
||||||
|
#
|
||||||
BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
|
BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_GOOGLE_BREAKPAD is not set
|
# BR2_PACKAGE_GOOGLE_BREAKPAD is not set
|
||||||
# BR2_PACKAGE_IOZONE is not set
|
# BR2_PACKAGE_IOZONE is not set
|
||||||
# BR2_PACKAGE_KEXEC is not set
|
# BR2_PACKAGE_KEXEC is not set
|
||||||
# BR2_PACKAGE_KTAP is not set
|
# BR2_PACKAGE_KTAP is not set
|
||||||
|
# BR2_PACKAGE_KVM_UNIT_TESTS is not set
|
||||||
# BR2_PACKAGE_LATENCYTOP is not set
|
# BR2_PACKAGE_LATENCYTOP is not set
|
||||||
# BR2_PACKAGE_LMBENCH is not set
|
# BR2_PACKAGE_LMBENCH is not set
|
||||||
# BR2_PACKAGE_LTP_TESTSUITE is not set
|
# BR2_PACKAGE_LTP_TESTSUITE is not set
|
||||||
@@ -485,7 +503,10 @@ BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LTTNG_TOOLS is not set
|
# BR2_PACKAGE_LTTNG_TOOLS is not set
|
||||||
# BR2_PACKAGE_MEMSTAT is not set
|
# BR2_PACKAGE_MEMSTAT is not set
|
||||||
# BR2_PACKAGE_NETPERF is not set
|
# BR2_PACKAGE_NETPERF is not set
|
||||||
# BR2_PACKAGE_NETSNIFF_NG is not set
|
|
||||||
|
#
|
||||||
|
# netsniff-ng needs a glibc toolchain w/ threads, headers >= 3.0
|
||||||
|
#
|
||||||
BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS=y
|
BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_OPROFILE is not set
|
# BR2_PACKAGE_OPROFILE is not set
|
||||||
# BR2_PACKAGE_PAX_UTILS is not set
|
# BR2_PACKAGE_PAX_UTILS is not set
|
||||||
@@ -496,10 +517,14 @@ BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_SPIDEV_TEST is not set
|
# BR2_PACKAGE_SPIDEV_TEST is not set
|
||||||
# BR2_PACKAGE_STRACE is not set
|
# BR2_PACKAGE_STRACE is not set
|
||||||
# BR2_PACKAGE_STRESS is not set
|
# BR2_PACKAGE_STRESS is not set
|
||||||
# BR2_PACKAGE_STRESS_NG is not set
|
|
||||||
|
#
|
||||||
|
# stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3
|
||||||
|
#
|
||||||
# BR2_PACKAGE_SYSDIG is not set
|
# BR2_PACKAGE_SYSDIG is not set
|
||||||
# BR2_PACKAGE_TINYMEMBENCH is not set
|
# BR2_PACKAGE_TINYMEMBENCH is not set
|
||||||
# BR2_PACKAGE_TRACE_CMD is not set
|
# BR2_PACKAGE_TRACE_CMD is not set
|
||||||
|
BR2_PACKAGE_TRINITY_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_TRINITY is not set
|
# BR2_PACKAGE_TRINITY is not set
|
||||||
# BR2_PACKAGE_WHETSTONE is not set
|
# BR2_PACKAGE_WHETSTONE is not set
|
||||||
|
|
||||||
@@ -528,6 +553,7 @@ BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# Filesystem and flash utilities
|
# Filesystem and flash utilities
|
||||||
#
|
#
|
||||||
|
# BR2_PACKAGE_AUFS_UTIL is not set
|
||||||
# BR2_PACKAGE_AUTOFS is not set
|
# BR2_PACKAGE_AUTOFS is not set
|
||||||
# BR2_PACKAGE_BTRFS_PROGS is not set
|
# BR2_PACKAGE_BTRFS_PROGS is not set
|
||||||
# BR2_PACKAGE_CIFS_UTILS is not set
|
# BR2_PACKAGE_CIFS_UTILS is not set
|
||||||
@@ -637,7 +663,10 @@ BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_FBDUMP is not set
|
# BR2_PACKAGE_FBDUMP is not set
|
||||||
# BR2_PACKAGE_FBGRAB is not set
|
# BR2_PACKAGE_FBGRAB is not set
|
||||||
# BR2_PACKAGE_FB_TEST_APP is not set
|
# BR2_PACKAGE_FB_TEST_APP is not set
|
||||||
# BR2_PACKAGE_FBTERM is not set
|
|
||||||
|
#
|
||||||
|
# fbterm needs a toolchain w/ C++, wchar, locale
|
||||||
|
#
|
||||||
# BR2_PACKAGE_FBV is not set
|
# BR2_PACKAGE_FBV is not set
|
||||||
# BR2_PACKAGE_FREERDP is not set
|
# BR2_PACKAGE_FREERDP is not set
|
||||||
# BR2_PACKAGE_IMAGEMAGICK is not set
|
# BR2_PACKAGE_IMAGEMAGICK is not set
|
||||||
@@ -685,8 +714,12 @@ BR2_PACKAGE_RPI_FIRMWARE_DEFAULT=y
|
|||||||
# BR2_PACKAGE_RPI_FIRMWARE_CD is not set
|
# BR2_PACKAGE_RPI_FIRMWARE_CD is not set
|
||||||
BR2_PACKAGE_RPI_FIRMWARE_BOOT=""
|
BR2_PACKAGE_RPI_FIRMWARE_BOOT=""
|
||||||
# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
|
# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
|
||||||
# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_VCDBG is not set
|
|
||||||
|
#
|
||||||
|
# vcdbg needs a glibc toolchain w/ C++
|
||||||
|
#
|
||||||
# BR2_PACKAGE_SUNXI_BOARDS is not set
|
# BR2_PACKAGE_SUNXI_BOARDS is not set
|
||||||
|
# BR2_PACKAGE_TS4900_FPGA is not set
|
||||||
# BR2_PACKAGE_UX500_FIRMWARE is not set
|
# BR2_PACKAGE_UX500_FIRMWARE is not set
|
||||||
# BR2_PACKAGE_WILC1000_FIRMWARE is not set
|
# BR2_PACKAGE_WILC1000_FIRMWARE is not set
|
||||||
# BR2_PACKAGE_ZD1211_FIRMWARE is not set
|
# BR2_PACKAGE_ZD1211_FIRMWARE is not set
|
||||||
@@ -739,21 +772,30 @@ BR2_PACKAGE_RPI_FIRMWARE_BOOT=""
|
|||||||
# BR2_PACKAGE_KBD is not set
|
# BR2_PACKAGE_KBD is not set
|
||||||
# BR2_PACKAGE_LCDPROC is not set
|
# BR2_PACKAGE_LCDPROC is not set
|
||||||
# BR2_PACKAGE_LIBUIO is not set
|
# BR2_PACKAGE_LIBUIO is not set
|
||||||
# BR2_PACKAGE_LIBUMP is not set
|
|
||||||
|
#
|
||||||
|
# libump needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LINUX_BACKPORTS is not set
|
# BR2_PACKAGE_LINUX_BACKPORTS is not set
|
||||||
# BR2_PACKAGE_LIRC_TOOLS is not set
|
# BR2_PACKAGE_LIRC_TOOLS is not set
|
||||||
# BR2_PACKAGE_LM_SENSORS is not set
|
# BR2_PACKAGE_LM_SENSORS is not set
|
||||||
# BR2_PACKAGE_LSHW is not set
|
# BR2_PACKAGE_LSHW is not set
|
||||||
# BR2_PACKAGE_LSUIO is not set
|
# BR2_PACKAGE_LSUIO is not set
|
||||||
# BR2_PACKAGE_LVM2 is not set
|
# BR2_PACKAGE_LVM2 is not set
|
||||||
# BR2_PACKAGE_MALI_T76X is not set
|
|
||||||
|
#
|
||||||
|
# mali-t76x needs a glibc toolchain with armhf enabled
|
||||||
|
#
|
||||||
# BR2_PACKAGE_MDADM is not set
|
# BR2_PACKAGE_MDADM is not set
|
||||||
# BR2_PACKAGE_MEMTESTER is not set
|
# BR2_PACKAGE_MEMTESTER is not set
|
||||||
# BR2_PACKAGE_MINICOM is not set
|
# BR2_PACKAGE_MINICOM is not set
|
||||||
# BR2_PACKAGE_NANOCOM is not set
|
# BR2_PACKAGE_NANOCOM is not set
|
||||||
# BR2_PACKAGE_NEARD is not set
|
# BR2_PACKAGE_NEARD is not set
|
||||||
# BR2_PACKAGE_NVME is not set
|
# BR2_PACKAGE_NVME is not set
|
||||||
# BR2_PACKAGE_ODROID_MALI is not set
|
|
||||||
|
#
|
||||||
|
# odroid-mali needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_ODROID_SCRIPTS is not set
|
# BR2_PACKAGE_ODROID_SCRIPTS is not set
|
||||||
# BR2_PACKAGE_OFONO is not set
|
# BR2_PACKAGE_OFONO is not set
|
||||||
# BR2_PACKAGE_OLA is not set
|
# BR2_PACKAGE_OLA is not set
|
||||||
@@ -790,19 +832,32 @@ BR2_PACKAGE_RPI_FIRMWARE_BOOT=""
|
|||||||
# BR2_PACKAGE_SREDIRD is not set
|
# BR2_PACKAGE_SREDIRD is not set
|
||||||
# BR2_PACKAGE_STATSERIAL is not set
|
# BR2_PACKAGE_STATSERIAL is not set
|
||||||
# BR2_PACKAGE_STM32FLASH is not set
|
# BR2_PACKAGE_STM32FLASH is not set
|
||||||
# BR2_PACKAGE_SUNXI_CEDARX is not set
|
|
||||||
# BR2_PACKAGE_SUNXI_MALI is not set
|
#
|
||||||
|
# sunxi-cedarx needs a glibc toolchain
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# sunxi-mali needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_SYSSTAT is not set
|
# BR2_PACKAGE_SYSSTAT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# targetcli-fb depends on Python
|
# targetcli-fb depends on Python
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_TI_GFX is not set
|
|
||||||
|
#
|
||||||
|
# ti-gfx needs a glibc toolchain and a Linux kernel to be built
|
||||||
|
#
|
||||||
# BR2_PACKAGE_TI_SGX_KM is not set
|
# BR2_PACKAGE_TI_SGX_KM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# ti-sgx-um needs the ti-sgx-km driver
|
# ti-sgx-um needs the ti-sgx-km driver
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# ti-sgx-um needs a glibc toolchain w/ threads
|
||||||
|
#
|
||||||
# BR2_PACKAGE_TI_UIM is not set
|
# BR2_PACKAGE_TI_UIM is not set
|
||||||
# BR2_PACKAGE_TI_UTILS is not set
|
# BR2_PACKAGE_TI_UTILS is not set
|
||||||
# BR2_PACKAGE_TRIGGERHAPPY is not set
|
# BR2_PACKAGE_TRIGGERHAPPY is not set
|
||||||
@@ -966,7 +1021,10 @@ BR2_PACKAGE_LIBGPG_ERROR_SYSCFG="arm-unknown-linux-gnueabi"
|
|||||||
# BR2_PACKAGE_KOMPEXSQLITE is not set
|
# BR2_PACKAGE_KOMPEXSQLITE is not set
|
||||||
# BR2_PACKAGE_LEVELDB is not set
|
# BR2_PACKAGE_LEVELDB is not set
|
||||||
BR2_PACKAGE_MONGODB_ARCH_SUPPORTS=y
|
BR2_PACKAGE_MONGODB_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_MONGODB is not set
|
|
||||||
|
#
|
||||||
|
# mongodb needs a glibc toolchain w/ wchar, threads, C++, gcc >= 4.8
|
||||||
|
#
|
||||||
# BR2_PACKAGE_MYSQL is not set
|
# BR2_PACKAGE_MYSQL is not set
|
||||||
# BR2_PACKAGE_POSTGRESQL is not set
|
# BR2_PACKAGE_POSTGRESQL is not set
|
||||||
# BR2_PACKAGE_REDIS is not set
|
# BR2_PACKAGE_REDIS is not set
|
||||||
@@ -1050,7 +1108,7 @@ BR2_PACKAGE_MONGODB_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# libgtk3 needs an OpenGL or OpenGL EGL backend provided by mesa3d
|
# libgtk3 needs an OpenGL or an OpenGL-EGL/wayland backend
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_LIBMNG is not set
|
# BR2_PACKAGE_LIBMNG is not set
|
||||||
# BR2_PACKAGE_LIBPNG is not set
|
# BR2_PACKAGE_LIBPNG is not set
|
||||||
@@ -1081,7 +1139,6 @@ BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# webkitgtk needs libgtk3 and a glibc toolchain w/ C++, gcc >= 4.9
|
# webkitgtk needs libgtk3 and a glibc toolchain w/ C++, gcc >= 4.9
|
||||||
#
|
#
|
||||||
BR2_PACKAGE_WEBKITGTK24_ARCH_SUPPORTS=y
|
|
||||||
# BR2_PACKAGE_WEBP is not set
|
# BR2_PACKAGE_WEBP is not set
|
||||||
# BR2_PACKAGE_ZBAR is not set
|
# BR2_PACKAGE_ZBAR is not set
|
||||||
# BR2_PACKAGE_ZXING_CPP is not set
|
# BR2_PACKAGE_ZXING_CPP is not set
|
||||||
@@ -1185,6 +1242,7 @@ BR2_PACKAGE_EXPAT=y
|
|||||||
# BR2_PACKAGE_LIBXSLT is not set
|
# BR2_PACKAGE_LIBXSLT is not set
|
||||||
# BR2_PACKAGE_LIBYAML is not set
|
# BR2_PACKAGE_LIBYAML is not set
|
||||||
# BR2_PACKAGE_MXML is not set
|
# BR2_PACKAGE_MXML is not set
|
||||||
|
# BR2_PACKAGE_PUGIXML is not set
|
||||||
# BR2_PACKAGE_RAPIDJSON is not set
|
# BR2_PACKAGE_RAPIDJSON is not set
|
||||||
# BR2_PACKAGE_RAPIDXML is not set
|
# BR2_PACKAGE_RAPIDXML is not set
|
||||||
# BR2_PACKAGE_RAPTOR is not set
|
# BR2_PACKAGE_RAPTOR is not set
|
||||||
@@ -1325,7 +1383,10 @@ BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_MONGOOSE is not set
|
# BR2_PACKAGE_MONGOOSE is not set
|
||||||
# BR2_PACKAGE_NEON is not set
|
# BR2_PACKAGE_NEON is not set
|
||||||
# BR2_PACKAGE_NORM is not set
|
# BR2_PACKAGE_NORM is not set
|
||||||
# BR2_PACKAGE_NSS_PAM_LDAPD is not set
|
|
||||||
|
#
|
||||||
|
# nss-pam-ldapd needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_OMNIORB is not set
|
# BR2_PACKAGE_OMNIORB is not set
|
||||||
# BR2_PACKAGE_OPENLDAP is not set
|
# BR2_PACKAGE_OPENLDAP is not set
|
||||||
# BR2_PACKAGE_OPENMPI is not set
|
# BR2_PACKAGE_OPENMPI is not set
|
||||||
@@ -1335,6 +1396,7 @@ BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y
|
|||||||
# openzwave needs udev and a toolchain w/ C++, threads, wchar
|
# openzwave needs udev and a toolchain w/ C++, threads, wchar
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_ORTP is not set
|
# BR2_PACKAGE_ORTP is not set
|
||||||
|
# BR2_PACKAGE_PAHO_MQTT_C is not set
|
||||||
# BR2_PACKAGE_QDECODER is not set
|
# BR2_PACKAGE_QDECODER is not set
|
||||||
# BR2_PACKAGE_QPID_PROTON is not set
|
# BR2_PACKAGE_QPID_PROTON is not set
|
||||||
# BR2_PACKAGE_RABBITMQ_C is not set
|
# BR2_PACKAGE_RABBITMQ_C is not set
|
||||||
@@ -1344,7 +1406,6 @@ BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_SOFIA_SIP is not set
|
# BR2_PACKAGE_SOFIA_SIP is not set
|
||||||
# BR2_PACKAGE_THRIFT is not set
|
# BR2_PACKAGE_THRIFT is not set
|
||||||
# BR2_PACKAGE_USBREDIR is not set
|
# BR2_PACKAGE_USBREDIR is not set
|
||||||
# BR2_PACKAGE_WVSTREAMS is not set
|
|
||||||
# BR2_PACKAGE_ZEROMQ is not set
|
# BR2_PACKAGE_ZEROMQ is not set
|
||||||
# BR2_PACKAGE_ZMQPP is not set
|
# BR2_PACKAGE_ZMQPP is not set
|
||||||
# BR2_PACKAGE_ZYRE is not set
|
# BR2_PACKAGE_ZYRE is not set
|
||||||
@@ -1354,6 +1415,7 @@ BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_APR is not set
|
# BR2_PACKAGE_APR is not set
|
||||||
# BR2_PACKAGE_APR_UTIL is not set
|
# BR2_PACKAGE_APR_UTIL is not set
|
||||||
|
# BR2_PACKAGE_ARGP_STANDALONE is not set
|
||||||
# BR2_PACKAGE_ARMADILLO is not set
|
# BR2_PACKAGE_ARMADILLO is not set
|
||||||
# BR2_PACKAGE_ATF is not set
|
# BR2_PACKAGE_ATF is not set
|
||||||
# BR2_PACKAGE_BDWGC is not set
|
# BR2_PACKAGE_BDWGC is not set
|
||||||
@@ -1383,10 +1445,16 @@ BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y
|
|||||||
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
||||||
BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_LIBBSD is not set
|
|
||||||
|
#
|
||||||
|
# libbsd needs a glibc toolchain w/ threads
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LIBCAP is not set
|
# BR2_PACKAGE_LIBCAP is not set
|
||||||
# BR2_PACKAGE_LIBCAP_NG is not set
|
# BR2_PACKAGE_LIBCAP_NG is not set
|
||||||
# BR2_PACKAGE_LIBCGROUP is not set
|
|
||||||
|
#
|
||||||
|
# libcgroup needs a glibc toolchain w/ C++
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LIBCOFI is not set
|
# BR2_PACKAGE_LIBCOFI is not set
|
||||||
# BR2_PACKAGE_LIBCROCO is not set
|
# BR2_PACKAGE_LIBCROCO is not set
|
||||||
# BR2_PACKAGE_LIBCROSSGUID is not set
|
# BR2_PACKAGE_LIBCROSSGUID is not set
|
||||||
@@ -1398,7 +1466,9 @@ BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LIBFFI is not set
|
# BR2_PACKAGE_LIBFFI is not set
|
||||||
# BR2_PACKAGE_LIBGEE is not set
|
# BR2_PACKAGE_LIBGEE is not set
|
||||||
# BR2_PACKAGE_LIBGLIB2 is not set
|
# BR2_PACKAGE_LIBGLIB2 is not set
|
||||||
|
# BR2_PACKAGE_LIBGLOB is not set
|
||||||
# BR2_PACKAGE_LIBICAL is not set
|
# BR2_PACKAGE_LIBICAL is not set
|
||||||
|
# BR2_PACKAGE_LIBITE is not set
|
||||||
# BR2_PACKAGE_LIBLINEAR is not set
|
# BR2_PACKAGE_LIBLINEAR is not set
|
||||||
BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y
|
BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y
|
||||||
# BR2_PACKAGE_LIBNSPR is not set
|
# BR2_PACKAGE_LIBNSPR is not set
|
||||||
@@ -1420,8 +1490,14 @@ BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LIBURCU is not set
|
# BR2_PACKAGE_LIBURCU is not set
|
||||||
# BR2_PACKAGE_LIBUV is not set
|
# BR2_PACKAGE_LIBUV is not set
|
||||||
# BR2_PACKAGE_LIGHTNING is not set
|
# BR2_PACKAGE_LIGHTNING is not set
|
||||||
# BR2_PACKAGE_LINUX_PAM is not set
|
|
||||||
# BR2_PACKAGE_LIQUID_DSP is not set
|
#
|
||||||
|
# linux-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# liquid-dsp requires a glibc or musl toolchain w/ dynamic library
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LTTNG_LIBUST is not set
|
# BR2_PACKAGE_LTTNG_LIBUST is not set
|
||||||
# BR2_PACKAGE_MPC is not set
|
# BR2_PACKAGE_MPC is not set
|
||||||
# BR2_PACKAGE_MPDECIMAL is not set
|
# BR2_PACKAGE_MPDECIMAL is not set
|
||||||
@@ -1439,14 +1515,21 @@ BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_PROTOBUF_C is not set
|
# BR2_PACKAGE_PROTOBUF_C is not set
|
||||||
# BR2_PACKAGE_QHULL is not set
|
# BR2_PACKAGE_QHULL is not set
|
||||||
# BR2_PACKAGE_QLIBC is not set
|
# BR2_PACKAGE_QLIBC is not set
|
||||||
|
# BR2_PACKAGE_SHAPELIB is not set
|
||||||
# BR2_PACKAGE_SPHINXBASE is not set
|
# BR2_PACKAGE_SPHINXBASE is not set
|
||||||
# BR2_PACKAGE_TINYCBOR is not set
|
# BR2_PACKAGE_TINYCBOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security
|
# Security
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_LIBSELINUX is not set
|
|
||||||
# BR2_PACKAGE_LIBSEMANAGE is not set
|
#
|
||||||
|
# libselinux needs a glibc toolchain w/ threads, dynamic library
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# libsemanage needs a glibc toolchain w/ threads, dynamic library
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LIBSEPOL is not set
|
# BR2_PACKAGE_LIBSEPOL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -1459,6 +1542,7 @@ BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LIBENCA is not set
|
# BR2_PACKAGE_LIBENCA is not set
|
||||||
# BR2_PACKAGE_LIBESTR is not set
|
# BR2_PACKAGE_LIBESTR is not set
|
||||||
# BR2_PACKAGE_LIBFRIBIDI is not set
|
# BR2_PACKAGE_LIBFRIBIDI is not set
|
||||||
|
# BR2_PACKAGE_LIBICONV is not set
|
||||||
# BR2_PACKAGE_LIBUNISTRING is not set
|
# BR2_PACKAGE_LIBUNISTRING is not set
|
||||||
# BR2_PACKAGE_LINENOISE is not set
|
# BR2_PACKAGE_LINENOISE is not set
|
||||||
BR2_PACKAGE_NCURSES=y
|
BR2_PACKAGE_NCURSES=y
|
||||||
@@ -1529,7 +1613,10 @@ BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y
|
|||||||
# BR2_PACKAGE_BCUSDK is not set
|
# BR2_PACKAGE_BCUSDK is not set
|
||||||
# BR2_PACKAGE_BIND is not set
|
# BR2_PACKAGE_BIND is not set
|
||||||
# BR2_PACKAGE_BLUEZ_UTILS is not set
|
# BR2_PACKAGE_BLUEZ_UTILS is not set
|
||||||
# BR2_PACKAGE_BLUEZ5_UTILS is not set
|
|
||||||
|
#
|
||||||
|
# bluez5-utils needs a glibc or musl toolchain w/ wchar, threads, headers >= 3.4, dynamic library
|
||||||
|
#
|
||||||
# BR2_PACKAGE_BMON is not set
|
# BR2_PACKAGE_BMON is not set
|
||||||
# BR2_PACKAGE_BOA is not set
|
# BR2_PACKAGE_BOA is not set
|
||||||
# BR2_PACKAGE_BRIDGE_UTILS is not set
|
# BR2_PACKAGE_BRIDGE_UTILS is not set
|
||||||
@@ -1566,11 +1653,11 @@ BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y
|
|||||||
# BR2_PACKAGE_FLANNEL is not set
|
# BR2_PACKAGE_FLANNEL is not set
|
||||||
# BR2_PACKAGE_FPING is not set
|
# BR2_PACKAGE_FPING is not set
|
||||||
# BR2_PACKAGE_FREESWITCH is not set
|
# BR2_PACKAGE_FREESWITCH is not set
|
||||||
|
# BR2_PACKAGE_GESFTPSERVER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# gupnp-tools needs libgtk3
|
# gupnp-tools needs libgtk3
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_GESFTPSERVER is not set
|
|
||||||
# BR2_PACKAGE_HANS is not set
|
# BR2_PACKAGE_HANS is not set
|
||||||
# BR2_PACKAGE_HIAWATHA is not set
|
# BR2_PACKAGE_HIAWATHA is not set
|
||||||
# BR2_PACKAGE_HOSTAPD is not set
|
# BR2_PACKAGE_HOSTAPD is not set
|
||||||
@@ -1667,6 +1754,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_PURE_FTPD is not set
|
# BR2_PACKAGE_PURE_FTPD is not set
|
||||||
# BR2_PACKAGE_PUTTY is not set
|
# BR2_PACKAGE_PUTTY is not set
|
||||||
# BR2_PACKAGE_QUAGGA is not set
|
# BR2_PACKAGE_QUAGGA is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# rabbitmq-server needs erlang
|
||||||
|
#
|
||||||
# BR2_PACKAGE_RADVD is not set
|
# BR2_PACKAGE_RADVD is not set
|
||||||
# BR2_PACKAGE_RP_PPPOE is not set
|
# BR2_PACKAGE_RP_PPPOE is not set
|
||||||
# BR2_PACKAGE_RPCBIND is not set
|
# BR2_PACKAGE_RPCBIND is not set
|
||||||
@@ -1705,6 +1796,7 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_USHARE is not set
|
# BR2_PACKAGE_USHARE is not set
|
||||||
# BR2_PACKAGE_USSP_PUSH is not set
|
# BR2_PACKAGE_USSP_PUSH is not set
|
||||||
# BR2_PACKAGE_VDE2 is not set
|
# BR2_PACKAGE_VDE2 is not set
|
||||||
|
# BR2_PACKAGE_VDR is not set
|
||||||
# BR2_PACKAGE_VNSTAT is not set
|
# BR2_PACKAGE_VNSTAT is not set
|
||||||
# BR2_PACKAGE_VPNC is not set
|
# BR2_PACKAGE_VPNC is not set
|
||||||
# BR2_PACKAGE_VSFTPD is not set
|
# BR2_PACKAGE_VSFTPD is not set
|
||||||
@@ -1715,7 +1807,6 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_WIRESHARK is not set
|
# BR2_PACKAGE_WIRESHARK is not set
|
||||||
# BR2_PACKAGE_WPA_SUPPLICANT is not set
|
# BR2_PACKAGE_WPA_SUPPLICANT is not set
|
||||||
# BR2_PACKAGE_WPAN_TOOLS is not set
|
# BR2_PACKAGE_WPAN_TOOLS is not set
|
||||||
# BR2_PACKAGE_WVDIAL is not set
|
|
||||||
# BR2_PACKAGE_XINETD is not set
|
# BR2_PACKAGE_XINETD is not set
|
||||||
# BR2_PACKAGE_XL2TP is not set
|
# BR2_PACKAGE_XL2TP is not set
|
||||||
# BR2_PACKAGE_XTABLES_ADDONS is not set
|
# BR2_PACKAGE_XTABLES_ADDONS is not set
|
||||||
@@ -1779,7 +1870,10 @@ BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# Security
|
# Security
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_SETOOLS is not set
|
|
||||||
|
#
|
||||||
|
# setools needs a glibc toolchain w/ threads, C++, wchar, dynamic library
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Shell and utilities
|
# Shell and utilities
|
||||||
@@ -1788,6 +1882,7 @@ BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# Shells
|
# Shells
|
||||||
#
|
#
|
||||||
|
# BR2_PACKAGE_MKSH is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Utilities
|
# Utilities
|
||||||
@@ -1807,7 +1902,10 @@ BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_RANGER is not set
|
# BR2_PACKAGE_RANGER is not set
|
||||||
# BR2_PACKAGE_SCREEN is not set
|
# BR2_PACKAGE_SCREEN is not set
|
||||||
# BR2_PACKAGE_SUDO is not set
|
# BR2_PACKAGE_SUDO is not set
|
||||||
# BR2_PACKAGE_TMUX is not set
|
|
||||||
|
#
|
||||||
|
# tmux needs a toolchain w/ wchar, locale
|
||||||
|
#
|
||||||
# BR2_PACKAGE_XMLSTARLET is not set
|
# BR2_PACKAGE_XMLSTARLET is not set
|
||||||
# BR2_PACKAGE_XXHASH is not set
|
# BR2_PACKAGE_XXHASH is not set
|
||||||
|
|
||||||
@@ -1816,19 +1914,26 @@ BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_ACL is not set
|
# BR2_PACKAGE_ACL is not set
|
||||||
# BR2_PACKAGE_ANDROID_TOOLS is not set
|
# BR2_PACKAGE_ANDROID_TOOLS is not set
|
||||||
|
# BR2_PACKAGE_ATOP is not set
|
||||||
# BR2_PACKAGE_ATTR is not set
|
# BR2_PACKAGE_ATTR is not set
|
||||||
BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y
|
BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_AUDIT is not set
|
# BR2_PACKAGE_AUDIT is not set
|
||||||
# BR2_PACKAGE_CGROUPFS_MOUNT is not set
|
# BR2_PACKAGE_CGROUPFS_MOUNT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# circus needs Python and a toolchain w/ C++, wchar, threads
|
# circus needs Python and a uClibc or glibc toolchain w/ C++, wchar, threads
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_CPULOAD is not set
|
# BR2_PACKAGE_CPULOAD is not set
|
||||||
# BR2_PACKAGE_DOCKER_CONTAINERD is not set
|
# BR2_PACKAGE_DOCKER_CONTAINERD is not set
|
||||||
# BR2_PACKAGE_DOCKER_ENGINE is not set
|
# BR2_PACKAGE_DOCKER_ENGINE is not set
|
||||||
# BR2_PACKAGE_EFIBOOTMGR is not set
|
|
||||||
# BR2_PACKAGE_EFIVAR is not set
|
#
|
||||||
|
# efibootmgr requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.9
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# efivar requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.9
|
||||||
|
#
|
||||||
# BR2_PACKAGE_EMLOG is not set
|
# BR2_PACKAGE_EMLOG is not set
|
||||||
# BR2_PACKAGE_FTOP is not set
|
# BR2_PACKAGE_FTOP is not set
|
||||||
# BR2_PACKAGE_GETENT is not set
|
# BR2_PACKAGE_GETENT is not set
|
||||||
@@ -1842,7 +1947,10 @@ BR2_PACKAGE_INITSCRIPTS=y
|
|||||||
# BR2_PACKAGE_IRQBALANCE is not set
|
# BR2_PACKAGE_IRQBALANCE is not set
|
||||||
# BR2_PACKAGE_KEYUTILS is not set
|
# BR2_PACKAGE_KEYUTILS is not set
|
||||||
# BR2_PACKAGE_KMOD is not set
|
# BR2_PACKAGE_KMOD is not set
|
||||||
# BR2_PACKAGE_KVMTOOL is not set
|
|
||||||
|
#
|
||||||
|
# kvmtool needs a glibc or musl toolchain w/ dynamic library
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LXC is not set
|
# BR2_PACKAGE_LXC is not set
|
||||||
# BR2_PACKAGE_MONIT is not set
|
# BR2_PACKAGE_MONIT is not set
|
||||||
# BR2_PACKAGE_NCDU is not set
|
# BR2_PACKAGE_NCDU is not set
|
||||||
@@ -1862,8 +1970,13 @@ BR2_PACKAGE_INITSCRIPTS=y
|
|||||||
# BR2_PACKAGE_SWUPDATE is not set
|
# BR2_PACKAGE_SWUPDATE is not set
|
||||||
BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y
|
BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_TPM_TOOLS is not set
|
# BR2_PACKAGE_TPM_TOOLS is not set
|
||||||
# BR2_PACKAGE_UNSCD is not set
|
|
||||||
|
#
|
||||||
|
# unscd needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_UTIL_LINUX is not set
|
# BR2_PACKAGE_UTIL_LINUX is not set
|
||||||
|
BR2_PACKAGE_XVISOR_ARCH_SUPPORTS=y
|
||||||
|
# BR2_PACKAGE_XVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Text editors and viewers
|
# Text editors and viewers
|
||||||
@@ -1932,9 +2045,14 @@ BR2_TARGET_UBOOT_LATEST_VERSION=y
|
|||||||
# BR2_TARGET_UBOOT_CUSTOM_GIT is not set
|
# BR2_TARGET_UBOOT_CUSTOM_GIT is not set
|
||||||
# BR2_TARGET_UBOOT_CUSTOM_HG is not set
|
# BR2_TARGET_UBOOT_CUSTOM_HG is not set
|
||||||
# BR2_TARGET_UBOOT_CUSTOM_SVN is not set
|
# BR2_TARGET_UBOOT_CUSTOM_SVN is not set
|
||||||
BR2_TARGET_UBOOT_VERSION="2016.07"
|
BR2_TARGET_UBOOT_VERSION="2016.09.01"
|
||||||
BR2_TARGET_UBOOT_PATCH=""
|
BR2_TARGET_UBOOT_PATCH=""
|
||||||
BR2_TARGET_UBOOT_NEEDS_DTC=y
|
BR2_TARGET_UBOOT_NEEDS_DTC=y
|
||||||
|
# BR2_TARGET_UBOOT_NEEDS_OPENSSL is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# U-Boot binary format
|
||||||
|
#
|
||||||
# BR2_TARGET_UBOOT_FORMAT_AIS is not set
|
# BR2_TARGET_UBOOT_FORMAT_AIS is not set
|
||||||
BR2_TARGET_UBOOT_FORMAT_BIN=y
|
BR2_TARGET_UBOOT_FORMAT_BIN=y
|
||||||
# BR2_TARGET_UBOOT_FORMAT_DTB_IMG is not set
|
# BR2_TARGET_UBOOT_FORMAT_DTB_IMG is not set
|
||||||
@@ -1980,7 +2098,10 @@ BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_HOST_JQ is not set
|
# BR2_PACKAGE_HOST_JQ is not set
|
||||||
# BR2_PACKAGE_HOST_JSMIN is not set
|
# BR2_PACKAGE_HOST_JSMIN is not set
|
||||||
# BR2_PACKAGE_HOST_LPC3250LOADER is not set
|
# BR2_PACKAGE_HOST_LPC3250LOADER is not set
|
||||||
|
# BR2_PACKAGE_HOST_LTTNG_BABELTRACE is not set
|
||||||
|
# BR2_PACKAGE_HOST_MFGTOOLS is not set
|
||||||
BR2_PACKAGE_HOST_MKE2IMG=y
|
BR2_PACKAGE_HOST_MKE2IMG=y
|
||||||
|
# BR2_PACKAGE_HOST_MKPASSWD is not set
|
||||||
# BR2_PACKAGE_HOST_MTD is not set
|
# BR2_PACKAGE_HOST_MTD is not set
|
||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
# BR2_PACKAGE_HOST_MXSLDR is not set
|
# BR2_PACKAGE_HOST_MXSLDR is not set
|
||||||
@@ -2005,6 +2126,33 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
|
|||||||
# Legacy config options
|
# Legacy config options
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Legacy options removed in 2016.11
|
||||||
|
#
|
||||||
|
# BR2_PACKAGE_PHP_SAPI_CLI_CGI is not set
|
||||||
|
# BR2_PACKAGE_PHP_SAPI_CLI_FPM is not set
|
||||||
|
# BR2_PACKAGE_WVSTREAMS is not set
|
||||||
|
# BR2_PACKAGE_WVDIAL is not set
|
||||||
|
# BR2_PACKAGE_WEBKITGTK24 is not set
|
||||||
|
# BR2_PACKAGE_TORSMO is not set
|
||||||
|
# BR2_PACKAGE_SSTRIP is not set
|
||||||
|
# BR2_KERNEL_HEADERS_4_3 is not set
|
||||||
|
# BR2_KERNEL_HEADERS_4_2 is not set
|
||||||
|
# BR2_PACKAGE_KODI_ADDON_XVDR is not set
|
||||||
|
# BR2_PACKAGE_IPKG is not set
|
||||||
|
# BR2_GCC_VERSION_4_7_X is not set
|
||||||
|
# BR2_BINUTILS_VERSION_2_24_X is not set
|
||||||
|
# BR2_PACKAGE_WESTON_RPI is not set
|
||||||
|
# BR2_LINUX_KERNEL_TOOL_CPUPOWER is not set
|
||||||
|
# BR2_LINUX_KERNEL_TOOL_PERF is not set
|
||||||
|
# BR2_LINUX_KERNEL_TOOL_SELFTESTS is not set
|
||||||
|
# BR2_GCC_VERSION_4_8_ARC is not set
|
||||||
|
# BR2_KERNEL_HEADERS_4_0 is not set
|
||||||
|
# BR2_KERNEL_HEADERS_3_19 is not set
|
||||||
|
# BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS is not set
|
||||||
|
# BR2_PACKAGE_ELEMENTARY is not set
|
||||||
|
# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Legacy options removed in 2016.08
|
# Legacy options removed in 2016.08
|
||||||
#
|
#
|
||||||
@@ -2325,12 +2473,13 @@ BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION=""
|
|||||||
# BR2_BFIN_FLAT is not set
|
# BR2_BFIN_FLAT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# User-provided options
|
# External options
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Awox Audio Software
|
# Domo br2-external tree (in /home/jbnadal/sources/PI/Domo/projects/pi_domo/../../bsp/buildroot_external/)
|
||||||
#
|
#
|
||||||
|
BR2_EXTERNAL_DOMO_PATH="/home/jbnadal/sources/PI/Domo/projects/pi_domo/../../bsp/buildroot_external/"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Domo
|
# Domo
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Buildroot 2016.08.1-gaa122f7-dirty Configuration
|
# Buildroot 2016.11-rc2-g965185b-dirty Configuration
|
||||||
#
|
#
|
||||||
BR2_HAVE_DOT_CONFIG=y
|
BR2_HAVE_DOT_CONFIG=y
|
||||||
|
BR2_HOST_GCC_AT_LEAST_4_5=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_6=y
|
BR2_HOST_GCC_AT_LEAST_4_6=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_7=y
|
BR2_HOST_GCC_AT_LEAST_4_7=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_8=y
|
BR2_HOST_GCC_AT_LEAST_4_8=y
|
||||||
@@ -101,9 +102,9 @@ BR2_ZCAT="gzip -d -c"
|
|||||||
BR2_BZCAT="bzcat"
|
BR2_BZCAT="bzcat"
|
||||||
BR2_XZCAT="xzcat"
|
BR2_XZCAT="xzcat"
|
||||||
BR2_TAR_OPTIONS=""
|
BR2_TAR_OPTIONS=""
|
||||||
BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig"
|
BR2_DEFCONFIG="/home$(PROJECT)/configs/domo_defconfig"
|
||||||
BR2_DL_DIR="$(TOPDIR)/../buildroot-dl"
|
BR2_DL_DIR="$(TOPDIR)/../buildroot-dl"
|
||||||
BR2_HOST_DIR="$(WORKSPACE_DIR)/cross/"
|
BR2_HOST_DIR="$(WORKSPACE_DIR)/cross"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Mirrors and Download locations
|
# Mirrors and Download locations
|
||||||
@@ -116,7 +117,6 @@ BR2_LUAROCKS_MIRROR="http://rocks.moonscript.org"
|
|||||||
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
|
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
|
||||||
BR2_JLEVEL=0
|
BR2_JLEVEL=0
|
||||||
# BR2_CCACHE is not set
|
# BR2_CCACHE is not set
|
||||||
# BR2_DEPRECATED is not set
|
|
||||||
# BR2_ENABLE_DEBUG is not set
|
# BR2_ENABLE_DEBUG is not set
|
||||||
BR2_STRIP_strip=y
|
BR2_STRIP_strip=y
|
||||||
# BR2_STRIP_none is not set
|
# BR2_STRIP_none is not set
|
||||||
@@ -129,10 +129,10 @@ BR2_STRIP_EXCLUDE_DIRS=""
|
|||||||
# BR2_OPTIMIZE_G is not set
|
# BR2_OPTIMIZE_G is not set
|
||||||
BR2_OPTIMIZE_S=y
|
BR2_OPTIMIZE_S=y
|
||||||
# BR2_GOOGLE_BREAKPAD_ENABLE is not set
|
# BR2_GOOGLE_BREAKPAD_ENABLE is not set
|
||||||
BR2_SSP_NONE=y
|
|
||||||
# BR2_SSP_REGULAR is not set
|
#
|
||||||
# BR2_SSP_STRONG is not set
|
# Stack Smashing Protection needs a toolchain w/ SSP
|
||||||
# BR2_SSP_ALL is not set
|
#
|
||||||
# BR2_STATIC_LIBS is not set
|
# BR2_STATIC_LIBS is not set
|
||||||
BR2_SHARED_LIBS=y
|
BR2_SHARED_LIBS=y
|
||||||
# BR2_SHARED_STATIC_LIBS is not set
|
# BR2_SHARED_STATIC_LIBS is not set
|
||||||
@@ -149,10 +149,18 @@ BR2_COMPILER_PARANOID_UNSAFE_PATH=y
|
|||||||
# Toolchain
|
# Toolchain
|
||||||
#
|
#
|
||||||
BR2_TOOLCHAIN=y
|
BR2_TOOLCHAIN=y
|
||||||
BR2_TOOLCHAIN_USES_GLIBC=y
|
BR2_TOOLCHAIN_USES_UCLIBC=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT=y
|
BR2_TOOLCHAIN_BUILDROOT=y
|
||||||
# BR2_TOOLCHAIN_EXTERNAL is not set
|
# BR2_TOOLCHAIN_EXTERNAL is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Toolchain Buildroot Options
|
||||||
|
#
|
||||||
BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot"
|
BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot"
|
||||||
|
BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
|
||||||
|
# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set
|
||||||
|
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
|
||||||
|
BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel Header Options
|
# Kernel Header Options
|
||||||
@@ -168,59 +176,79 @@ BR2_KERNEL_HEADERS_4_4=y
|
|||||||
# BR2_KERNEL_HEADERS_4_5 is not set
|
# BR2_KERNEL_HEADERS_4_5 is not set
|
||||||
# BR2_KERNEL_HEADERS_4_6 is not set
|
# BR2_KERNEL_HEADERS_4_6 is not set
|
||||||
# BR2_KERNEL_HEADERS_4_7 is not set
|
# BR2_KERNEL_HEADERS_4_7 is not set
|
||||||
|
# BR2_KERNEL_HEADERS_4_8 is not set
|
||||||
# BR2_KERNEL_HEADERS_VERSION is not set
|
# BR2_KERNEL_HEADERS_VERSION is not set
|
||||||
BR2_DEFAULT_KERNEL_HEADERS="4.4.19"
|
BR2_DEFAULT_KERNEL_HEADERS="4.4.31"
|
||||||
# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set
|
|
||||||
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
|
|
||||||
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
|
|
||||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"
|
|
||||||
BR2_PACKAGE_LINUX_HEADERS=y
|
BR2_PACKAGE_LINUX_HEADERS=y
|
||||||
BR2_PACKAGE_GLIBC=y
|
|
||||||
# BR2_GLIBC_VERSION_2_22 is not set
|
#
|
||||||
BR2_GLIBC_VERSION_2_23=y
|
# uClibc Options
|
||||||
BR2_GLIBC_VERSION_STRING="2.23"
|
#
|
||||||
|
BR2_PACKAGE_UCLIBC=y
|
||||||
|
BR2_UCLIBC_CONFIG="package/uclibc/uClibc-ng.config"
|
||||||
|
BR2_UCLIBC_CONFIG_FRAGMENT_FILES=""
|
||||||
|
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
|
||||||
|
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
|
||||||
|
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||||
|
BR2_PTHREADS_NATIVE=y
|
||||||
|
# BR2_PTHREADS is not set
|
||||||
|
# BR2_PTHREADS_NONE is not set
|
||||||
|
# BR2_PTHREAD_DEBUG is not set
|
||||||
|
# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set
|
||||||
|
BR2_UCLIBC_INSTALL_UTILS=y
|
||||||
|
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
|
||||||
|
BR2_UCLIBC_TARGET_ARCH="arm"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Binutils Options
|
# Binutils Options
|
||||||
#
|
#
|
||||||
# BR2_BINUTILS_VERSION_2_24_X is not set
|
# BR2_BINUTILS_VERSION_2_25_X is not set
|
||||||
BR2_BINUTILS_VERSION_2_25_X=y
|
BR2_BINUTILS_VERSION_2_26_X=y
|
||||||
# BR2_BINUTILS_VERSION_2_26_X is not set
|
# BR2_BINUTILS_VERSION_2_27_X is not set
|
||||||
BR2_BINUTILS_VERSION="2.25.1"
|
BR2_BINUTILS_VERSION="2.26.1"
|
||||||
BR2_BINUTILS_ENABLE_LTO=y
|
BR2_BINUTILS_ENABLE_LTO=y
|
||||||
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS=""
|
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS=""
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCC Options
|
# GCC Options
|
||||||
#
|
#
|
||||||
BR2_GCC_NEEDS_MPC=y
|
|
||||||
BR2_GCC_SUPPORTS_GRAPHITE=y
|
|
||||||
# BR2_GCC_VERSION_4_8_X is not set
|
# BR2_GCC_VERSION_4_8_X is not set
|
||||||
BR2_GCC_VERSION_4_9_X=y
|
# BR2_GCC_VERSION_4_9_X is not set
|
||||||
# BR2_GCC_VERSION_5_X is not set
|
BR2_GCC_VERSION_5_X=y
|
||||||
# BR2_GCC_VERSION_6_X is not set
|
# BR2_GCC_VERSION_6_X is not set
|
||||||
BR2_GCC_ARCH_HAS_CONFIGURABLE_DEFAULTS=y
|
BR2_GCC_ARCH_HAS_CONFIGURABLE_DEFAULTS=y
|
||||||
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
|
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
|
||||||
BR2_GCC_VERSION="4.9.4"
|
BR2_GCC_VERSION="5.4.0"
|
||||||
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
||||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||||
# BR2_TOOLCHAIN_BUILDROOT_FORTRAN is not set
|
# BR2_TOOLCHAIN_BUILDROOT_FORTRAN is not set
|
||||||
BR2_GCC_ENABLE_TLS=y
|
|
||||||
BR2_GCC_ENABLE_LTO=y
|
BR2_GCC_ENABLE_LTO=y
|
||||||
# BR2_GCC_ENABLE_OPENMP is not set
|
# BR2_GCC_ENABLE_OPENMP is not set
|
||||||
# BR2_GCC_ENABLE_GRAPHITE is not set
|
BR2_GCC_ENABLE_GRAPHITE=y
|
||||||
# BR2_PACKAGE_HOST_GDB is not set
|
|
||||||
|
#
|
||||||
|
# Host GDB Options
|
||||||
|
#
|
||||||
|
BR2_PACKAGE_HOST_GDB=y
|
||||||
|
# BR2_PACKAGE_HOST_GDB_TUI is not set
|
||||||
|
# BR2_PACKAGE_HOST_GDB_PYTHON is not set
|
||||||
|
# BR2_PACKAGE_HOST_GDB_SIM is not set
|
||||||
|
# BR2_GDB_VERSION_7_9 is not set
|
||||||
|
BR2_GDB_VERSION_7_10=y
|
||||||
|
# BR2_GDB_VERSION_7_11 is not set
|
||||||
|
BR2_GDB_VERSION="7.10.1"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Toolchain Generic Options
|
||||||
|
#
|
||||||
BR2_TOOLCHAIN_HAS_NATIVE_RPC=y
|
BR2_TOOLCHAIN_HAS_NATIVE_RPC=y
|
||||||
BR2_USE_WCHAR=y
|
BR2_USE_WCHAR=y
|
||||||
BR2_ENABLE_LOCALE=y
|
|
||||||
BR2_INSTALL_LIBSTDCPP=y
|
BR2_INSTALL_LIBSTDCPP=y
|
||||||
BR2_TOOLCHAIN_HAS_THREADS=y
|
BR2_TOOLCHAIN_HAS_THREADS=y
|
||||||
BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y
|
|
||||||
BR2_TOOLCHAIN_HAS_THREADS_NPTL=y
|
BR2_TOOLCHAIN_HAS_THREADS_NPTL=y
|
||||||
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
|
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
|
||||||
BR2_TOOLCHAIN_HAS_SSP=y
|
|
||||||
BR2_TOOLCHAIN_SUPPORTS_PIE=y
|
BR2_TOOLCHAIN_SUPPORTS_PIE=y
|
||||||
# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set
|
BR2_NEEDS_GETTEXT=y
|
||||||
BR2_USE_MMU=y
|
BR2_USE_MMU=y
|
||||||
BR2_TARGET_OPTIMIZATION=""
|
BR2_TARGET_OPTIMIZATION=""
|
||||||
BR2_TARGET_LDFLAGS=""
|
BR2_TARGET_LDFLAGS=""
|
||||||
@@ -258,12 +286,11 @@ BR2_TOOLCHAIN_GCC_AT_LEAST_4_6=y
|
|||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST="4.9"
|
BR2_TOOLCHAIN_GCC_AT_LEAST_5=y
|
||||||
|
BR2_TOOLCHAIN_GCC_AT_LEAST="5"
|
||||||
BR2_TOOLCHAIN_HAS_SYNC_1=y
|
BR2_TOOLCHAIN_HAS_SYNC_1=y
|
||||||
BR2_TOOLCHAIN_HAS_SYNC_2=y
|
BR2_TOOLCHAIN_HAS_SYNC_2=y
|
||||||
BR2_TOOLCHAIN_HAS_SYNC_4=y
|
BR2_TOOLCHAIN_HAS_SYNC_4=y
|
||||||
BR2_TOOLCHAIN_ARM_HAS_SYNC_8=y
|
|
||||||
BR2_TOOLCHAIN_HAS_SYNC_8=y
|
|
||||||
BR2_TOOLCHAIN_HAS_LIBATOMIC=y
|
BR2_TOOLCHAIN_HAS_LIBATOMIC=y
|
||||||
BR2_TOOLCHAIN_HAS_ATOMIC=y
|
BR2_TOOLCHAIN_HAS_ATOMIC=y
|
||||||
|
|
||||||
@@ -281,7 +308,10 @@ BR2_TARGET_GENERIC_PASSWD_MD5=y
|
|||||||
BR2_TARGET_GENERIC_PASSWD_METHOD="md5"
|
BR2_TARGET_GENERIC_PASSWD_METHOD="md5"
|
||||||
# BR2_INIT_BUSYBOX is not set
|
# BR2_INIT_BUSYBOX is not set
|
||||||
# BR2_INIT_SYSV is not set
|
# BR2_INIT_SYSV is not set
|
||||||
# BR2_INIT_SYSTEMD is not set
|
|
||||||
|
#
|
||||||
|
# systemd needs a glibc toolchain, headers >= 3.10
|
||||||
|
#
|
||||||
BR2_INIT_NONE=y
|
BR2_INIT_NONE=y
|
||||||
# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set
|
# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set
|
||||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
|
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
|
||||||
@@ -293,6 +323,7 @@ BR2_TARGET_ENABLE_ROOT_LOGIN=y
|
|||||||
BR2_TARGET_GENERIC_ROOT_PASSWD=""
|
BR2_TARGET_GENERIC_ROOT_PASSWD=""
|
||||||
# BR2_SYSTEM_BIN_SH_BASH is not set
|
# BR2_SYSTEM_BIN_SH_BASH is not set
|
||||||
# BR2_SYSTEM_BIN_SH_DASH is not set
|
# BR2_SYSTEM_BIN_SH_DASH is not set
|
||||||
|
# BR2_SYSTEM_BIN_SH_MKSH is not set
|
||||||
# BR2_SYSTEM_BIN_SH_ZSH is not set
|
# BR2_SYSTEM_BIN_SH_ZSH is not set
|
||||||
BR2_SYSTEM_BIN_SH_NONE=y
|
BR2_SYSTEM_BIN_SH_NONE=y
|
||||||
BR2_TARGET_GENERIC_GETTY=y
|
BR2_TARGET_GENERIC_GETTY=y
|
||||||
@@ -313,13 +344,13 @@ BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y
|
|||||||
#
|
#
|
||||||
BR2_ENABLE_LOCALE_PURGE=y
|
BR2_ENABLE_LOCALE_PURGE=y
|
||||||
BR2_ENABLE_LOCALE_WHITELIST="C en_US"
|
BR2_ENABLE_LOCALE_WHITELIST="C en_US"
|
||||||
BR2_GENERATE_LOCALE=""
|
|
||||||
# BR2_TARGET_TZ_INFO is not set
|
# BR2_TARGET_TZ_INFO is not set
|
||||||
BR2_ROOTFS_USERS_TABLES=""
|
BR2_ROOTFS_USERS_TABLES=""
|
||||||
BR2_ROOTFS_OVERLAY=""
|
BR2_ROOTFS_OVERLAY=""
|
||||||
BR2_ROOTFS_POST_BUILD_SCRIPT=""
|
BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi/post-build.sh"
|
||||||
BR2_ROOTFS_POST_FAKEROOT_SCRIPT=""
|
BR2_ROOTFS_POST_FAKEROOT_SCRIPT=""
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT=""
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi/post-image.sh"
|
||||||
|
BR2_ROOTFS_POST_SCRIPT_ARGS=""
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel
|
# Kernel
|
||||||
@@ -352,7 +383,6 @@ BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_GSTREAMER is not set
|
# BR2_PACKAGE_GSTREAMER is not set
|
||||||
# BR2_PACKAGE_GSTREAMER1 is not set
|
# BR2_PACKAGE_GSTREAMER1 is not set
|
||||||
# BR2_PACKAGE_JACK2 is not set
|
# BR2_PACKAGE_JACK2 is not set
|
||||||
BR2_PACKAGE_KODI_ARCH_SUPPORTS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# kodi requires an OpenGL ES and EGL backend
|
# kodi requires an OpenGL ES and EGL backend
|
||||||
@@ -365,6 +395,7 @@ BR2_PACKAGE_KODI_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_MJPEGTOOLS is not set
|
# BR2_PACKAGE_MJPEGTOOLS is not set
|
||||||
# BR2_PACKAGE_MODPLUGTOOLS is not set
|
# BR2_PACKAGE_MODPLUGTOOLS is not set
|
||||||
|
# BR2_PACKAGE_MOTION is not set
|
||||||
# BR2_PACKAGE_MPD is not set
|
# BR2_PACKAGE_MPD is not set
|
||||||
# BR2_PACKAGE_MPD_MPC is not set
|
# BR2_PACKAGE_MPD_MPC is not set
|
||||||
# BR2_PACKAGE_MPG123 is not set
|
# BR2_PACKAGE_MPG123 is not set
|
||||||
@@ -419,7 +450,10 @@ BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_DT is not set
|
# BR2_PACKAGE_DT is not set
|
||||||
# BR2_PACKAGE_DUMA is not set
|
# BR2_PACKAGE_DUMA is not set
|
||||||
# BR2_PACKAGE_FIO is not set
|
# BR2_PACKAGE_FIO is not set
|
||||||
# BR2_PACKAGE_GDB is not set
|
|
||||||
|
#
|
||||||
|
# gdb/gdbserver needs a toolchain w/ threads, threads debug
|
||||||
|
#
|
||||||
BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
|
BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_GOOGLE_BREAKPAD is not set
|
# BR2_PACKAGE_GOOGLE_BREAKPAD is not set
|
||||||
# BR2_PACKAGE_IOZONE is not set
|
# BR2_PACKAGE_IOZONE is not set
|
||||||
@@ -428,6 +462,7 @@ BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# ktap needs a Linux kernel to be built
|
# ktap needs a Linux kernel to be built
|
||||||
#
|
#
|
||||||
|
# BR2_PACKAGE_KVM_UNIT_TESTS is not set
|
||||||
# BR2_PACKAGE_LATENCYTOP is not set
|
# BR2_PACKAGE_LATENCYTOP is not set
|
||||||
# BR2_PACKAGE_LMBENCH is not set
|
# BR2_PACKAGE_LMBENCH is not set
|
||||||
# BR2_PACKAGE_LSOF is not set
|
# BR2_PACKAGE_LSOF is not set
|
||||||
@@ -441,7 +476,10 @@ BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LTTNG_TOOLS is not set
|
# BR2_PACKAGE_LTTNG_TOOLS is not set
|
||||||
# BR2_PACKAGE_MEMSTAT is not set
|
# BR2_PACKAGE_MEMSTAT is not set
|
||||||
# BR2_PACKAGE_NETPERF is not set
|
# BR2_PACKAGE_NETPERF is not set
|
||||||
# BR2_PACKAGE_NETSNIFF_NG is not set
|
|
||||||
|
#
|
||||||
|
# netsniff-ng needs a glibc toolchain w/ threads, headers >= 3.0
|
||||||
|
#
|
||||||
BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS=y
|
BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_OPROFILE is not set
|
# BR2_PACKAGE_OPROFILE is not set
|
||||||
# BR2_PACKAGE_PAX_UTILS is not set
|
# BR2_PACKAGE_PAX_UTILS is not set
|
||||||
@@ -452,13 +490,17 @@ BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_SPIDEV_TEST is not set
|
# BR2_PACKAGE_SPIDEV_TEST is not set
|
||||||
# BR2_PACKAGE_STRACE is not set
|
# BR2_PACKAGE_STRACE is not set
|
||||||
# BR2_PACKAGE_STRESS is not set
|
# BR2_PACKAGE_STRESS is not set
|
||||||
# BR2_PACKAGE_STRESS_NG is not set
|
|
||||||
|
#
|
||||||
|
# stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built
|
# sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_TINYMEMBENCH is not set
|
# BR2_PACKAGE_TINYMEMBENCH is not set
|
||||||
# BR2_PACKAGE_TRACE_CMD is not set
|
# BR2_PACKAGE_TRACE_CMD is not set
|
||||||
|
BR2_PACKAGE_TRINITY_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_TRINITY is not set
|
# BR2_PACKAGE_TRINITY is not set
|
||||||
# BR2_PACKAGE_WHETSTONE is not set
|
# BR2_PACKAGE_WHETSTONE is not set
|
||||||
|
|
||||||
@@ -494,6 +536,10 @@ BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# Filesystem and flash utilities
|
# Filesystem and flash utilities
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# aufs-util needs a linux kernel and a toolchain w/ threads
|
||||||
|
#
|
||||||
# BR2_PACKAGE_AUTOFS is not set
|
# BR2_PACKAGE_AUTOFS is not set
|
||||||
# BR2_PACKAGE_BTRFS_PROGS is not set
|
# BR2_PACKAGE_BTRFS_PROGS is not set
|
||||||
# BR2_PACKAGE_CIFS_UTILS is not set
|
# BR2_PACKAGE_CIFS_UTILS is not set
|
||||||
@@ -607,7 +653,10 @@ BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_FBGRAB is not set
|
# BR2_PACKAGE_FBGRAB is not set
|
||||||
# BR2_PACKAGE_FBSET is not set
|
# BR2_PACKAGE_FBSET is not set
|
||||||
# BR2_PACKAGE_FB_TEST_APP is not set
|
# BR2_PACKAGE_FB_TEST_APP is not set
|
||||||
# BR2_PACKAGE_FBTERM is not set
|
|
||||||
|
#
|
||||||
|
# fbterm needs a toolchain w/ C++, wchar, locale
|
||||||
|
#
|
||||||
# BR2_PACKAGE_FBV is not set
|
# BR2_PACKAGE_FBV is not set
|
||||||
# BR2_PACKAGE_FREERDP is not set
|
# BR2_PACKAGE_FREERDP is not set
|
||||||
# BR2_PACKAGE_IMAGEMAGICK is not set
|
# BR2_PACKAGE_IMAGEMAGICK is not set
|
||||||
@@ -652,8 +701,19 @@ BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
|
|||||||
# BR2_PACKAGE_AM33X_CM3 is not set
|
# BR2_PACKAGE_AM33X_CM3 is not set
|
||||||
# BR2_PACKAGE_B43_FIRMWARE is not set
|
# BR2_PACKAGE_B43_FIRMWARE is not set
|
||||||
# BR2_PACKAGE_LINUX_FIRMWARE is not set
|
# BR2_PACKAGE_LINUX_FIRMWARE is not set
|
||||||
# BR2_PACKAGE_RPI_FIRMWARE is not set
|
BR2_PACKAGE_RPI_FIRMWARE=y
|
||||||
|
BR2_PACKAGE_RPI_FIRMWARE_DEFAULT=y
|
||||||
|
# BR2_PACKAGE_RPI_FIRMWARE_X is not set
|
||||||
|
# BR2_PACKAGE_RPI_FIRMWARE_CD is not set
|
||||||
|
BR2_PACKAGE_RPI_FIRMWARE_BOOT=""
|
||||||
|
BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS=y
|
||||||
|
# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# vcdbg needs a glibc toolchain w/ C++
|
||||||
|
#
|
||||||
# BR2_PACKAGE_SUNXI_BOARDS is not set
|
# BR2_PACKAGE_SUNXI_BOARDS is not set
|
||||||
|
# BR2_PACKAGE_TS4900_FPGA is not set
|
||||||
# BR2_PACKAGE_UX500_FIRMWARE is not set
|
# BR2_PACKAGE_UX500_FIRMWARE is not set
|
||||||
# BR2_PACKAGE_WILC1000_FIRMWARE is not set
|
# BR2_PACKAGE_WILC1000_FIRMWARE is not set
|
||||||
# BR2_PACKAGE_ZD1211_FIRMWARE is not set
|
# BR2_PACKAGE_ZD1211_FIRMWARE is not set
|
||||||
@@ -715,7 +775,10 @@ BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
|
|||||||
# BR2_PACKAGE_KBD is not set
|
# BR2_PACKAGE_KBD is not set
|
||||||
# BR2_PACKAGE_LCDPROC is not set
|
# BR2_PACKAGE_LCDPROC is not set
|
||||||
# BR2_PACKAGE_LIBUIO is not set
|
# BR2_PACKAGE_LIBUIO is not set
|
||||||
# BR2_PACKAGE_LIBUMP is not set
|
|
||||||
|
#
|
||||||
|
# libump needs a glibc toolchain
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# linux-backports needs a Linux kernel to be built
|
# linux-backports needs a Linux kernel to be built
|
||||||
@@ -725,14 +788,20 @@ BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
|
|||||||
# BR2_PACKAGE_LSHW is not set
|
# BR2_PACKAGE_LSHW is not set
|
||||||
# BR2_PACKAGE_LSUIO is not set
|
# BR2_PACKAGE_LSUIO is not set
|
||||||
# BR2_PACKAGE_LVM2 is not set
|
# BR2_PACKAGE_LVM2 is not set
|
||||||
# BR2_PACKAGE_MALI_T76X is not set
|
|
||||||
|
#
|
||||||
|
# mali-t76x needs a glibc toolchain with armhf enabled
|
||||||
|
#
|
||||||
# BR2_PACKAGE_MDADM is not set
|
# BR2_PACKAGE_MDADM is not set
|
||||||
# BR2_PACKAGE_MEMTESTER is not set
|
# BR2_PACKAGE_MEMTESTER is not set
|
||||||
# BR2_PACKAGE_MINICOM is not set
|
# BR2_PACKAGE_MINICOM is not set
|
||||||
# BR2_PACKAGE_NANOCOM is not set
|
# BR2_PACKAGE_NANOCOM is not set
|
||||||
# BR2_PACKAGE_NEARD is not set
|
# BR2_PACKAGE_NEARD is not set
|
||||||
# BR2_PACKAGE_NVME is not set
|
# BR2_PACKAGE_NVME is not set
|
||||||
# BR2_PACKAGE_ODROID_MALI is not set
|
|
||||||
|
#
|
||||||
|
# odroid-mali needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_ODROID_SCRIPTS is not set
|
# BR2_PACKAGE_ODROID_SCRIPTS is not set
|
||||||
# BR2_PACKAGE_OFONO is not set
|
# BR2_PACKAGE_OFONO is not set
|
||||||
# BR2_PACKAGE_OLA is not set
|
# BR2_PACKAGE_OLA is not set
|
||||||
@@ -779,8 +848,14 @@ BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
|
|||||||
# BR2_PACKAGE_SREDIRD is not set
|
# BR2_PACKAGE_SREDIRD is not set
|
||||||
# BR2_PACKAGE_STATSERIAL is not set
|
# BR2_PACKAGE_STATSERIAL is not set
|
||||||
# BR2_PACKAGE_STM32FLASH is not set
|
# BR2_PACKAGE_STM32FLASH is not set
|
||||||
# BR2_PACKAGE_SUNXI_CEDARX is not set
|
|
||||||
# BR2_PACKAGE_SUNXI_MALI is not set
|
#
|
||||||
|
# sunxi-cedarx needs a glibc toolchain
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# sunxi-mali needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_SYSSTAT is not set
|
# BR2_PACKAGE_SYSSTAT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -798,6 +873,10 @@ BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
|
|||||||
#
|
#
|
||||||
# ti-sgx-um needs the ti-sgx-km driver
|
# ti-sgx-um needs the ti-sgx-km driver
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# ti-sgx-um needs a glibc toolchain w/ threads
|
||||||
|
#
|
||||||
# BR2_PACKAGE_TI_UIM is not set
|
# BR2_PACKAGE_TI_UIM is not set
|
||||||
# BR2_PACKAGE_TI_UTILS is not set
|
# BR2_PACKAGE_TI_UTILS is not set
|
||||||
# BR2_PACKAGE_TRIGGERHAPPY is not set
|
# BR2_PACKAGE_TRIGGERHAPPY is not set
|
||||||
@@ -959,7 +1038,10 @@ BR2_PACKAGE_LIBGPG_ERROR_SYSCFG="arm-unknown-linux-gnueabi"
|
|||||||
# BR2_PACKAGE_KOMPEXSQLITE is not set
|
# BR2_PACKAGE_KOMPEXSQLITE is not set
|
||||||
# BR2_PACKAGE_LEVELDB is not set
|
# BR2_PACKAGE_LEVELDB is not set
|
||||||
BR2_PACKAGE_MONGODB_ARCH_SUPPORTS=y
|
BR2_PACKAGE_MONGODB_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_MONGODB is not set
|
|
||||||
|
#
|
||||||
|
# mongodb needs a glibc toolchain w/ wchar, threads, C++, gcc >= 4.8
|
||||||
|
#
|
||||||
# BR2_PACKAGE_MYSQL is not set
|
# BR2_PACKAGE_MYSQL is not set
|
||||||
# BR2_PACKAGE_POSTGRESQL is not set
|
# BR2_PACKAGE_POSTGRESQL is not set
|
||||||
# BR2_PACKAGE_REDIS is not set
|
# BR2_PACKAGE_REDIS is not set
|
||||||
@@ -1043,7 +1125,7 @@ BR2_PACKAGE_MONGODB_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# libgtk3 needs an OpenGL or OpenGL EGL backend provided by mesa3d
|
# libgtk3 needs an OpenGL or an OpenGL-EGL/wayland backend
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_LIBMNG is not set
|
# BR2_PACKAGE_LIBMNG is not set
|
||||||
# BR2_PACKAGE_LIBPNG is not set
|
# BR2_PACKAGE_LIBPNG is not set
|
||||||
@@ -1074,7 +1156,6 @@ BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# webkitgtk needs libgtk3 and a glibc toolchain w/ C++, gcc >= 4.9
|
# webkitgtk needs libgtk3 and a glibc toolchain w/ C++, gcc >= 4.9
|
||||||
#
|
#
|
||||||
BR2_PACKAGE_WEBKITGTK24_ARCH_SUPPORTS=y
|
|
||||||
# BR2_PACKAGE_WEBP is not set
|
# BR2_PACKAGE_WEBP is not set
|
||||||
# BR2_PACKAGE_ZBAR is not set
|
# BR2_PACKAGE_ZBAR is not set
|
||||||
# BR2_PACKAGE_ZXING_CPP is not set
|
# BR2_PACKAGE_ZXING_CPP is not set
|
||||||
@@ -1178,6 +1259,7 @@ BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LIBXSLT is not set
|
# BR2_PACKAGE_LIBXSLT is not set
|
||||||
# BR2_PACKAGE_LIBYAML is not set
|
# BR2_PACKAGE_LIBYAML is not set
|
||||||
# BR2_PACKAGE_MXML is not set
|
# BR2_PACKAGE_MXML is not set
|
||||||
|
# BR2_PACKAGE_PUGIXML is not set
|
||||||
# BR2_PACKAGE_RAPIDJSON is not set
|
# BR2_PACKAGE_RAPIDJSON is not set
|
||||||
# BR2_PACKAGE_RAPIDXML is not set
|
# BR2_PACKAGE_RAPIDXML is not set
|
||||||
# BR2_PACKAGE_RAPTOR is not set
|
# BR2_PACKAGE_RAPTOR is not set
|
||||||
@@ -1321,7 +1403,10 @@ BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_MONGOOSE is not set
|
# BR2_PACKAGE_MONGOOSE is not set
|
||||||
# BR2_PACKAGE_NEON is not set
|
# BR2_PACKAGE_NEON is not set
|
||||||
# BR2_PACKAGE_NORM is not set
|
# BR2_PACKAGE_NORM is not set
|
||||||
# BR2_PACKAGE_NSS_PAM_LDAPD is not set
|
|
||||||
|
#
|
||||||
|
# nss-pam-ldapd needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_OMNIORB is not set
|
# BR2_PACKAGE_OMNIORB is not set
|
||||||
# BR2_PACKAGE_OPENLDAP is not set
|
# BR2_PACKAGE_OPENLDAP is not set
|
||||||
# BR2_PACKAGE_OPENMPI is not set
|
# BR2_PACKAGE_OPENMPI is not set
|
||||||
@@ -1331,6 +1416,7 @@ BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y
|
|||||||
# openzwave needs udev and a toolchain w/ C++, threads, wchar
|
# openzwave needs udev and a toolchain w/ C++, threads, wchar
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_ORTP is not set
|
# BR2_PACKAGE_ORTP is not set
|
||||||
|
# BR2_PACKAGE_PAHO_MQTT_C is not set
|
||||||
# BR2_PACKAGE_QDECODER is not set
|
# BR2_PACKAGE_QDECODER is not set
|
||||||
# BR2_PACKAGE_QPID_PROTON is not set
|
# BR2_PACKAGE_QPID_PROTON is not set
|
||||||
# BR2_PACKAGE_RABBITMQ_C is not set
|
# BR2_PACKAGE_RABBITMQ_C is not set
|
||||||
@@ -1340,7 +1426,6 @@ BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_SOFIA_SIP is not set
|
# BR2_PACKAGE_SOFIA_SIP is not set
|
||||||
# BR2_PACKAGE_THRIFT is not set
|
# BR2_PACKAGE_THRIFT is not set
|
||||||
# BR2_PACKAGE_USBREDIR is not set
|
# BR2_PACKAGE_USBREDIR is not set
|
||||||
# BR2_PACKAGE_WVSTREAMS is not set
|
|
||||||
# BR2_PACKAGE_ZEROMQ is not set
|
# BR2_PACKAGE_ZEROMQ is not set
|
||||||
# BR2_PACKAGE_ZMQPP is not set
|
# BR2_PACKAGE_ZMQPP is not set
|
||||||
# BR2_PACKAGE_ZYRE is not set
|
# BR2_PACKAGE_ZYRE is not set
|
||||||
@@ -1350,6 +1435,7 @@ BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_APR is not set
|
# BR2_PACKAGE_APR is not set
|
||||||
# BR2_PACKAGE_APR_UTIL is not set
|
# BR2_PACKAGE_APR_UTIL is not set
|
||||||
|
# BR2_PACKAGE_ARGP_STANDALONE is not set
|
||||||
# BR2_PACKAGE_ARMADILLO is not set
|
# BR2_PACKAGE_ARMADILLO is not set
|
||||||
# BR2_PACKAGE_ATF is not set
|
# BR2_PACKAGE_ATF is not set
|
||||||
# BR2_PACKAGE_BDWGC is not set
|
# BR2_PACKAGE_BDWGC is not set
|
||||||
@@ -1379,10 +1465,16 @@ BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y
|
|||||||
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
||||||
BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_LIBBSD is not set
|
|
||||||
|
#
|
||||||
|
# libbsd needs a glibc toolchain w/ threads
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LIBCAP is not set
|
# BR2_PACKAGE_LIBCAP is not set
|
||||||
# BR2_PACKAGE_LIBCAP_NG is not set
|
# BR2_PACKAGE_LIBCAP_NG is not set
|
||||||
# BR2_PACKAGE_LIBCGROUP is not set
|
|
||||||
|
#
|
||||||
|
# libcgroup needs a glibc toolchain w/ C++
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LIBCOFI is not set
|
# BR2_PACKAGE_LIBCOFI is not set
|
||||||
# BR2_PACKAGE_LIBCROCO is not set
|
# BR2_PACKAGE_LIBCROCO is not set
|
||||||
# BR2_PACKAGE_LIBCROSSGUID is not set
|
# BR2_PACKAGE_LIBCROSSGUID is not set
|
||||||
@@ -1394,7 +1486,9 @@ BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LIBFFI is not set
|
# BR2_PACKAGE_LIBFFI is not set
|
||||||
# BR2_PACKAGE_LIBGEE is not set
|
# BR2_PACKAGE_LIBGEE is not set
|
||||||
# BR2_PACKAGE_LIBGLIB2 is not set
|
# BR2_PACKAGE_LIBGLIB2 is not set
|
||||||
|
# BR2_PACKAGE_LIBGLOB is not set
|
||||||
# BR2_PACKAGE_LIBICAL is not set
|
# BR2_PACKAGE_LIBICAL is not set
|
||||||
|
# BR2_PACKAGE_LIBITE is not set
|
||||||
# BR2_PACKAGE_LIBLINEAR is not set
|
# BR2_PACKAGE_LIBLINEAR is not set
|
||||||
BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y
|
BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y
|
||||||
# BR2_PACKAGE_LIBNSPR is not set
|
# BR2_PACKAGE_LIBNSPR is not set
|
||||||
@@ -1416,8 +1510,14 @@ BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LIBURCU is not set
|
# BR2_PACKAGE_LIBURCU is not set
|
||||||
# BR2_PACKAGE_LIBUV is not set
|
# BR2_PACKAGE_LIBUV is not set
|
||||||
# BR2_PACKAGE_LIGHTNING is not set
|
# BR2_PACKAGE_LIGHTNING is not set
|
||||||
# BR2_PACKAGE_LINUX_PAM is not set
|
|
||||||
# BR2_PACKAGE_LIQUID_DSP is not set
|
#
|
||||||
|
# linux-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# liquid-dsp requires a glibc or musl toolchain w/ dynamic library
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LTTNG_LIBUST is not set
|
# BR2_PACKAGE_LTTNG_LIBUST is not set
|
||||||
# BR2_PACKAGE_MPC is not set
|
# BR2_PACKAGE_MPC is not set
|
||||||
# BR2_PACKAGE_MPDECIMAL is not set
|
# BR2_PACKAGE_MPDECIMAL is not set
|
||||||
@@ -1435,14 +1535,21 @@ BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_PROTOBUF_C is not set
|
# BR2_PACKAGE_PROTOBUF_C is not set
|
||||||
# BR2_PACKAGE_QHULL is not set
|
# BR2_PACKAGE_QHULL is not set
|
||||||
# BR2_PACKAGE_QLIBC is not set
|
# BR2_PACKAGE_QLIBC is not set
|
||||||
|
# BR2_PACKAGE_SHAPELIB is not set
|
||||||
# BR2_PACKAGE_SPHINXBASE is not set
|
# BR2_PACKAGE_SPHINXBASE is not set
|
||||||
# BR2_PACKAGE_TINYCBOR is not set
|
# BR2_PACKAGE_TINYCBOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security
|
# Security
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_LIBSELINUX is not set
|
|
||||||
# BR2_PACKAGE_LIBSEMANAGE is not set
|
#
|
||||||
|
# libselinux needs a glibc toolchain w/ threads, dynamic library
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# libsemanage needs a glibc toolchain w/ threads, dynamic library
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LIBSEPOL is not set
|
# BR2_PACKAGE_LIBSEPOL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -1455,6 +1562,7 @@ BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_LIBENCA is not set
|
# BR2_PACKAGE_LIBENCA is not set
|
||||||
# BR2_PACKAGE_LIBESTR is not set
|
# BR2_PACKAGE_LIBESTR is not set
|
||||||
# BR2_PACKAGE_LIBFRIBIDI is not set
|
# BR2_PACKAGE_LIBFRIBIDI is not set
|
||||||
|
# BR2_PACKAGE_LIBICONV is not set
|
||||||
# BR2_PACKAGE_LIBUNISTRING is not set
|
# BR2_PACKAGE_LIBUNISTRING is not set
|
||||||
# BR2_PACKAGE_LINENOISE is not set
|
# BR2_PACKAGE_LINENOISE is not set
|
||||||
# BR2_PACKAGE_NCURSES is not set
|
# BR2_PACKAGE_NCURSES is not set
|
||||||
@@ -1520,7 +1628,10 @@ BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y
|
|||||||
# BR2_PACKAGE_BCUSDK is not set
|
# BR2_PACKAGE_BCUSDK is not set
|
||||||
# BR2_PACKAGE_BIND is not set
|
# BR2_PACKAGE_BIND is not set
|
||||||
# BR2_PACKAGE_BLUEZ_UTILS is not set
|
# BR2_PACKAGE_BLUEZ_UTILS is not set
|
||||||
# BR2_PACKAGE_BLUEZ5_UTILS is not set
|
|
||||||
|
#
|
||||||
|
# bluez5-utils needs a glibc or musl toolchain w/ wchar, threads, headers >= 3.4, dynamic library
|
||||||
|
#
|
||||||
# BR2_PACKAGE_BMON is not set
|
# BR2_PACKAGE_BMON is not set
|
||||||
# BR2_PACKAGE_BOA is not set
|
# BR2_PACKAGE_BOA is not set
|
||||||
# BR2_PACKAGE_BRIDGE_UTILS is not set
|
# BR2_PACKAGE_BRIDGE_UTILS is not set
|
||||||
@@ -1558,11 +1669,11 @@ BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y
|
|||||||
# BR2_PACKAGE_FLANNEL is not set
|
# BR2_PACKAGE_FLANNEL is not set
|
||||||
# BR2_PACKAGE_FPING is not set
|
# BR2_PACKAGE_FPING is not set
|
||||||
# BR2_PACKAGE_FREESWITCH is not set
|
# BR2_PACKAGE_FREESWITCH is not set
|
||||||
|
# BR2_PACKAGE_GESFTPSERVER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# gupnp-tools needs libgtk3
|
# gupnp-tools needs libgtk3
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_GESFTPSERVER is not set
|
|
||||||
# BR2_PACKAGE_HANS is not set
|
# BR2_PACKAGE_HANS is not set
|
||||||
# BR2_PACKAGE_HIAWATHA is not set
|
# BR2_PACKAGE_HIAWATHA is not set
|
||||||
# BR2_PACKAGE_HOSTAPD is not set
|
# BR2_PACKAGE_HOSTAPD is not set
|
||||||
@@ -1571,7 +1682,10 @@ BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y
|
|||||||
# BR2_PACKAGE_IBRDTND is not set
|
# BR2_PACKAGE_IBRDTND is not set
|
||||||
# BR2_PACKAGE_IFPLUGD is not set
|
# BR2_PACKAGE_IFPLUGD is not set
|
||||||
# BR2_PACKAGE_IFTOP is not set
|
# BR2_PACKAGE_IFTOP is not set
|
||||||
# BR2_PACKAGE_IFUPDOWN is not set
|
|
||||||
|
#
|
||||||
|
# ifupdown needs a glibc or musl toolchain w/ headers >= 3.0
|
||||||
|
#
|
||||||
# BR2_PACKAGE_IGD2_FOR_LINUX is not set
|
# BR2_PACKAGE_IGD2_FOR_LINUX is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -1625,7 +1739,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_NDISC6 is not set
|
# BR2_PACKAGE_NDISC6 is not set
|
||||||
# BR2_PACKAGE_NETATALK is not set
|
# BR2_PACKAGE_NETATALK is not set
|
||||||
# BR2_PACKAGE_NETCAT is not set
|
# BR2_PACKAGE_NETCAT is not set
|
||||||
# BR2_PACKAGE_NETCAT_OPENBSD is not set
|
|
||||||
|
#
|
||||||
|
# netcat-openbsd needs a glibc toolchain w/ threads
|
||||||
|
#
|
||||||
# BR2_PACKAGE_NETPLUG is not set
|
# BR2_PACKAGE_NETPLUG is not set
|
||||||
# BR2_PACKAGE_NETSNMP is not set
|
# BR2_PACKAGE_NETSNMP is not set
|
||||||
# BR2_PACKAGE_NETSTAT_NAT is not set
|
# BR2_PACKAGE_NETSTAT_NAT is not set
|
||||||
@@ -1667,6 +1784,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_PURE_FTPD is not set
|
# BR2_PACKAGE_PURE_FTPD is not set
|
||||||
# BR2_PACKAGE_PUTTY is not set
|
# BR2_PACKAGE_PUTTY is not set
|
||||||
# BR2_PACKAGE_QUAGGA is not set
|
# BR2_PACKAGE_QUAGGA is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# rabbitmq-server needs erlang
|
||||||
|
#
|
||||||
# BR2_PACKAGE_RADVD is not set
|
# BR2_PACKAGE_RADVD is not set
|
||||||
# BR2_PACKAGE_RP_PPPOE is not set
|
# BR2_PACKAGE_RP_PPPOE is not set
|
||||||
# BR2_PACKAGE_RPCBIND is not set
|
# BR2_PACKAGE_RPCBIND is not set
|
||||||
@@ -1706,6 +1827,7 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_USHARE is not set
|
# BR2_PACKAGE_USHARE is not set
|
||||||
# BR2_PACKAGE_USSP_PUSH is not set
|
# BR2_PACKAGE_USSP_PUSH is not set
|
||||||
# BR2_PACKAGE_VDE2 is not set
|
# BR2_PACKAGE_VDE2 is not set
|
||||||
|
# BR2_PACKAGE_VDR is not set
|
||||||
# BR2_PACKAGE_VNSTAT is not set
|
# BR2_PACKAGE_VNSTAT is not set
|
||||||
# BR2_PACKAGE_VPNC is not set
|
# BR2_PACKAGE_VPNC is not set
|
||||||
# BR2_PACKAGE_VSFTPD is not set
|
# BR2_PACKAGE_VSFTPD is not set
|
||||||
@@ -1718,7 +1840,6 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_WIRESHARK is not set
|
# BR2_PACKAGE_WIRESHARK is not set
|
||||||
# BR2_PACKAGE_WPA_SUPPLICANT is not set
|
# BR2_PACKAGE_WPA_SUPPLICANT is not set
|
||||||
# BR2_PACKAGE_WPAN_TOOLS is not set
|
# BR2_PACKAGE_WPAN_TOOLS is not set
|
||||||
# BR2_PACKAGE_WVDIAL is not set
|
|
||||||
# BR2_PACKAGE_XINETD is not set
|
# BR2_PACKAGE_XINETD is not set
|
||||||
# BR2_PACKAGE_XL2TP is not set
|
# BR2_PACKAGE_XL2TP is not set
|
||||||
|
|
||||||
@@ -1786,7 +1907,10 @@ BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# Security
|
# Security
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_SETOOLS is not set
|
|
||||||
|
#
|
||||||
|
# setools needs a glibc toolchain w/ threads, C++, wchar, dynamic library
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Shell and utilities
|
# Shell and utilities
|
||||||
@@ -1797,6 +1921,7 @@ BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_BASH is not set
|
# BR2_PACKAGE_BASH is not set
|
||||||
# BR2_PACKAGE_DASH is not set
|
# BR2_PACKAGE_DASH is not set
|
||||||
|
# BR2_PACKAGE_MKSH is not set
|
||||||
# BR2_PACKAGE_ZSH is not set
|
# BR2_PACKAGE_ZSH is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -1818,7 +1943,10 @@ BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_SCREEN is not set
|
# BR2_PACKAGE_SCREEN is not set
|
||||||
# BR2_PACKAGE_SUDO is not set
|
# BR2_PACKAGE_SUDO is not set
|
||||||
# BR2_PACKAGE_TIME is not set
|
# BR2_PACKAGE_TIME is not set
|
||||||
# BR2_PACKAGE_TMUX is not set
|
|
||||||
|
#
|
||||||
|
# tmux needs a toolchain w/ wchar, locale
|
||||||
|
#
|
||||||
# BR2_PACKAGE_WHICH is not set
|
# BR2_PACKAGE_WHICH is not set
|
||||||
# BR2_PACKAGE_XMLSTARLET is not set
|
# BR2_PACKAGE_XMLSTARLET is not set
|
||||||
# BR2_PACKAGE_XXHASH is not set
|
# BR2_PACKAGE_XXHASH is not set
|
||||||
@@ -1828,6 +1956,7 @@ BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_ACL is not set
|
# BR2_PACKAGE_ACL is not set
|
||||||
# BR2_PACKAGE_ANDROID_TOOLS is not set
|
# BR2_PACKAGE_ANDROID_TOOLS is not set
|
||||||
|
# BR2_PACKAGE_ATOP is not set
|
||||||
# BR2_PACKAGE_ATTR is not set
|
# BR2_PACKAGE_ATTR is not set
|
||||||
BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y
|
BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_AUDIT is not set
|
# BR2_PACKAGE_AUDIT is not set
|
||||||
@@ -1835,7 +1964,7 @@ BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_CGROUPFS_MOUNT is not set
|
# BR2_PACKAGE_CGROUPFS_MOUNT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# circus needs Python and a toolchain w/ C++, wchar, threads
|
# circus needs Python and a uClibc or glibc toolchain w/ C++, wchar, threads
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_COREUTILS is not set
|
# BR2_PACKAGE_COREUTILS is not set
|
||||||
# BR2_PACKAGE_CPULOAD is not set
|
# BR2_PACKAGE_CPULOAD is not set
|
||||||
@@ -1843,8 +1972,14 @@ BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_DEBIANUTILS is not set
|
# BR2_PACKAGE_DEBIANUTILS is not set
|
||||||
# BR2_PACKAGE_DOCKER_CONTAINERD is not set
|
# BR2_PACKAGE_DOCKER_CONTAINERD is not set
|
||||||
# BR2_PACKAGE_DOCKER_ENGINE is not set
|
# BR2_PACKAGE_DOCKER_ENGINE is not set
|
||||||
# BR2_PACKAGE_EFIBOOTMGR is not set
|
|
||||||
# BR2_PACKAGE_EFIVAR is not set
|
#
|
||||||
|
# efibootmgr requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.9
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# efivar requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.9
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# emlog needs a Linux kernel to be built
|
# emlog needs a Linux kernel to be built
|
||||||
@@ -1860,7 +1995,10 @@ BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_IRQBALANCE is not set
|
# BR2_PACKAGE_IRQBALANCE is not set
|
||||||
# BR2_PACKAGE_KEYUTILS is not set
|
# BR2_PACKAGE_KEYUTILS is not set
|
||||||
# BR2_PACKAGE_KMOD is not set
|
# BR2_PACKAGE_KMOD is not set
|
||||||
# BR2_PACKAGE_KVMTOOL is not set
|
|
||||||
|
#
|
||||||
|
# kvmtool needs a glibc or musl toolchain w/ dynamic library
|
||||||
|
#
|
||||||
# BR2_PACKAGE_LXC is not set
|
# BR2_PACKAGE_LXC is not set
|
||||||
# BR2_PACKAGE_MONIT is not set
|
# BR2_PACKAGE_MONIT is not set
|
||||||
# BR2_PACKAGE_NCDU is not set
|
# BR2_PACKAGE_NCDU is not set
|
||||||
@@ -1887,8 +2025,13 @@ BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y
|
|||||||
BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y
|
BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_TAR is not set
|
# BR2_PACKAGE_TAR is not set
|
||||||
# BR2_PACKAGE_TPM_TOOLS is not set
|
# BR2_PACKAGE_TPM_TOOLS is not set
|
||||||
# BR2_PACKAGE_UNSCD is not set
|
|
||||||
|
#
|
||||||
|
# unscd needs a glibc toolchain
|
||||||
|
#
|
||||||
# BR2_PACKAGE_UTIL_LINUX is not set
|
# BR2_PACKAGE_UTIL_LINUX is not set
|
||||||
|
BR2_PACKAGE_XVISOR_ARCH_SUPPORTS=y
|
||||||
|
# BR2_PACKAGE_XVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Text editors and viewers
|
# Text editors and viewers
|
||||||
@@ -1955,7 +2098,10 @@ BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_HOST_JQ is not set
|
# BR2_PACKAGE_HOST_JQ is not set
|
||||||
# BR2_PACKAGE_HOST_JSMIN is not set
|
# BR2_PACKAGE_HOST_JSMIN is not set
|
||||||
# BR2_PACKAGE_HOST_LPC3250LOADER is not set
|
# BR2_PACKAGE_HOST_LPC3250LOADER is not set
|
||||||
|
# BR2_PACKAGE_HOST_LTTNG_BABELTRACE is not set
|
||||||
|
# BR2_PACKAGE_HOST_MFGTOOLS is not set
|
||||||
# BR2_PACKAGE_HOST_MKE2IMG is not set
|
# BR2_PACKAGE_HOST_MKE2IMG is not set
|
||||||
|
# BR2_PACKAGE_HOST_MKPASSWD is not set
|
||||||
# BR2_PACKAGE_HOST_MTD is not set
|
# BR2_PACKAGE_HOST_MTD is not set
|
||||||
# BR2_PACKAGE_HOST_MTOOLS is not set
|
# BR2_PACKAGE_HOST_MTOOLS is not set
|
||||||
# BR2_PACKAGE_HOST_MXSLDR is not set
|
# BR2_PACKAGE_HOST_MXSLDR is not set
|
||||||
@@ -1979,6 +2125,30 @@ BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS=y
|
|||||||
# Legacy config options
|
# Legacy config options
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Legacy options removed in 2016.11
|
||||||
|
#
|
||||||
|
# BR2_PACKAGE_PHP_SAPI_CLI_CGI is not set
|
||||||
|
# BR2_PACKAGE_PHP_SAPI_CLI_FPM is not set
|
||||||
|
# BR2_PACKAGE_WVSTREAMS is not set
|
||||||
|
# BR2_PACKAGE_WVDIAL is not set
|
||||||
|
# BR2_PACKAGE_WEBKITGTK24 is not set
|
||||||
|
# BR2_PACKAGE_TORSMO is not set
|
||||||
|
# BR2_PACKAGE_SSTRIP is not set
|
||||||
|
# BR2_KERNEL_HEADERS_4_3 is not set
|
||||||
|
# BR2_KERNEL_HEADERS_4_2 is not set
|
||||||
|
# BR2_PACKAGE_KODI_ADDON_XVDR is not set
|
||||||
|
# BR2_PACKAGE_IPKG is not set
|
||||||
|
# BR2_GCC_VERSION_4_7_X is not set
|
||||||
|
# BR2_BINUTILS_VERSION_2_24_X is not set
|
||||||
|
# BR2_PACKAGE_WESTON_RPI is not set
|
||||||
|
# BR2_GCC_VERSION_4_8_ARC is not set
|
||||||
|
# BR2_KERNEL_HEADERS_4_0 is not set
|
||||||
|
# BR2_KERNEL_HEADERS_3_19 is not set
|
||||||
|
# BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS is not set
|
||||||
|
# BR2_PACKAGE_ELEMENTARY is not set
|
||||||
|
# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Legacy options removed in 2016.08
|
# Legacy options removed in 2016.08
|
||||||
#
|
#
|
||||||
@@ -2299,12 +2469,13 @@ BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION=""
|
|||||||
# BR2_BFIN_FLAT is not set
|
# BR2_BFIN_FLAT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# User-provided options
|
# External options
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Awox Audio Software
|
# Domo br2-external tree (in /home/jbnadal/sources/PI/Domo/projects/pi_domo/../../bsp/buildroot_external/)
|
||||||
#
|
#
|
||||||
|
BR2_EXTERNAL_DOMO_PATH="/home/jbnadal/sources/PI/Domo/projects/pi_domo/../../bsp/buildroot_external/"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Domo
|
# Domo
|
||||||
|
|||||||
Reference in New Issue
Block a user