This is required for sumo and newer. The current version is tested with rocko and sumo.
Signed-off-by: Pascal Bach <[email protected]> --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 3226d73..0579cda 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -16,3 +16,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "efibootguard" BBFILE_PATTERN_efibootguard = "^${LAYERDIR}/" BBFILE_PRIORITY_efibootguard = "6" + +LAYERSERIES_COMPAT_efibootguard = "rocko sumo" -- 2.11.0 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20180919090347.27552-1-pascal.bach%40siemens.com. For more options, visit https://groups.google.com/d/optout.
