All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ffa-debugfs-mod: Do not build for TI SOCs
@ 2022-05-03 16:09 Khem Raj
  2022-05-04 19:18 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-05-03 16:09 UTC (permalink / raw)
  To: meta-ti; +Cc: Khem Raj

The module can not be compiled without patching kernel 5.10
This helps meta-ti to live in multi-BSP envs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend             | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend

diff --git a/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend b/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend
new file mode 100644
index 00000000..67fcf6ec
--- /dev/null
+++ b/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend
@@ -0,0 +1,5 @@
+# Added my meta-arm, this needs ceetain backports in 5.10
+# Disable until kernel upgrades to newer than 5.10 where it
+# is already upstreamed
+# Revisit when kernel is upgraded to 5.15 or newer e.g.
+COMPATIBLE_HOST:ti-soc = "null"
-- 
2.36.0



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

* Re: [meta-ti] [PATCH v2] ffa-debugfs-mod: Do not build for TI SOCs
  2022-05-03 16:09 [PATCH v2] ffa-debugfs-mod: Do not build for TI SOCs Khem Raj
@ 2022-05-04 19:18 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2022-05-04 19:18 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Tue, May 03, 2022 at 09:09:49AM -0700, Khem Raj wrote:
> The module can not be compiled without patching kernel 5.10
> This helps meta-ti to live in multi-BSP envs

Besides couple minor typos in the comment, looks good to me.


> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend             | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend
> 
> diff --git a/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend b/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend
> new file mode 100644
> index 00000000..67fcf6ec
> --- /dev/null
> +++ b/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend
> @@ -0,0 +1,5 @@
> +# Added my meta-arm, this needs ceetain backports in 5.10
> +# Disable until kernel upgrades to newer than 5.10 where it
> +# is already upstreamed
> +# Revisit when kernel is upgraded to 5.15 or newer e.g.
> +COMPATIBLE_HOST:ti-soc = "null"
> -- 
> 2.36.0
> 


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

end of thread, other threads:[~2022-05-04 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 16:09 [PATCH v2] ffa-debugfs-mod: Do not build for TI SOCs Khem Raj
2022-05-04 19:18 ` [meta-ti] " Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.