> ## 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.

# 定制工作流程

本节涵盖 Qualcomm Linux 常见的实际扩展模式。内容围绕最常见的定制任务组织。

## **添加第三方层**

您可以通过更新 KAS CI 配置文件，将任何 OpenEmbedded meta 层添加到工作区。请参阅[向工作区添加第三方层](./adding-third-party-layers-to-workspace)。

## **高效使用 devtool**

使用 `devtool` 修改工作区中的 recipe 和源代码树。有关 QDL 和 Weston 的示例，请参阅[使用 devtool 修改 Qualcomm Device Loader 源代码](./modify-qdl-source-using-devtool)。

有关使用 `kas` 执行常见 `devtool` 任务，请参阅[常见 Yocto 任务](./how-to-perform-common-tasks)。

## **机器、发行版和镜像定制**

* [添加自定义机器配置](./add-custom-machine-configurations) — 定义自定义机器配置并构建自定义镜像
* [添加自定义发行版配置](./add-custom-distribution-configurations) — 添加自定义发行版配置文件并启用或禁用 `DISTRO_FEATURES`
* [添加镜像 recipe](./add-image-recipes) — 添加镜像 recipe 并使用 BitBake 构建
* [定制镜像功能](./customizing-image-features) — 从镜像中移除显示或蓝牙软件包

## **增量构建**

有关设置共享缓存以加速跨工作区构建，请参阅[设置共享 Yocto 缓存](./how-to-setup-shared-yocto-cache)。

有关清理构建产物和生成 SDK 等常见 BitBake 任务，请参阅[常见 Yocto 任务](./how-to-perform-common-tasks)。

## **启动 KPI 优化**

要优化设备启动时间，请使用 `meta-qcom/ci/performance.yml` 配置。请参阅[创建优化启动 KPI 的构建](./create-a-build-to-optimize-the-boot-kpi)。

## **分区布局**

要添加、删除、修改或重命名分区，请参阅[修改分区布局](./modify-partition-layout)。
