# サードパーティーのレイヤーをワークスペースに追加する

サードパーティーのレイヤーをワークスペースに追加するには、以下の手順を実行します。

1. `<WORKSPACE>/layers/` 以下のレイヤーをクローンします。
2. 以下のように、`layers/meta-qcom-distro/conf/bblayers.conf` ファイルにレイヤーを `BBLAYERS` 変数の一部として追加します。

# These layers hold machine specific content, aka Board Support Packages
        BSPLAYERS ?= " \
          ${WORKSPACE}/layers/meta-testlayer \
          ${WORKSPACE}/layers/meta-qcom-hwe \
          ${WORKSPACE}/layers/meta-qcom \
        "
        Copy to clipboard

レイヤーをクローンして追加すると、BitBakeがレイヤーを解析できるようになります。

Last Published: Dec 23, 2025

[Previous Topic
devtoolの使用](https://docs.qualcomm.com/bundle/publicresource/80-70020-27JA/topics/use_of_devtool.md) [Next Topic
起動KPIを最適化したビルドを作成する](https://docs.qualcomm.com/bundle/publicresource/80-70020-27JA/topics/creating_a_build_for_optimized_boot_kpi.md)