Commit 03246477 authored by Fathi Boudra's avatar Fathi Boudra
Browse files

Merge branch 'scarthgap' into 'main'

layer.conf: add scarthgap compatibility

See merge request !205

/assign_reviewer @mikko.rapeli
parents 53ccb9d9 53a4fe80
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@ BBFILE_COLLECTIONS += "meta-trs"
BBFILE_PATTERN_meta-trs = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-trs = "9"

LAYERSERIES_COMPAT_meta-trs = "nanbield mickledore kirkstone"
LAYERSERIES_COMPAT_meta-trs = "scarthgap nanbield mickledore kirkstone"

LAYERSERIES_COMPAT_clang-layer += "nanbield"
LAYERSERIES_COMPAT_virtualization-layer += "nanbield"
LAYERSERIES_COMPAT_clang-layer += "scarthgap nanbield"
LAYERSERIES_COMPAT_virtualization-layer += "scarthgap nanbield"

# use tss2 and other SW components from meta-security, not meta-secure-core
LAYERDEPENDS_encrypted-storage:remove = "tpm2"