Stewart Smith | 6e66114 | 2015-07-30 09:11:52 +1000 | [diff] [blame] | 1 | BR2_powerpc64le=y |
Stewart Smith | 78dbf63 | 2015-01-23 15:09:39 +1100 | [diff] [blame] | 2 | BR2_powerpc_power8=y |
| 3 | BR2_OPENPOWER_PLATFORM=y |
| 4 | |
Stewart Smith | 6e66114 | 2015-07-30 09:11:52 +1000 | [diff] [blame] | 5 | BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" |
| 6 | BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" |
Joel Stanley | 18c4ed4 | 2016-03-03 11:21:57 +1030 | [diff] [blame] | 7 | BR2_GLIBC_VERSION_2_23=y |
Stewart Smith | 6e66114 | 2015-07-30 09:11:52 +1000 | [diff] [blame] | 8 | |
Stewart Smith | 78dbf63 | 2015-01-23 15:09:39 +1100 | [diff] [blame] | 9 | # No HostBoot for Mambo |
| 10 | BR2_PACKAGE_HOSTBOOT=n |
| 11 | BR2_PACKAGE_HOSTBOOT_BINARIES=n |
| 12 | |
| 13 | BR2_OPENPOWER_CONFIG_NAME="openpower-mambo" |
| 14 | |
| 15 | # no OCC for Mambo either |
| 16 | BR2_PACKAGE_OCC=n |
| 17 | |
| 18 | # we don't need a PNOR layout for Mambo |
| 19 | BR2_PACKAGE_OPENPOWER_PNOR=n |
| 20 | |
Samuel Mendoza-Jonas | b012046 | 2016-05-02 15:22:21 +1000 | [diff] [blame] | 21 | BR2_TARGET_GENERIC_HOSTNAME="skiroot" |
| 22 | |
Stewart Smith | 78dbf63 | 2015-01-23 15:09:39 +1100 | [diff] [blame] | 23 | # petitboot requirements |
| 24 | BR2_ENABLE_LOCALE_PURGE=y |
| 25 | BR2_ENABLE_LOCALE_WHITELIST="C en_US" |
| 26 | BR2_GENERATE_LOCALE="en_US.UTF-8" |
| 27 | BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y |
| 28 | BR2_TARGET_GENERIC_GETTY_PORT="hvc0" |
Jeremy Kerr | f006cdf | 2015-09-17 17:55:39 +0800 | [diff] [blame] | 29 | BR2_ROOTFS_OVERLAY="../openpower/overlay" |
Jeremy Kerr | f96808c | 2015-09-17 18:12:40 +0800 | [diff] [blame] | 30 | BR2_ROOTFS_DEVICE_TABLE="../openpower/device_table.txt" |
Jeremy Kerr | af3fa30 | 2015-09-17 18:39:55 +0800 | [diff] [blame] | 31 | BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var" |
Stewart Smith | 78dbf63 | 2015-01-23 15:09:39 +1100 | [diff] [blame] | 32 | BR2_LINUX_KERNEL=y |
Joel Stanley | 8feb161 | 2016-06-20 17:35:28 +0930 | [diff] [blame] | 33 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y |
Joel Stanley | 9db7e57 | 2017-12-18 09:50:40 +1030 | [diff] [blame^] | 34 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.105" |
Joel Stanley | d9669fe | 2016-01-22 16:13:06 +1030 | [diff] [blame] | 35 | BR2_KERNEL_HEADERS_4_4=y |
Joel Stanley | 8feb161 | 2016-06-20 17:35:28 +0930 | [diff] [blame] | 36 | BR2_BINUTILS_VERSION_2_26_X=y |
Joel Stanley | 3e323ab | 2015-09-11 14:48:21 +1000 | [diff] [blame] | 37 | BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL)/linux" |
Alistair Popple | ff724fb | 2015-03-12 17:35:25 +1100 | [diff] [blame] | 38 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y |
| 39 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL)/configs/linux/skiroot_defconfig" |
Stewart Smith | 78dbf63 | 2015-01-23 15:09:39 +1100 | [diff] [blame] | 40 | BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y |
| 41 | BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y |
| 42 | BR2_PACKAGE_LINUX_FIRMWARE=y |
| 43 | BR2_PACKAGE_LINUX_FIRMWARE_BNX2X=y |
Joel Stanley | 1f2f3fd | 2015-11-30 15:44:43 +1030 | [diff] [blame] | 44 | BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4=y |
Stewart Smith | 78dbf63 | 2015-01-23 15:09:39 +1100 | [diff] [blame] | 45 | BR2_PACKAGE_I2C_TOOLS=y |
| 46 | BR2_PACKAGE_NCURSES_WCHAR=y |
| 47 | BR2_PACKAGE_DROPBEAR=y |
| 48 | # BR2_PACKAGE_DROPBEAR_SERVER is not set |
| 49 | BR2_PACKAGE_ETHTOOL=y |
| 50 | BR2_PACKAGE_NETCAT=y |
| 51 | BR2_PACKAGE_RSYNC=y |
| 52 | BR2_PACKAGE_PETITBOOT=y |
| 53 | BR2_PACKAGE_IPMITOOL=y |
Samuel Mendoza-Jonas | c775f29 | 2015-09-14 13:10:27 +1000 | [diff] [blame] | 54 | BR2_PACKAGE_MDADM=y |
Stewart Smith | 78dbf63 | 2015-01-23 15:09:39 +1100 | [diff] [blame] | 55 | BR2_TARGET_ROOTFS_CPIO_XZ=y |
| 56 | BR2_TARGET_ROOTFS_INITRAMFS=y |