diff mbox series

[1/6] tcf-agent: Disable non-building features on loongarch64

Message ID 20230905113851.18549-1-xmdy61@gmail.com
State Accepted, archived
Commit 59401a737d21c82336dcec38dbed7d939602d1ee
Headers show
Series [1/6] tcf-agent: Disable non-building features on loongarch64 | expand

Commit Message

Zang Ruochen Sept. 5, 2023, 11:38 a.m. UTC
Signed-off-by: Zang Ruochen <zangruochen@loongson.cn>
---
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexandre Belloni Sept. 5, 2023, 11:11 p.m. UTC | #1
Hello,

On 05/09/2023 19:38:51+0800, Zang Ruochen wrote:
> Signed-off-by: Zang Ruochen <zangruochen@loongson.cn>

Your From: and SoB are not matching, either fix you from identity or add
your SoB.

> ---
>  meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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}"
>  CFLAGS:append:powerpc64le = " ${LCL_STOP_SERVICES}"
>  CFLAGS:append:riscv64 = " ${LCL_STOP_SERVICES}"
>  CFLAGS:append:riscv32 = " ${LCL_STOP_SERVICES}"
> +CFLAGS:append:loongarch64 = " ${LCL_STOP_SERVICES}"
>  
>  do_install() {
>  	oe_runmake install INSTALLROOT=${D}
> -- 
> 2.20.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#187207): https://lists.openembedded.org/g/openembedded-core/message/187207
> Mute This Topic: https://lists.openembedded.org/mt/101167230/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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}"
 CFLAGS:append:powerpc64le = " ${LCL_STOP_SERVICES}"
 CFLAGS:append:riscv64 = " ${LCL_STOP_SERVICES}"
 CFLAGS:append:riscv32 = " ${LCL_STOP_SERVICES}"
+CFLAGS:append:loongarch64 = " ${LCL_STOP_SERVICES}"
 
 do_install() {
 	oe_runmake install INSTALLROOT=${D}