diff --git a/meta-openeuler/conf/distro/openeuler.conf b/meta-openeuler/conf/distro/openeuler.conf index 129891979ce9ce13725541a6c977c61416b2d54d..5d4e8b302af81cff43dee501a95c68f8c0eca5ba 100644 --- a/meta-openeuler/conf/distro/openeuler.conf +++ b/meta-openeuler/conf/distro/openeuler.conf @@ -49,6 +49,15 @@ svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" #WARN_QA_remove = "${WARN_TO_ERROR_QA}" #ERROR_QA_append = " ${WARN_TO_ERROR_QA}" +# for embedded case, the mechanism of update-alternatives is not +# enabled to only allow just one copy of binary, to save memory +# footprint. Therefore, if multiple packages provide the same file, +# conflict error will be reported +INHERIT_remove += "update-alternatives" +# As update-alternatives is disabled, no need to do qa check of +# missing-update-alternatives +WARN_QA_remove += "missing-update-alternatives" + INHERIT += "uninative" INHERIT += "reproducible_build"