Skip to content

Commit 58d6fe7

Browse files
authored
Merge pull request #19 from abinjose-qualcomm/sdk
add instructions to generate SDK
2 parents 4fd5d6d + a40cecd commit 58d6fe7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

topic/k2c-qli-build-ga/howto_build.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,21 @@ Check if the build is complete
7474

7575
.. _how_to_build_generate_sdk:
7676

77+
Generate an SDK
78+
^^^^^^^^^^^^^^^^
79+
80+
**Set up the environment and generate SDK**
81+
82+
#. After building from source, run these commands from the same workspace:
83+
84+
.. container:: nohighlight
85+
86+
::
87+
88+
kas shell -c "bitbake -c do_populate_sdk <image>" meta-qcom/ci/<machine>:meta-qcom/ci/<distro>:meta-qcom/ci/lock.yml
89+
90+
When the SDK generation is complete, you can see the images in the following directory: ``<workspace-dir>/build/tmp/deploy/sdk``.
91+
7792
Generate an eSDK
7893
^^^^^^^^^^^^^^^^
7994

0 commit comments

Comments
 (0)