Skip to content

Commit c9a540a

Browse files
committed
[sysroot] Add s390x sysroot
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent ff13728 commit c9a540a

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Sysroot (s390x)
2+
3+
on:
4+
push:
5+
paths:
6+
- '.github/workflows/sysroot.yml'
7+
- '.github/workflows/sysroot_s390x.yml'
8+
- 'sysroot/**'
9+
- '!sysroot/*.md'
10+
- '!sysroot/configs/**'
11+
- 'sysroot/configs/sysroot_s390x_defconfig'
12+
workflow_dispatch:
13+
14+
jobs:
15+
16+
build:
17+
name: Build (s390x)
18+
uses: ./.github/workflows/sysroot.yml
19+
with:
20+
arch: s390x
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
BR2_s390x=y
2+
BR2_INIT_NONE=y
3+
BR2_ROOTFS_MERGED_USR=y
4+
BR2_SYSTEM_BIN_SH_NONE=y
5+
# BR2_PACKAGE_BUSYBOX is not set
6+
BR2_PACKAGE_SLIRP=y

0 commit comments

Comments
 (0)