diff options
author | Andrew Davis <afd@ti.com> | 2023-11-08 10:58:31 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-11-14 11:57:07 -0600 |
commit | d8b2b013a693c2b3a1d27228393c7ced2e983068 (patch) | |
tree | 5fb3a39caaaa0979e17d74b719b506d7f3a12412 | |
parent | dc51c0878b365c4b22c84bb3667425fdd6edf298 (diff) | |
download | meta-ti-d8b2b013a693c2b3a1d27228393c7ced2e983068.tar.gz |
ffa-debugfs-mod: Allow this package to build on ti-soc
As all our supported kernels are above 5.10 and can now build this
module, remove this disable.
Signed-off-by: Andrew Davis <afd@ti.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, 0 insertions, 5 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 deleted file mode 100644 index 67fcf6ec..00000000 --- a/meta-ti-bsp/recipes-kernel/linux/ffa-debugfs/ffa-debugfs-mod_%.bbappend +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
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" | ||