summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZang Ruochen <zangruochen@loongson.cn>2023-09-06 09:26:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 07:53:51 +0100
commit41973d2663192338843c3154ff26b13495f10b92 (patch)
tree3d9714335e84ef94380182ea370be26c6ddc6cc6
parent392c1ffd69bb8ca5dd50723f23808cf6b96320f5 (diff)
downloadpoky-41973d2663192338843c3154ff26b13495f10b92.tar.gz
tcf-agent: Disable non-building features on loongarch64
(From OE-Core rev: 59401a737d21c82336dcec38dbed7d939602d1ee) Signed-off-by: Zang Ruochen <zangruochen@loongson.cn> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index 4d2ca5f1b0..59b9d7de78 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -49,6 +49,7 @@ CFLAGS:append:powerpc64 = " ${LCL_STOP_SERVICES}"
49CFLAGS:append:powerpc64le = " ${LCL_STOP_SERVICES}" 49CFLAGS:append:powerpc64le = " ${LCL_STOP_SERVICES}"
50CFLAGS:append:riscv64 = " ${LCL_STOP_SERVICES}" 50CFLAGS:append:riscv64 = " ${LCL_STOP_SERVICES}"
51CFLAGS:append:riscv32 = " ${LCL_STOP_SERVICES}" 51CFLAGS:append:riscv32 = " ${LCL_STOP_SERVICES}"
52CFLAGS:append:loongarch64 = " ${LCL_STOP_SERVICES}"
52 53
53do_install() { 54do_install() {
54 oe_runmake install INSTALLROOT=${D} 55 oe_runmake install INSTALLROOT=${D}