X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Fconf%2Fdistro%2Fpoky-agl.conf;h=e9f5a1c2c0950a9ab194cacf07c1c83fbb0f501f;hb=a1e6f20828d629a6e08286fed5e8cfba0862948e;hp=1be2a96b878d70c5c95a847044e6a901c3dee379;hpb=c407a33fe8d808e4c1c6a15a524de179e658c696;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/conf/distro/poky-agl.conf b/meta-agl/conf/distro/poky-agl.conf index 1be2a96b8..e9f5a1c2c 100644 --- a/meta-agl/conf/distro/poky-agl.conf +++ b/meta-agl/conf/distro/poky-agl.conf @@ -130,3 +130,10 @@ WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \ useless-rpaths" WARN_QA_remove = "${WARN_TO_ERROR_QA}" ERROR_QA_append = " ${WARN_TO_ERROR_QA}" + +# using multiple BSP layers causes dangling bbappends in meta-agl-bsp +# turn it into a warning +BB_DANGLINGAPPENDS_WARNONLY = "1" + +# enforce security-related compiler flags by default +require conf/distro/include/security_flags.inc