Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/6] [OE-core][PATCH] tcf-agent: Disable non-building features on loongarch64
@ 2023-09-05 11:38 Zang Ruochen
  2023-09-05 23:11 ` Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: Zang Ruochen @ 2023-09-05 11:38 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Zang Ruochen <zangruochen@loongson.cn>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/6] [OE-core][PATCH] tcf-agent: Disable non-building features on loongarch64
  2023-09-05 11:38 [PATCH 1/6] [OE-core][PATCH] tcf-agent: Disable non-building features on loongarch64 Zang Ruochen
@ 2023-09-05 23:11 ` Alexandre Belloni
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2023-09-05 23:11 UTC (permalink / raw)
  To: Zang Ruochen; +Cc: openembedded-core

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]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/6] [OE-core][PATCH] tcf-agent: Disable non-building features on loongarch64
@ 2023-09-06  1:26 Zang Ruochen
  0 siblings, 0 replies; 3+ messages in thread
From: Zang Ruochen @ 2023-09-06  1:26 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Zang Ruochen <zangruochen@loongson.cn>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-06  1:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 11:38 [PATCH 1/6] [OE-core][PATCH] tcf-agent: Disable non-building features on loongarch64 Zang Ruochen
2023-09-05 23:11 ` Alexandre Belloni
  -- strict thread matches above, loose matches on Subject: below --
2023-09-06  1:26 Zang Ruochen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox