实践步骤:
- 修改版本号
- 构建busybox 1.34.1
cd conan_index/recipes2/busybox/all
conan create . --name=busybox --version=1.34.1 --user=openubmc --channel=stable --profile=profile.luajit.ini
- 删除manifest.yml如下配置。
debug_dependencies:
- conan: busybox
action: delete
- 在manifest 进行构建,busybox 被打包进去。
- (可选)上传本地busybox组件到远程conan仓
conan upload busybox/1.34.1@openubmc/stable --all -r=<你自己的远程仓库>


