Skip to content

Commit

Permalink
buildroot: Add support for sparc64
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Nov 19, 2024
1 parent 842a2eb commit 5aff332
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildroot/rebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'ppc64le',
'riscv',
's390',
'sparc64',
'x86',
'x86_64',
]
Expand Down
7 changes: 7 additions & 0 deletions buildroot/sparc64.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
BR2_sparc64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
BR2_ROOTFS_OVERLAY="../overlay-poweroff"
BR2_TARGET_ROOTFS_CPIO=y
# BR2_TARGET_ROOTFS_TAR is not set

0 comments on commit 5aff332

Please sign in to comment.