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

freertos/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 5b8e922e
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -82,3 +82,7 @@ CONF_VERSION = "2" ...@@ -82,3 +82,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