We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fd5d6d + a40cecd commit 58d6fe7Copy full SHA for 58d6fe7
topic/k2c-qli-build-ga/howto_build.rst
@@ -74,6 +74,21 @@ Check if the build is complete
74
75
.. _how_to_build_generate_sdk:
76
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
92
Generate an eSDK
93
^^^^^^^^^^^^^^^^
94
0 commit comments