summaryrefslogtreecommitdiffstats
path: root/openpower/configs/firestone_defconfig
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-02-14 15:47:51 +1100
committerGitHub <noreply@github.com>2019-02-14 15:47:51 +1100
commit7b5f1efbee6ace9d4ee80640875aa3ad57e95c69 (patch)
tree9744489cacf9c6ac9da1424f14eb14061d5f7c4a /openpower/configs/firestone_defconfig
parent051f2c90445bf920014ccf8d10bda5b1da2c33d0 (diff)
parentdb6ca355bc6fbd5e259e3ac5efe844a43d993bad (diff)
downloadblackbird-op-build-7b5f1efbee6ace9d4ee80640875aa3ad57e95c69.tar.gz
blackbird-op-build-7b5f1efbee6ace9d4ee80640875aa3ad57e95c69.zip
Merge pull request #2521 from sammj/users
Update Petitboot and enable Petitboot privilege separation
Diffstat (limited to 'openpower/configs/firestone_defconfig')
-rw-r--r--openpower/configs/firestone_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpower/configs/firestone_defconfig b/openpower/configs/firestone_defconfig
index 2c9290a4..f0a58154 100644
--- a/openpower/configs/firestone_defconfig
+++ b/openpower/configs/firestone_defconfig
@@ -11,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"
BR2_LINUX_KERNEL=y
@@ -36,6 +37,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_TARGET_ROOTFS_CPIO_XZ=y
BR2_TARGET_ROOTFS_INITRAMFS=y
BR2_OPENPOWER_PLATFORM=y
OpenPOWER on IntegriCloud