Browse Source

dubhe: esdk: Add packages for eSDK shell script

Adds 3 packages to the eSDK installer script. The packages were needed to
be fetched when new recipes are added in eSDK.

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 2 years ago
parent
commit
ea34ab6f9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/machine/starfive-dubhe.conf

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

@@ -5,7 +5,7 @@
 
 LLVMVERSION = "14.0.0"
 CLANGSDK = "1"
-EXTRA_IMAGEDEPENDS:append = " llvm"
+EXTRA_IMAGEDEPENDS:append = " llvm file-native rpm-native popt-native"
 EXTRA_IMAGE_FEATURES:append = " dbg-pkgs tools-profile"
 
 PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory'