Currently there is no default refpolicy provider and the user must specify it in local.conf. Set the default refpolicy provider to refpolicy-targeted in case the user doesn't set it.
Signed-off-by: Yi Zhao <[email protected]> --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index aeed565..673cc13 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -29,3 +29,5 @@ LAYERDEPENDS_selinux = " \ core \ meta-python \ " + +PREFERRED_PROVIDER_virtual/refpolicy ??= "refpolicy-targeted" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54300): https://lists.yoctoproject.org/g/yocto/message/54300 Mute This Topic: https://lists.yoctoproject.org/mt/84656914/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
