Browse Source

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 4 months ago
parent
commit
b397d54da9
1 changed files with 2 additions and 1 deletions
  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"