瀏覽代碼

jh8100: core-image-minimal: Build U-Boot before do_image_wic
To fix missing scp_raw.img, which happens if the do_image_wic happen before do_image_wic

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>

weiheng.cheng 5 月之前
父節點
當前提交
b397d54da9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      recipes-core/images/core-image-minimal.bbappend

+ 2 - 1
recipes-core/images/core-image-minimal.bbappend

@@ -1,6 +1,7 @@
 require sd-image.inc
 
-DEPENDS:starfive-visionfive2 += " opensbi starfive-tool-native"
+DEPENDS:starfive-visionfive2 += "opensbi starfive-tool-native"
+DEPENDS:starfive-jh8100 += "u-boot-starfive"
 
 IMAGE_FEATURES += " allow-empty-password empty-root-password"