Skip to content

Commit 5aff332

Browse files
committed
buildroot: Add support for sparc64
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 842a2eb commit 5aff332

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

buildroot/rebuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'ppc64le',
2222
'riscv',
2323
's390',
24+
'sparc64',
2425
'x86',
2526
'x86_64',
2627
]

buildroot/sparc64.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
BR2_sparc64=y
2+
BR2_TOOLCHAIN_EXTERNAL=y
3+
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
4+
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
5+
BR2_ROOTFS_OVERLAY="../overlay-poweroff"
6+
BR2_TARGET_ROOTFS_CPIO=y
7+
# BR2_TARGET_ROOTFS_TAR is not set

0 commit comments

Comments
 (0)