Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion topic/k2c-qli-build-ga/build_from_source_github.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Create and build a Yocto Docker image:
# kas configuration files need to be part of same repository
# copy kas lock file to meta-qcom repository
cp meta-qcom-releases/lock.yml meta-qcom/ci/lock.yml
kas build meta-qcom/ci/<machine>:meta-qcom/ci/<distro>:meta-qcom/ci/lock.yml
kas build meta-qcom/ci/<machine.yml>:meta-qcom/ci/<distro.yml>:meta-qcom/ci/lock.yml

# eg. kas build meta-qcom/ci/qcs9100-ride-sx.yml:meta-qcom/ci/qcom-distro.yml:meta-qcom/ci/lock.yml

Expand Down
4 changes: 2 additions & 2 deletions topic/k2c-qli-build-ga/build_with_firmware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1111,15 +1111,15 @@ The BSP image build has software components for the Qualcomm device support and

# kas configuration files need to be part of the same repository
# copy the kas lock file to meta-qcom repository
cp meta-qcom-releases/ci/lock.yml meta-qcom/ci/lock.yml
cp meta-qcom-extras-releases/lock.yml meta-qcom/ci/lock.yml

#. Build the software image. Build targets are defined based on machine and distro combinations:

.. container:: nohighlight

::

kas build meta-qcom/ci/<machine>:meta-qcom/ci/<distro>:meta-qcom/ci/extras.yml:meta-qcom/ci/lock.yml
kas build meta-qcom/ci/<machine.yml>:meta-qcom/ci/<distro.yml>:meta-qcom/ci/extras.yml:meta-qcom/ci/lock.yml

# eg. kas build meta-qcom/ci/qcs9100-ride-sx.yml:meta-qcom/ci/qcom-distro.yml:meta-qcom/ci/extras.yml:meta-qcom/ci/lock.yml

Expand Down
Loading