Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 3196157

Browse files
shenkinathanchance
authored andcommitted
buildroot: Add ppc64
Signed-off-by: Joel Stanley <joel@jms.id.au> [nc: Rebuilt images] Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
1 parent 4de156f commit 3196157

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

buildroot/ppc64.config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
BR2_powerpc64=y
2+
BR2_CCACHE=y
3+
BR2_KERNEL_HEADERS_4_4=y
4+
BR2_BINUTILS_VERSION_2_31_X=y
5+
BR2_GCC_VERSION_8_X=y
6+
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
7+
BR2_SYSTEM_BIN_SH_BASH=y
8+
BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
9+
BR2_ROOTFS_OVERLAY="../overlay-poweroff"
10+
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
11+
BR2_TARGET_ROOTFS_CPIO=y
12+
BR2_TARGET_ROOTFS_EXT2=y
13+
BR2_TARGET_ROOTFS_EXT2_4=y
14+
BR2_TARGET_ROOTFS_EXT2_SIZE="20M"
15+
# BR2_TARGET_ROOTFS_TAR is not set

buildroot/rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CONFIGS=()
2525
while (( ${#} )); do
2626
case ${1} in
2727
all) for CONFIG in *.config; do CONFIGS+=( "../${CONFIG}" ); done ;;
28-
arm64|arm|mipsel|ppc32|ppc64le|x86_64) CONFIGS+=( "../${1}.config" ) ;;
28+
arm64|arm|mipsel|ppc32|ppc64|ppc64le|x86_64) CONFIGS+=( "../${1}.config" ) ;;
2929
*) echo "Unknown parameter '${1}', exiting!"; exit 1 ;;
3030
esac
3131
shift

images/ppc64/rootfs.cpio

8.73 MB
Binary file not shown.

images/ppc64/rootfs.ext4

20 MB
Binary file not shown.

0 commit comments

Comments
 (0)