Skip to content
Snippets Groups Projects
Commit 7e636ac0 authored by Marta Rybczynska's avatar Marta Rybczynska Committed by Pavel Zhukov
Browse files

bblayers.conf.sample: add LEDGE layers and dependencies


Signed-off-by: default avatarMarta Rybczynska <marta.rybczynska@huawei.com>
parent 6367933f
No related branches found
No related tags found
1 merge request!174add LEDGE
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# ONIRO_REQUIRED_LAYERS_CONF_VERSION, update the value below to the # ONIRO_REQUIRED_LAYERS_CONF_VERSION, update the value below to the
# required one after you have merged in all the changes from the sample file. # required one after you have merged in all the changes from the sample file.
ONIRO_LAYERS_CONF_VERSION = "1" ONIRO_LAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}" BBPATH = "${TOPDIR}"
BBFILES ?= "" BBFILES ?= ""
...@@ -37,9 +37,17 @@ BBLAYERS ?= " \ ...@@ -37,9 +37,17 @@ BBLAYERS ?= " \
##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-openembedded/meta-python \
##OEROOT##/../meta-raspberrypi \ ##OEROOT##/../meta-raspberrypi \
##OEROOT##/../meta-security \ ##OEROOT##/../meta-security \
##OEROOT##/../meta-security/meta-tpm \
##OEROOT##/../meta-riscv \ ##OEROOT##/../meta-riscv \
##OEROOT##/../meta-rauc \ ##OEROOT##/../meta-rauc \
##OEROOT##/../meta-java \ ##OEROOT##/../meta-java \
##OEROOT##/../meta-seco-rockchip \ ##OEROOT##/../meta-seco-rockchip \
##OEROOT##/../meta-virtualization \ ##OEROOT##/../meta-virtualization \
##OEROOT##/../meta-ts/meta-trustedsubstrate \
##OEROOT##/../meta-ledge-secure/meta-ledge-secure \
##OEROOT##/../meta-secure-core/meta \
##OEROOT##/../meta-secure-core/meta-efi-secure-boot \
##OEROOT##/../meta-secure-core/meta-encrypted-storage \
##OEROOT##/../meta-secure-core/meta-signing-key \
##OEROOT##/../meta-secure-core/meta-tpm2 \
" "
...@@ -18,7 +18,7 @@ BB_DANGLINGAPPENDS_WARNONLY:forcevariable = "0" ...@@ -18,7 +18,7 @@ BB_DANGLINGAPPENDS_WARNONLY:forcevariable = "0"
# Bump this each time bblayers.conf.sample changes incompatibly. For example, # Bump this each time bblayers.conf.sample changes incompatibly. For example,
# when integrating new layers. # when integrating new layers.
ONIRO_REQUIRED_LAYERS_CONF_VERSION = "1" ONIRO_REQUIRED_LAYERS_CONF_VERSION = "2"
# oe-core's sanity check sanity_check_conffiles function only runs the # oe-core's sanity check sanity_check_conffiles function only runs the
# functions in BBLAYERS_CONF_UPDATE_FUNCS when the associated variable is not # functions in BBLAYERS_CONF_UPDATE_FUNCS when the associated variable is not
# None. Making sure this variable has a default value, we force running the # None. Making sure this variable has a default value, we force running the
......
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