> ## 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<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 代号 | Manifest 分支          | 发布标签格式                        |
| -------- | -------------------- | ----------------------------- |
| wrynose  | `qcom-linux-wrynose` | `qli-<version>`(例如 `qli-2.0`) |

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

有关主机设置和 manifest 同步说明,请参阅
[带固件的 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 核心开发套件;Qualcomm Dragonwing<sup>™</sup> RB3 Gen 2 可选夹层板 |
| QCS5430 | `qcs6490-rb3gen2-core-kit` | Qualcomm Dragonwing<sup>™</sup> RB3 Gen 2 核心开发套件                                                 |
| 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>
