Skip to content
Snippets Groups Projects

add LEDGE

Merged Marta Rybczynska requested to merge mrybczyn/oniro:feature/ledge-integration into kirkstone
Compare and
4 files
+ 13
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -5,7 +5,7 @@
# Bump this each time bblayers.conf.sample changes incompatibly. For example,
# when integrating new layers. It needs to be in sync with
# ONIRO_REQUIRED_LAYERS_CONF_VERSION for associated sanity check to pass.
ONIRO_LAYERS_CONF_VERSION = "1"
ONIRO_LAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
@@ -32,9 +32,17 @@ BBLAYERS ?= " \
##OEROOT##/../meta-openembedded/meta-python \
##OEROOT##/../meta-raspberrypi \
##OEROOT##/../meta-security \
##OEROOT##/../meta-security/meta-tpm \
##OEROOT##/../meta-riscv \
##OEROOT##/../meta-rauc \
##OEROOT##/../meta-java \
##OEROOT##/../meta-seco-rockchip \
##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 \
"
Loading