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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user