mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
This commit is contained in:
@@ -17,8 +17,8 @@ g_current_user = getpass.getuser()
|
||||
g_current_uid = os.getuid()
|
||||
g_timestamp = datetime.datetime.now().strftime("%Y-%m-%d.%H%M%S")
|
||||
|
||||
g_builder7_image_name="opennetworklinux/builder7:1.1"
|
||||
g_builder8_image_name="opennetworklinux/builder8:1.2"
|
||||
g_builder7_image_name="opennetworklinux/builder7:1.2"
|
||||
g_builder8_image_name="opennetworklinux/builder8:1.3"
|
||||
|
||||
g_default_image_name=g_builder7_image_name
|
||||
g_default_container_name = "%s_%s" % (g_current_user, g_timestamp)
|
||||
|
||||
@@ -79,15 +79,15 @@ setup-pyparted:
|
||||
|
||||
define buildroot_arch
|
||||
buildroot-$(1):
|
||||
make -C $(BUILDROOT_SOURCE) O=../buildroot-$(1)
|
||||
$(MAKE) -C $(BUILDROOT_SOURCE) O=../buildroot-$(1) LD_LIBRARY_PATH=/usr/buildroot/toolchains/$(1)/lib
|
||||
|
||||
buildroot-menuconfig-$(1):
|
||||
make -C $(BUILDROOT_SOURCE) menuconfig O=../buildroot-$(1)
|
||||
cp buildroot-powerpc/.config buildroot.config-$(1)
|
||||
$(MAKE) -C $(BUILDROOT_SOURCE) menuconfig O=../buildroot-$(1)
|
||||
cp buildroot-$(1)/.config buildroot.config-$(1)
|
||||
endef
|
||||
|
||||
$(foreach a,$(ARCHS),$(eval $(call buildroot_arch,$(a))))
|
||||
|
||||
busybox-menuconfig:
|
||||
make -C $(BUILDROOT_SOURCE) busybox-menuconfig O=../buildroot-powerpc
|
||||
$(MAKE) -C $(BUILDROOT_SOURCE) busybox-menuconfig O=../buildroot-powerpc
|
||||
cp buildroot-powerpc/build/busybox-*/.config busybox.config
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Buildroot 2013.02-rc2-g5e1a5c1-dirty Configuration
|
||||
@@ -79,10 +78,6 @@ BR2_HOST_DIR="$(BASE_DIR)/host"
|
||||
#
|
||||
BR2_PRIMARY_SITE="$(BUILDROOTMIRROR)"
|
||||
BR2_PRIMARY_SITE_ONLY=y
|
||||
BR2_BACKUP_SITE="https://raw.githubusercontent.com/opennetworklinux/buildroot-download-cache/master/dl"
|
||||
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
|
||||
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
|
||||
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
|
||||
BR2_JLEVEL=0
|
||||
BR2_CCACHE=y
|
||||
BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache"
|
||||
@@ -104,100 +99,81 @@ BR2_PACKAGE_OVERRIDE_FILE="$(TOPDIR)/local.mk"
|
||||
#
|
||||
# Toolchain
|
||||
#
|
||||
BR2_TOOLCHAIN_BUILDROOT=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL=y
|
||||
# BR2_TOOLCHAIN_CTNG is not set
|
||||
|
||||
#
|
||||
# Kernel Header Options
|
||||
#
|
||||
# BR2_KERNEL_HEADERS_3_0 is not set
|
||||
# BR2_KERNEL_HEADERS_3_2 is not set
|
||||
# BR2_KERNEL_HEADERS_3_4 is not set
|
||||
# BR2_KERNEL_HEADERS_3_6 is not set
|
||||
BR2_KERNEL_HEADERS_3_7=y
|
||||
# BR2_KERNEL_HEADERS_3_7 is not set
|
||||
# BR2_KERNEL_HEADERS_VERSION is not set
|
||||
# BR2_KERNEL_HEADERS_SNAP is not set
|
||||
BR2_DEFAULT_KERNEL_HEADERS="3.7.8"
|
||||
|
||||
#
|
||||
# uClibc Options
|
||||
#
|
||||
# BR2_UCLIBC_VERSION_0_9_32 is not set
|
||||
BR2_UCLIBC_VERSION_0_9_33=y
|
||||
# BR2_UCLIBC_VERSION_0_9_33 is not set
|
||||
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
|
||||
BR2_UCLIBC_VERSION_STRING="0.9.33.2"
|
||||
BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.33.config"
|
||||
# BR2_PTHREAD_DEBUG is not set
|
||||
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
|
||||
BR2_UCLIBC_ARM_TYPE="ARM926T"
|
||||
|
||||
#
|
||||
# Binutils Options
|
||||
#
|
||||
# BR2_BINUTILS_VERSION_2_20_1 is not set
|
||||
# BR2_BINUTILS_VERSION_2_21 is not set
|
||||
BR2_BINUTILS_VERSION_2_21_1=y
|
||||
# BR2_BINUTILS_VERSION_2_21_1 is not set
|
||||
# BR2_BINUTILS_VERSION_2_22 is not set
|
||||
# BR2_BINUTILS_VERSION_2_23_1 is not set
|
||||
BR2_BINUTILS_VERSION="2.21.1"
|
||||
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS=""
|
||||
|
||||
#
|
||||
# GCC Options
|
||||
#
|
||||
# BR2_GCC_VERSION_4_3_X is not set
|
||||
# BR2_GCC_VERSION_4_4_X is not set
|
||||
# BR2_GCC_VERSION_4_5_X is not set
|
||||
BR2_GCC_VERSION_4_6_X=y
|
||||
# BR2_GCC_VERSION_4_6_X is not set
|
||||
# BR2_GCC_VERSION_4_7_X is not set
|
||||
# BR2_GCC_VERSION_SNAP is not set
|
||||
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
|
||||
BR2_GCC_VERSION="4.6.3"
|
||||
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
||||
# BR2_INSTALL_OBJC is not set
|
||||
# BR2_INSTALL_FORTRAN is not set
|
||||
BR2_GCC_SHARED_LIBGCC=y
|
||||
BR2_GCC_ENABLE_TLS=y
|
||||
# BR2_GCC_ENABLE_OPENMP is not set
|
||||
|
||||
#
|
||||
# Linaro toolchains available for Cortex-A{5,8,9,15}
|
||||
#
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203 is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109 is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103 is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_PATH="/usr/buildroot/toolchains/arm"
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-buildroot-linux-uclibcgnueabi"
|
||||
BR2_TOOLCHAIN_EXTERNAL_PREFIX="arm-buildroot-linux-uclibcgnueabi"
|
||||
BR2_TOOLCHAIN_EXTERNAL_UCLIBC=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_LARGEFILE=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_INET_IPV6=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_INET_RPC=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CXX is not set
|
||||
BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS=""
|
||||
|
||||
#
|
||||
# Gdb Options
|
||||
#
|
||||
# BR2_PACKAGE_GDB is not set
|
||||
# BR2_PACKAGE_GDB_SERVER is not set
|
||||
# BR2_PACKAGE_GDB_HOST is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY is not set
|
||||
|
||||
#
|
||||
# gdb support needs pthread debug support in toolchain
|
||||
#
|
||||
BR2_LARGEFILE=y
|
||||
BR2_INET_IPV6=y
|
||||
BR2_TOOLCHAIN_HAS_NATIVE_RPC=y
|
||||
BR2_USE_WCHAR=y
|
||||
BR2_TOOLCHAIN_HAS_THREADS=y
|
||||
BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED=y
|
||||
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
|
||||
# BR2_ENABLE_LOCALE_PURGE is not set
|
||||
BR2_GENERATE_LOCALE=""
|
||||
BR2_NEEDS_GETTEXT=y
|
||||
BR2_USE_MMU=y
|
||||
BR2_PREFER_SOFT_FLOAT=y
|
||||
BR2_SOFT_FLOAT=y
|
||||
BR2_TARGET_OPTIMIZATION="-pipe"
|
||||
BR2_TARGET_LDFLAGS=""
|
||||
# BR2_ECLIPSE_REGISTER is not set
|
||||
|
||||
#
|
||||
# Toolchain Options
|
||||
#
|
||||
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set
|
||||
# BR2_PTHREADS_NONE is not set
|
||||
# BR2_PTHREADS is not set
|
||||
# BR2_PTHREADS_OLD is not set
|
||||
BR2_PTHREADS_NATIVE=y
|
||||
# BR2_ELF2FLT is not set
|
||||
# BR2_PTHREADS_NATIVE is not set
|
||||
|
||||
#
|
||||
# System configuration
|
||||
@@ -308,9 +284,7 @@ BR2_PACKAGE_KEXEC_ZLIB=y
|
||||
# BR2_PACKAGE_RT_TESTS is not set
|
||||
BR2_PACKAGE_STRACE=y
|
||||
# BR2_PACKAGE_STRESS is not set
|
||||
# BR2_PACKAGE_SYSPROF is not set
|
||||
# BR2_PACKAGE_WHETSTONE is not set
|
||||
# BR2_PACKAGE_VALGRIND is not set
|
||||
# BR2_PACKAGE_PV is not set
|
||||
|
||||
#
|
||||
@@ -543,6 +517,10 @@ BR2_PACKAGE_LVM2=y
|
||||
# BR2_PACKAGE_OFONO is not set
|
||||
# BR2_PACKAGE_OPEN2300 is not set
|
||||
# BR2_PACKAGE_OPENOCD is not set
|
||||
|
||||
#
|
||||
# owl-linux requires a Linux kernel
|
||||
#
|
||||
BR2_PACKAGE_PARTED=y
|
||||
# BR2_PACKAGE_PCIUTILS is not set
|
||||
# BR2_PACKAGE_PICOCOM is not set
|
||||
@@ -629,10 +607,10 @@ BR2_PACKAGE_PYTHON_ZLIB=y
|
||||
# BR2_PACKAGE_PYTHON_PYPARSING is not set
|
||||
# BR2_PACKAGE_PYTHON_SERIAL is not set
|
||||
# BR2_PACKAGE_PYTHON_SETUPTOOLS is not set
|
||||
BR2_PACKAGE_PYTHON_PYPARTED=y
|
||||
BR2_PACKAGE_PYTHON_YAML=y
|
||||
BR2_PACKAGE_PYTHON_DNSPYTHON=y
|
||||
BR2_PACKAGE_PYTHON_PYROUTE2=y
|
||||
BR2_PACKAGE_PYTHON_YAML=y
|
||||
BR2_PACKAGE_PYTHON_PYPARTED=y
|
||||
# BR2_PACKAGE_RUBY is not set
|
||||
# BR2_PACKAGE_TCL is not set
|
||||
|
||||
@@ -1235,10 +1213,6 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZMA is not set
|
||||
# BR2_TARGET_ROOTFS_CRAMFS is not set
|
||||
# BR2_TARGET_ROOTFS_EXT2 is not set
|
||||
# BR2_TARGET_ROOTFS_EXT2_NONE is not set
|
||||
# BR2_TARGET_ROOTFS_EXT2_GZIP is not set
|
||||
# BR2_TARGET_ROOTFS_EXT2_BZIP2 is not set
|
||||
# BR2_TARGET_ROOTFS_EXT2_LZMA is not set
|
||||
|
||||
#
|
||||
# initramfs requires a Linux kernel to be built
|
||||
@@ -1264,19 +1238,6 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y
|
||||
# Kernel
|
||||
#
|
||||
# BR2_LINUX_KERNEL is not set
|
||||
# BR2_LINUX_KERNEL_3_7 is not set
|
||||
# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set
|
||||
# BR2_LINUX_KERNEL_CUSTOM_VERSION is not set
|
||||
# BR2_LINUX_KERNEL_CUSTOM_TARBALL is not set
|
||||
# BR2_LINUX_KERNEL_CUSTOM_GIT is not set
|
||||
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
|
||||
# BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG is not set
|
||||
# BR2_LINUX_KERNEL_UIMAGE is not set
|
||||
# BR2_LINUX_KERNEL_APPENDED_UIMAGE is not set
|
||||
# BR2_LINUX_KERNEL_ZIMAGE is not set
|
||||
# BR2_LINUX_KERNEL_APPENDED_ZIMAGE is not set
|
||||
# BR2_LINUX_KERNEL_VMLINUX is not set
|
||||
# BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Legacy config options
|
||||
|
||||
@@ -86,10 +86,6 @@ BR2_HOST_DIR="$(BASE_DIR)/host"
|
||||
#
|
||||
BR2_PRIMARY_SITE="$(BUILDROOTMIRROR)"
|
||||
BR2_PRIMARY_SITE_ONLY=y
|
||||
BR2_BACKUP_SITE="https://raw.githubusercontent.com/opennetworklinux/buildroot-download-cache/master/dl"
|
||||
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
|
||||
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
|
||||
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
|
||||
BR2_JLEVEL=0
|
||||
BR2_CCACHE=y
|
||||
BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache"
|
||||
@@ -111,99 +107,51 @@ BR2_PACKAGE_OVERRIDE_FILE="$(TOPDIR)/local.mk"
|
||||
#
|
||||
# Toolchain
|
||||
#
|
||||
BR2_TOOLCHAIN_BUILDROOT=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL=y
|
||||
# BR2_TOOLCHAIN_CTNG is not set
|
||||
|
||||
#
|
||||
# Kernel Header Options
|
||||
#
|
||||
# BR2_KERNEL_HEADERS_3_0 is not set
|
||||
# BR2_KERNEL_HEADERS_3_2 is not set
|
||||
# BR2_KERNEL_HEADERS_3_4 is not set
|
||||
BR2_KERNEL_HEADERS_3_6=y
|
||||
# BR2_KERNEL_HEADERS_3_7 is not set
|
||||
# BR2_KERNEL_HEADERS_VERSION is not set
|
||||
# BR2_KERNEL_HEADERS_SNAP is not set
|
||||
BR2_DEFAULT_KERNEL_HEADERS="3.6.11"
|
||||
|
||||
#
|
||||
# uClibc Options
|
||||
#
|
||||
# BR2_UCLIBC_VERSION_0_9_32 is not set
|
||||
BR2_UCLIBC_VERSION_0_9_33=y
|
||||
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
|
||||
BR2_UCLIBC_VERSION_STRING="0.9.33.2"
|
||||
BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.33.config"
|
||||
# BR2_PTHREAD_DEBUG is not set
|
||||
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
|
||||
|
||||
#
|
||||
# Binutils Options
|
||||
#
|
||||
# BR2_BINUTILS_VERSION_2_20_1 is not set
|
||||
# BR2_BINUTILS_VERSION_2_21 is not set
|
||||
BR2_BINUTILS_VERSION_2_21_1=y
|
||||
# BR2_BINUTILS_VERSION_2_22 is not set
|
||||
# BR2_BINUTILS_VERSION_2_23_1 is not set
|
||||
BR2_BINUTILS_VERSION="2.21.1"
|
||||
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS=""
|
||||
|
||||
#
|
||||
# GCC Options
|
||||
#
|
||||
# BR2_GCC_VERSION_4_3_X is not set
|
||||
# BR2_GCC_VERSION_4_4_X is not set
|
||||
# BR2_GCC_VERSION_4_5_X is not set
|
||||
BR2_GCC_VERSION_4_6_X=y
|
||||
# BR2_GCC_VERSION_4_7_X is not set
|
||||
# BR2_GCC_VERSION_SNAP is not set
|
||||
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
|
||||
BR2_GCC_VERSION="4.6.3"
|
||||
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
||||
# BR2_INSTALL_OBJC is not set
|
||||
# BR2_INSTALL_FORTRAN is not set
|
||||
BR2_GCC_SHARED_LIBGCC=y
|
||||
BR2_GCC_ENABLE_TLS=y
|
||||
# BR2_GCC_ENABLE_OPENMP is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_PATH="/usr/buildroot/toolchains/powerpc"
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="powerpc-buildroot-linux-uclibc"
|
||||
BR2_TOOLCHAIN_EXTERNAL_PREFIX="powerpc-buildroot-linux-uclibc"
|
||||
BR2_TOOLCHAIN_EXTERNAL_UCLIBC=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_LARGEFILE=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_INET_IPV6=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_INET_RPC=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CXX is not set
|
||||
BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS=""
|
||||
|
||||
#
|
||||
# Gdb Options
|
||||
#
|
||||
# BR2_PACKAGE_GDB is not set
|
||||
# BR2_PACKAGE_GDB_SERVER is not set
|
||||
# BR2_PACKAGE_GDB_HOST is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY is not set
|
||||
|
||||
#
|
||||
# gdb support needs pthread debug support in toolchain
|
||||
#
|
||||
BR2_LARGEFILE=y
|
||||
BR2_INET_IPV6=y
|
||||
BR2_TOOLCHAIN_HAS_NATIVE_RPC=y
|
||||
BR2_USE_WCHAR=y
|
||||
BR2_TOOLCHAIN_HAS_THREADS=y
|
||||
BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED=y
|
||||
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
|
||||
# BR2_ENABLE_LOCALE_PURGE is not set
|
||||
BR2_GENERATE_LOCALE=""
|
||||
BR2_NEEDS_GETTEXT=y
|
||||
BR2_USE_MMU=y
|
||||
# BR2_SOFT_FLOAT is not set
|
||||
BR2_TARGET_OPTIMIZATION="-pipe"
|
||||
BR2_TARGET_LDFLAGS=""
|
||||
# BR2_ECLIPSE_REGISTER is not set
|
||||
|
||||
#
|
||||
# Toolchain Options
|
||||
#
|
||||
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set
|
||||
# BR2_PTHREADS_NONE is not set
|
||||
# BR2_PTHREADS is not set
|
||||
# BR2_PTHREADS_OLD is not set
|
||||
BR2_PTHREADS_NATIVE=y
|
||||
|
||||
#
|
||||
# System configuration
|
||||
#
|
||||
@@ -632,10 +580,10 @@ BR2_PACKAGE_PYTHON_ZLIB=y
|
||||
# BR2_PACKAGE_PYTHON_PYPARSING is not set
|
||||
# BR2_PACKAGE_PYTHON_SERIAL is not set
|
||||
# BR2_PACKAGE_PYTHON_SETUPTOOLS is not set
|
||||
BR2_PACKAGE_PYTHON_PYPARTED=y
|
||||
BR2_PACKAGE_PYTHON_YAML=y
|
||||
BR2_PACKAGE_PYTHON_DNSPYTHON=y
|
||||
BR2_PACKAGE_PYTHON_PYROUTE2=y
|
||||
BR2_PACKAGE_PYTHON_YAML=y
|
||||
BR2_PACKAGE_PYTHON_PYPARTED=y
|
||||
# BR2_PACKAGE_RUBY is not set
|
||||
# BR2_PACKAGE_TCL is not set
|
||||
|
||||
|
||||
@@ -61,10 +61,6 @@ BR2_HOST_DIR="$(BASE_DIR)/host"
|
||||
#
|
||||
BR2_PRIMARY_SITE="$(BUILDROOTMIRROR)"
|
||||
BR2_PRIMARY_SITE_ONLY=y
|
||||
BR2_BACKUP_SITE="https://raw.githubusercontent.com/opennetworklinux/buildroot-download-cache/master/dl"
|
||||
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
|
||||
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
|
||||
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
|
||||
BR2_JLEVEL=0
|
||||
BR2_CCACHE=y
|
||||
BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache"
|
||||
@@ -86,97 +82,52 @@ BR2_PACKAGE_OVERRIDE_FILE="$(TOPDIR)/local.mk"
|
||||
#
|
||||
# Toolchain
|
||||
#
|
||||
BR2_TOOLCHAIN_BUILDROOT=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL=y
|
||||
# BR2_TOOLCHAIN_CTNG is not set
|
||||
|
||||
#
|
||||
# Kernel Header Options
|
||||
#
|
||||
# BR2_KERNEL_HEADERS_3_0 is not set
|
||||
# BR2_KERNEL_HEADERS_3_2 is not set
|
||||
# BR2_KERNEL_HEADERS_3_4 is not set
|
||||
# BR2_KERNEL_HEADERS_3_6 is not set
|
||||
BR2_KERNEL_HEADERS_3_7=y
|
||||
# BR2_KERNEL_HEADERS_VERSION is not set
|
||||
# BR2_KERNEL_HEADERS_SNAP is not set
|
||||
BR2_DEFAULT_KERNEL_HEADERS="3.7.8"
|
||||
|
||||
#
|
||||
# uClibc Options
|
||||
#
|
||||
# BR2_UCLIBC_VERSION_0_9_32 is not set
|
||||
BR2_UCLIBC_VERSION_0_9_33=y
|
||||
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
|
||||
BR2_UCLIBC_VERSION_STRING="0.9.33.2"
|
||||
BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.33.config"
|
||||
# BR2_PTHREAD_DEBUG is not set
|
||||
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
|
||||
|
||||
#
|
||||
# Binutils Options
|
||||
#
|
||||
# BR2_BINUTILS_VERSION_2_20_1 is not set
|
||||
# BR2_BINUTILS_VERSION_2_21 is not set
|
||||
# BR2_BINUTILS_VERSION_2_21_1 is not set
|
||||
# BR2_BINUTILS_VERSION_2_22 is not set
|
||||
BR2_BINUTILS_VERSION_2_23_1=y
|
||||
BR2_BINUTILS_VERSION="2.23.1"
|
||||
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS=""
|
||||
|
||||
#
|
||||
# GCC Options
|
||||
#
|
||||
# BR2_GCC_VERSION_4_3_X is not set
|
||||
# BR2_GCC_VERSION_4_4_X is not set
|
||||
# BR2_GCC_VERSION_4_5_X is not set
|
||||
# BR2_GCC_VERSION_4_6_X is not set
|
||||
BR2_GCC_VERSION_4_7_X=y
|
||||
# BR2_GCC_VERSION_SNAP is not set
|
||||
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
|
||||
BR2_GCC_VERSION="4.7.2"
|
||||
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
||||
# BR2_INSTALL_OBJC is not set
|
||||
# BR2_INSTALL_FORTRAN is not set
|
||||
BR2_GCC_SHARED_LIBGCC=y
|
||||
# BR2_GCC_ENABLE_OPENMP is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209 is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203 is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109 is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_PATH="/usr/buildroot/toolchains/x86_64"
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="x86_64-buildroot-linux-uclibc"
|
||||
BR2_TOOLCHAIN_EXTERNAL_PREFIX="x86_64-buildroot-linux-uclibc"
|
||||
BR2_TOOLCHAIN_EXTERNAL_UCLIBC=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_LARGEFILE=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_INET_IPV6=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_INET_RPC=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_CXX is not set
|
||||
BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS=""
|
||||
|
||||
#
|
||||
# Gdb Options
|
||||
#
|
||||
# BR2_PACKAGE_GDB is not set
|
||||
# BR2_PACKAGE_GDB_SERVER is not set
|
||||
# BR2_PACKAGE_GDB_HOST is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY is not set
|
||||
|
||||
#
|
||||
# gdb support needs pthread debug support in toolchain
|
||||
#
|
||||
BR2_LARGEFILE=y
|
||||
BR2_INET_IPV6=y
|
||||
BR2_TOOLCHAIN_HAS_NATIVE_RPC=y
|
||||
BR2_USE_WCHAR=y
|
||||
BR2_TOOLCHAIN_HAS_THREADS=y
|
||||
BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED=y
|
||||
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
|
||||
# BR2_ENABLE_LOCALE_PURGE is not set
|
||||
BR2_GENERATE_LOCALE=""
|
||||
BR2_NEEDS_GETTEXT=y
|
||||
BR2_USE_MMU=y
|
||||
BR2_TARGET_OPTIMIZATION="-pipe"
|
||||
BR2_TARGET_LDFLAGS=""
|
||||
# BR2_ECLIPSE_REGISTER is not set
|
||||
|
||||
#
|
||||
# Toolchain Options
|
||||
#
|
||||
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set
|
||||
# BR2_PTHREADS_NONE is not set
|
||||
# BR2_PTHREADS is not set
|
||||
BR2_PTHREADS_OLD=y
|
||||
# BR2_PTHREADS_NATIVE is not set
|
||||
|
||||
#
|
||||
# System configuration
|
||||
#
|
||||
@@ -607,10 +558,10 @@ BR2_PACKAGE_PYTHON_ZLIB=y
|
||||
# BR2_PACKAGE_PYTHON_PYPARSING is not set
|
||||
# BR2_PACKAGE_PYTHON_SERIAL is not set
|
||||
# BR2_PACKAGE_PYTHON_SETUPTOOLS is not set
|
||||
BR2_PACKAGE_PYTHON_PYPARTED=y
|
||||
BR2_PACKAGE_PYTHON_YAML=y
|
||||
BR2_PACKAGE_PYTHON_DNSPYTHON=y
|
||||
BR2_PACKAGE_PYTHON_PYROUTE2=y
|
||||
BR2_PACKAGE_PYTHON_YAML=y
|
||||
BR2_PACKAGE_PYTHON_PYPARTED=y
|
||||
# BR2_PACKAGE_RUBY is not set
|
||||
# BR2_PACKAGE_TCL is not set
|
||||
|
||||
|
||||
Reference in New Issue
Block a user