diff --git a/flavours/freertos/local.conf.sample b/flavours/freertos/local.conf.sample index 57cffc68d615b748958d210f41d790338feab221..a6272e6051f1807a2992179047e8f2b2809bc477 100644 --- a/flavours/freertos/local.conf.sample +++ b/flavours/freertos/local.conf.sample @@ -82,3 +82,7 @@ CONF_VERSION = "2" # *and* the project you are building has a public sstate cache, you may choose to uncomment # this line and use the sstate cache published by Oniro Project. # SSTATE_MIRRORS = "file://.* https://cache.ostc-eu.org/bitbake/sstate-cache/PATH;downloadfilename=PATH \n" + +# Avoid warnings for included layers +SKIP_META_SECURITY_SANITY_CHECK = "1" +SKIP_META_RAUC_FEATURE_CHECK = "1"