> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 创建优化启动 KPI 的构建

要优化设备启动时间，请使用 `meta-qcom/ci/performance.yml` 配置。

`performance.yml` 文件会修改 `KERNEL_CMDLINE_EXTRA`，将 **quiet** 选项追加到内核命令行，从而减少启动期间的控制台输出并提升启动性能。

要启动构建环境，请运行以下命令：

```text theme={null}
kas shell meta-qcom/ci/<machine-name>.yml:meta-qcom/ci/<distro-name>.yml:meta-qcom/ci/performance.yml
```
