Преглед изворни кода

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"