我正在尝试在EFI模式下将grubenv添加到我的Yocto项目中。默认情况下,配方grub-efi_2.02.bb没有创建,所以我添加了以下代码:
do_deploy_append_class-target() {
grub-editenv grubenv create
}
运行bitbake会引发错误grub-editenv: not found
我还在文件系统中搜索了grub-editenv,它存在于文件系统中。
/home/jamal/Yocto/poky/build/tmp/pkgdata/intel-corei7-64/runtime-rprovides/grub-efi-editenv/grub-editenv
为什么你认为是错误