All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ffa-debugfs-mod: Do not build for TI SOCs
@ 2022-05-01 18:47 Khem Raj
  2022-05-03 13:06 ` Jon Mason
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2022-05-01 18:47 UTC (permalink / raw)
  To: meta-arm; +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>
---
 meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb b/meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb
index 4051c34..a4dd38c 100644
--- a/meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb
+++ b/meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb
@@ -27,6 +27,7 @@ do_install:append() {
 }
 
 COMPATIBLE_HOST = "(arm|aarch64).*-linux"
+COMPATIBLE_HOST:ti-soc = "null"
 
 # Kernel modules currently RDEPEND on the kernel, which is troublesome when you want to put a
 # kernel module into a initramfs without pulling the kernel into the initramfs, which would be
-- 
2.36.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] ffa-debugfs-mod: Do not build for TI SOCs
@ 2022-05-03 15:09 Khem Raj
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2022-05-03 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-01 18:47 [PATCH] ffa-debugfs-mod: Do not build for TI SOCs Khem Raj
2022-05-03 13:06 ` Jon Mason
2022-05-03 14:48   ` Khem Raj
2022-05-03 15:21     ` [meta-arm] " Denys Dmytriyenko
2022-05-03 15:54       ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2022-05-03 15:09 Khem Raj

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.