From ec7963b1f0c6036687baabc86a1be4873cf9713b Mon Sep 17 00:00:00 2001 From: He Zhe Date: Mon, 27 Apr 2020 22:02:08 +0800 Subject: layer.conf: Add bcc to non-multilib list bcc is only compatible with x86_64, aarch64 and powerpc64. So it's not able to built as 32 bit binary. Signed-off-by: He Zhe --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 792ba40..5d4eafd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -33,3 +33,5 @@ LLVMVERSION = "10.0.0" require conf/nonclangable.conf require conf/nonscanable.conf + +NON_MULTILIB_RECIPES_append = " bcc" -- cgit v1.2.3-54-g00ecf