Skip to content
Snippets Groups Projects
Unverified Commit f4f12448 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

zephyr/local.conf.sample: Avoid build warnings for rauc and security layers


Both layers are currently only targeting the linux flavour so we can
disable the warnings for the flavours where they are not in scope.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 6f0a8e84
No related branches found
No related tags found
No related merge requests found
...@@ -262,3 +262,7 @@ CONF_VERSION = "2" ...@@ -262,3 +262,7 @@ CONF_VERSION = "2"
# *and* the project you are building has a public sstate cache, you may choose to uncomment # *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. # 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" # 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment