摘要: 答: 打上以下补丁即可修复 $ wget https://patchwork.openembedded.org/patch/146107/mbox/ -O mbox && git am mbox --reject 参考资料: https://patchwork.openembedded.org/pa 阅读全文
posted @ 2020-05-29 19:29 Jello 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 答: git push <目标仓库> +refs/remotes/source/:refs/heads/ 示例如下: git push https://github.com/jello.git +refs/remotes/source/*:refs/heads/* 阅读全文
posted @ 2020-05-29 19:15 Jello 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: 答: 使用dd命令烧写即可 # dd if=<ubuntu image name>.iso of=/dev/sdX bs=32M 阅读全文
posted @ 2020-05-29 12:45 Jello 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 答: 给yocto打补丁,补丁内容如下: +diff --git a/locale/bits/types/locale_t.h b/locale/bits/types/locale_t.h +new file mode 100644 +index 0000000000..b519a6c5f8 + / 阅读全文
posted @ 2020-05-29 12:23 Jello 阅读(1210) 评论(0) 推荐(0) 编辑