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; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ 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

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.