소스 검색

dubhe: Add specific dependency for qemu-helper-native in config

The populate_sysroot task is not enough for qemu-helper-native, thus the
addto_recipe_syroot is specified for EXTRA_IMAGEDEPENDS so that it can be
built during bitbake.

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 2 년 전
부모
커밋
6706750e7e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      conf/machine/starfive-dubhe.conf

+ 1 - 1
conf/machine/starfive-dubhe.conf

@@ -9,7 +9,7 @@ EXTRA_IMAGEDEPENDS:append = " llvm"
 
 #require conf/machine/include/qemu.inc
 # qemuboot options
-EXTRA_IMAGEDEPENDS:append = " qemu-helper-native"
+EXTRA_IMAGEDEPENDS:append = " qemu-helper-native:do_addto_recipe_sysroot"
 IMAGE_CLASSES += " qemuboot "
 QB_MACHINE = "-machine virt"
 QB_DEFAULT_KERNEL = "Image-initramfs-starfive-dubhe.bin"