> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs-staging.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** 选项追加到内核命令行，从而减少启动期间的控制台输出并提高启动性能。

要启动构建环境，请运行以下命令，并将 `<machine-name>` 和 `<distro-name>` 替换为 `meta-qcom/ci/` 目录中的机器 YAML 文件和发行版 YAML 文件（例如 `iq-9075-evk` 和 `qcom-distro`）。有关选择这些文件的更多信息，请参阅[选择 MACHINE 和 DISTRO](./build-qualcomm-linux#selecting-machine-and-distro)。

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

例如：

```text theme={null}
kas shell meta-qcom/ci/iq-9075-evk.yml:meta-qcom/ci/qcom-distro.yml:meta-qcom/ci/performance.yml
```
