meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ffa-debugfs-mod: Do not build for TI SOCs
@ 2022-05-03 15:09 Khem Raj
  2022-05-03 16:00 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-05-03 15: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           | 7 +++++++
 1 file changed, 7 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..78b509c1
--- /dev/null
+++ b/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend
@@ -0,0 +1,7 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+# 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] ffa-debugfs-mod: Do not build for TI SOCs
  2022-05-03 15:09 [PATCH] ffa-debugfs-mod: Do not build for TI SOCs Khem Raj
@ 2022-05-03 16:00 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2022-05-03 16:00 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Tue, May 03, 2022 at 08:09:27AM -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
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend           | 7 +++++++
>  1 file changed, 7 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..78b509c1
> --- /dev/null
> +++ b/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend
> @@ -0,0 +1,7 @@
> +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

This doesn't seem to be needed ^


> +# 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-03 16:00 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).