当前位置: 代码迷 >> 综合 >> yocto-第15篇-devtool update-recipe命令
  详细解决方案

yocto-第15篇-devtool update-recipe命令

热度:18   发布时间:2024-03-09 11:51:14.0

目录

  • devtool update-recipe命令
    • 帮助信息
    • 使用举例
    • 开始修改代码
    • git提交
    • 执行devtool update-recipe命令
    • 查看下更新内容
    • 看append文件
    • 结束我们的修改
    • 最后验证

devtool update-recipe命令

devtool update-recipe命令可以使用对recipe源码的修改生成的patch来对recipe进行更新。打个比方,你要对你的源码进行修改,你可以先使用devtool modify命令提取不在workspace目录下的recipe源码,之后你需要修改、编译和测试等操作。当你对你的修改工作满意后,需要进行git提交,然后,你可以运行devtool update-recipe生成patches并更新recipe. 这个是不是和我们之前的文章描述的内容有点类似?

如果recipe的源码没有做git提交,该命令将忽略,不做任何事情。

帮助信息


  相关解决方案