Root Cause: busybox isn’t configured to produce mdev.
A1:
Run MACHINE=<Your Machine> -c menuconfig busybox and enable it.
Run MACHINE=<Your Machine> busybox and compile it.
Run MACHINE=<Your Machine> core-images-tiny and compile it.
A2:
add VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev" to <Your Machine>.conf
本文档详细介绍了如何解决在使用Yocto项目时遇到的'Error: No match for argument: busybox-mdev'问题。通过检查配置、启用并重新编译相关组件,以及修改配方文件来添加缺失的依赖,可以成功解决这个问题。
241

被折叠的 条评论
为什么被折叠?



