kas 工具执行常见的 Yocto 任务。
修改配方
使用devtool 修改配方
生成 SDK
从当前构建配置生成 SDKbuild/tmp/deploy/sdk 目录中看到相关镜像。
清理构建产物
-
清理特定配方的构建产物
-
清理后重新构建该配方
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
kas 工具执行常见的 Yocto 任务。
devtool 修改配方
kas shell -c "devtool modify <recipe>" <config.yml>
kas shell -c "bitbake <recipe>" <config.yml>
kas shell -c "bitbake -c do_populate_sdk <image>" <config.yml>
build/tmp/deploy/sdk 目录中看到相关镜像。
kas shell -c "bitbake -fc do_cleansstate <recipe>" <config.yml>
kas shell -c "bitbake <recipe>" <config.yml>
Was this page helpful?
