diff options
| author | 2024-08-30 11:30:26 -0700 | |
|---|---|---|
| committer | 2024-09-28 15:10:02 -0700 | |
| commit | 03aacd1818f24ff945f206ac580699b6b23cef11 (patch) | |
| tree | ab592b4bf8af72050efa511af6d2c7dfd5ecf65f /tmt/plans | |
| parent | 5fe8b10e986e41eec9cde4e0004c8ac28dc4b76c (diff) | |
| download | kiwi-descriptions-03aacd1818f24ff945f206ac580699b6b23cef11.tar.gz kiwi-descriptions-03aacd1818f24ff945f206ac580699b6b23cef11.zip | |
Add FEX-RootFS definition
Add a new definition for a RootFS to be used by FEX (https://src.fedoraproject.org/rpms/fex-emu). This is based on the upstream manifest (https://github.com/FEX-Emu/RootFS/blob/main/Configs/Fedora_40.json).
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Diffstat (limited to 'tmt/plans')
| -rw-r--r-- | tmt/plans/asahi/build-fex-rootfs.fmf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tmt/plans/asahi/build-fex-rootfs.fmf b/tmt/plans/asahi/build-fex-rootfs.fmf new file mode 100644 index 0000000..30313f9 --- /dev/null +++ b/tmt/plans/asahi/build-fex-rootfs.fmf @@ -0,0 +1,12 @@ +summary: Build FEX RootFS +discover: + how: fmf +adjust: + enabled: false + when: arch != x86_64 +environment: + image_type: erofs + image_profile: FEX-RootFS + kiwi_file: Fedora.kiwi +execute: + how: tmt |