summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-18 10:06:44 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-26 07:54:48 +0000
commit1451becf77c2a1f230bbc3273ccfd6e7fb85bce9 (patch)
treeeb2266716951e69a4f3073d987faf89925faca53
parentb280e5218886db908c7b03c6b5b062f148d92635 (diff)
downloadblackbird-op-build-1451becf77c2a1f230bbc3273ccfd6e7fb85bce9.tar.gz
blackbird-op-build-1451becf77c2a1f230bbc3273ccfd6e7fb85bce9.zip
Update Talos defconfig file to enable GCC 8 by default
-rw-r--r--openpower/configs/talos_defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/openpower/configs/talos_defconfig b/openpower/configs/talos_defconfig
index 670fc8cc..36577957 100644
--- a/openpower/configs/talos_defconfig
+++ b/openpower/configs/talos_defconfig
@@ -1,7 +1,8 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
-BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
+BR2_GCC_VERSION_8_X=y
+BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer"
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_HOSTNAME="skiroot"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
@@ -10,6 +11,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
BR2_ENABLE_LOCALE_WHITELIST="C de en es fr it ja ko pt_BR ru zh_CN zh_TW"
BR2_GENERATE_LOCALE="en_US.UTF-8 de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 ja_JP.UTF-8 ko_KR.UTF-8 pt_BR.UTF-8 ru_RU.UTF-8 zh_CN.UTF-8 zh_TW.UTF-8"
BR2_SYSTEM_ENABLE_NLS=y
+BR2_ROOTFS_USERS_TABLES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/users-table"
BR2_ROOTFS_OVERLAY="../openpower/overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var ../openpower/scripts/firmware-whitelist ../openpower/scripts/talos-extra-cleanup"
BR2_LINUX_KERNEL=y
@@ -34,6 +36,8 @@ BR2_PACKAGE_ETHTOOL=y
BR2_PACKAGE_LRZSZ=y
BR2_PACKAGE_NETCAT=y
BR2_PACKAGE_RSYNC=y
+BR2_PACKAGE_SUDO=y
+BR2_PACKAGE_UTIL_LINUX_AGETTY=y
BR2_PACKAGE_PNV_LPC=y
BR2_TARGET_ROOTFS_CPIO_XZ=y
BR2_TARGET_ROOTFS_INITRAMFS=y
OpenPOWER on IntegriCloud