diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-05-03 09:09:49 -0700 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-04 14:27:26 -0500 |
commit | 8e8c7de0b43c8634cd60161e62252b60f9f6a0d6 (patch) | |
tree | d90b5b40c4e19c825a59ed9acec0a344993c8c3f | |
parent | db50af1677a8b3b09ef55745c711f34dc3297fdb (diff) | |
download | meta-ti-8e8c7de0b43c8634cd60161e62252b60f9f6a0d6.tar.gz |
ffa-debugfs-mod: Do not build for TI SOCs
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>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | # Added my meta-arm, this needs ceetain backports in 5.10 | ||
2 | # Disable until kernel upgrades to newer than 5.10 where it | ||
3 | # is already upstreamed | ||
4 | # Revisit when kernel is upgraded to 5.15 or newer e.g. | ||
5 | COMPATIBLE_HOST:ti-soc = "null" | ||