Browse Source

dubhe: Fix clang toolchain not built in extensible SDK (eSDK)

The clang toolchain was not built into the sysroot during the extensible
SDK population. This bbappend file will add the clang-cross dependency
so that Clang will be populated in the sysroot

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 2 years ago
parent
commit
0596d22992
1 changed files with 1 additions and 0 deletions
  1. 1 0
      recipes-core/meta/meta-extsdk-toolchain.bbappend

+ 1 - 0
recipes-core/meta/meta-extsdk-toolchain.bbappend

@@ -0,0 +1 @@
+DEPENDS:append = " clang-cross-${TARGET_ARCH}"