xref: /DADK/dadk-config/templates/dadk-manifest.toml (revision eaa67f3cf8881c221a744937c6318444b068a801)
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
9*eaa67f3cSLoGinhypervisor-config = "config/hypervisor.toml"
10e2cc487bSLoGin
11e2cc487bSLoGin# RootFS config path
12*eaa67f3cSLoGinrootfs-config = "config/rootfs.toml"
13e2cc487bSLoGin
14e2cc487bSLoGin# Boot config path
15*eaa67f3cSLoGinboot-config = "config/boot.toml"
16285d70f1SLoGin
17285d70f1SLoGin# System root directory folder (DADK will copy the files in this directory to the root directory of the disk image)
18*eaa67f3cSLoGinsysroot-dir = "bin/sysroot"
19*eaa67f3cSLoGin
20*eaa67f3cSLoGin# DADK Root Cache directory path
21*eaa67f3cSLoGincache-root-dir = "bin/dadk_cache"
22*eaa67f3cSLoGin
23*eaa67f3cSLoGin# User configuration directory path
24*eaa67f3cSLoGin# 这个字段只是临时用于兼容旧版本,v0.2版本重构完成后会删除
25*eaa67f3cSLoGinuser-config-dir = "user/apps/dadk/config"
26