File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,27 @@ Generate an eSDK
8989
9090When the eSDK generation is complete, you can see the images in the following directory: ``<workspace-dir>/build/tmp/deploy/sdk ``.
9191
92+ Clean build artifacts
93+ ^^^^^^^^^^^^^^^^^^^^^
94+
95+ **Clean up the artifacts from the build""
96+
97+ #. After building from source, run these commands from the same workspace:
98+
99+ .. container :: nohighlight
100+
101+ ::
102+
103+ kas shell -c "bitbake -fc do_cleansstate <recipe>" meta-qcom/ci/<machine>:meta-qcom/ci/<distro>:meta-qcom/ci/lock.yml
104+
105+ #. To rebuild the recipe after cleaning up the artifacts, run these commands:
106+
107+ .. container :: nohighlight
108+
109+ ::
110+
111+ kas shell -c "bitbake <recipe>" meta-qcom/ci/<machine>:meta-qcom/ci/<distro>:meta-qcom/ci/lock.yml
112+
92113Build a standalone QDL
93114^^^^^^^^^^^^^^^^^^^^^^^^^^
94115
You can’t perform that action at this time.
0 commit comments