1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 05:09:56 +00:00

ffa-debugfs-mod: Pin to arm/aarch64 hosts

This seems to be needing arm specific kernel headers, so I infer this
still is arm specific module

Fixes below error on non-arm hosts

/git/arm_ffa_user.c:12:10: fatal error: linux/arm_ffa.h: No such file or directory
|    12 | #include <linux/arm_ffa.h>
|       |          ^~~~~~~~~~~~~~~~~
| compilation terminated.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Khem Raj
2021-12-03 17:53:47 -08:00
committed by Jon Mason
parent bf0b41be6a
commit 18a0b35ad2
@@ -27,3 +27,5 @@ do_install:append() {
install -D -p -m 0755 ${B}/load_ffa_debugfs.sh ${D}/${bindir}/load_ffa_debugfs.sh
install -m 0644 ${S}/arm_ffa_user.h ${D}/${includedir}/arm_ffa_user.h
}
COMPATIBLE_HOST = "(arm|aarch64).*-linux"