1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 02:40:18 +00:00

ffa-debugfs-mod: Exclude from world builds

It installs arm_ffa_user.h and so does arm-ffa-user recipe, lets not
build ffa-debugfs-mod in world builds since it does not appear as much
in other package dependencies as arm-ffa-user

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
2022-09-21 17:54:09 -07:00
committed by Jon Mason
parent 2c2ed8f727
commit a0658a6682
@@ -37,3 +37,5 @@ python remove_kernel_dependency() {
key = "RDEPENDS:kernel-module-arm-ffa-user-" + d.getVar("KERNEL_VERSION")
d.delVar(key)
}
# Conflicts installing arm_ffa_user.h with arm-ffa-user recipe, lets build only one during world builds
EXCLUDE_FROM_WORLD = "1"