Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 yocto 配方中启用 udev 包以进行 initramfs 构建?
请提供样本 yocto bb 文件。
谢谢
我们需要在 yocto bb 文件中添加以下宏。
IMAGE_INSTALL = "udev"