diff options
author | Zang Ruochen <zangruochen@loongson.cn> | 2023-09-06 09:26:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-07 07:53:51 +0100 |
commit | 41973d2663192338843c3154ff26b13495f10b92 (patch) | |
tree | 3d9714335e84ef94380182ea370be26c6ddc6cc6 /meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |
parent | 392c1ffd69bb8ca5dd50723f23808cf6b96320f5 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent_git.bb')
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 |
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}" | |||
49 | CFLAGS:append:powerpc64le = " ${LCL_STOP_SERVICES}" | 49 | CFLAGS:append:powerpc64le = " ${LCL_STOP_SERVICES}" |
50 | CFLAGS:append:riscv64 = " ${LCL_STOP_SERVICES}" | 50 | CFLAGS:append:riscv64 = " ${LCL_STOP_SERVICES}" |
51 | CFLAGS:append:riscv32 = " ${LCL_STOP_SERVICES}" | 51 | CFLAGS:append:riscv32 = " ${LCL_STOP_SERVICES}" |
52 | CFLAGS:append:loongarch64 = " ${LCL_STOP_SERVICES}" | ||
52 | 53 | ||
53 | do_install() { | 54 | do_install() { |
54 | oe_runmake install INSTALLROOT=${D} | 55 | oe_runmake install INSTALLROOT=${D} |