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

# 支持的版本与兼容性

Qualcomm<sup>®</sup> Linux 内核版本、Yocto 发行版兼容性，以及受支持的硬件 SoC 和开发套件参考。

## 内核版本

Qualcomm Linux 内核提供两条版本线：

**表：内核版本线**

| 版本线          | 描述                                                                                | Yocto 配方                 |
| ------------ | --------------------------------------------------------------------------------- | ------------------------ |
| LTS（长期支持）    | 基于上游 LTS 内核 **v6.18.x**。推荐用于生产环境。Qualcomm 专有的补充内容单独维护，并通过定期的 LTS 合并引入最新的安全和稳定性修复。 | `linux-qcom_6.18.bb`     |
| 主线（Mainline） | 跟踪上游主线内核。面向上游开发和贡献工作流。                                                            | `linux-qcom-next_git.bb` |

`meta-qcom` 基础配置中默认选择 LTS 内核：

```text theme={null}
PREFERRED_PROVIDER_virtual/kernel = "linux-qcom"
PREFERRED_VERSION_virtual/kernel  = "6.18%"
```

对于主线内核，`PREFERRED_VERSION_virtual/kernel` 保持为空。

## Yocto 兼容性

**表：Yocto 发行版兼容性**

| Yocto 代号 | 清单分支                 | 发布标签格式                        |
| -------- | -------------------- | ----------------------------- |
| wrynose  | `qcom-linux-wrynose` | `qli-<version>`（例如 `qli-2.0`） |

`meta-qcom` 层是 Qualcomm 的主要 Yocto 元层。发行版本在
[quic-yocto/qcom-manifest](https://github.com/quic-yocto/qcom-manifest) 仓库中按 `qli-<version>` 约定打标签。

有关主机设置和清单同步说明，请参阅
[包含固件的 BSP 镜像构建](https://dragonwingdocs.qualcomm.com/Key-Documents/Firmware-Guide/build-firmware)。

## 受支持的硬件 SoC 与开发套件

下表列出了本版本支持的 SoC、其 Yocto 机器配置名称，以及相关的开发套件：

**表：受支持的 SoC、机器配置和开发套件**

| SoC     | Yocto 机器配置                 | 开发套件                                                                                                |
| ------- | -------------------------- | --------------------------------------------------------------------------------------------------- |
| QCS6490 | `qcs6490-rb3gen2-core-kit` | Qualcomm Dragonwing<sup>™</sup> RB3 Gen 2 Core 开发套件；Qualcomm Dragonwing<sup>™</sup> RB3 Gen 2 可选夹层板 |
| QCS5430 | `qcs6490-rb3gen2-core-kit` | Qualcomm Dragonwing<sup>™</sup> RB3 Gen 2 Core 开发套件                                                 |
| IQ-9075 | `iq-9075-evk`              | Qualcomm Dragonwing<sup>™</sup> IQ-9075 EVK                                                         |
| IQ-8275 | `iq-8275-evk`              | Qualcomm Dragonwing<sup>™</sup> IQ-8275 EVK                                                         |
| IQ-615  | `iq-615-evk`               | Qualcomm Dragonwing<sup>™</sup> IQ-615 EVK                                                          |
| QCS615  | `qcs615-ride`              | —                                                                                                   |
| QCS8300 | `qcs8300-ride-sx`          | —                                                                                                   |
| QCS9100 | `qcs9100-ride-sx`          | —                                                                                                   |

<Note>
  机器配置文件遵循 `<SoC>-<board>-<variant>.conf` 命名约定，位于 `meta-qcom/conf/machine/`。
</Note>
