xref: /DADK/dadk-config/templates/dadk-manifest.toml (revision 285d70f1839433cfbd204fd89e46aa6aec08f02e)
17fd740acSLoGin# Configuration template placed in the root directory of the DragonOS workspace
27fd740acSLoGin# Named `dadk-manifest.toml`
37fd740acSLoGin
47fd740acSLoGin[metadata]
57fd740acSLoGin# Target architecture. Options: x86_64, riscv64
6e2cc487bSLoGinarch = "x86_64"
7e2cc487bSLoGin
8e2cc487bSLoGin# Hypervisor config path
9e2cc487bSLoGinhypervisor_config = "config/hypervisor.toml"
10e2cc487bSLoGin
11e2cc487bSLoGin# RootFS config path
12e2cc487bSLoGinrootfs_config = "config/rootfs.toml"
13e2cc487bSLoGin
14e2cc487bSLoGin# Boot config path
15e2cc487bSLoGinboot_config = "config/boot.toml"
16*285d70f1SLoGin
17*285d70f1SLoGin# System root directory folder (DADK will copy the files in this directory to the root directory of the disk image)
18*285d70f1SLoGinsysroot_dir = "bin/sysroot"
19