From a93aa3eec17723ab4397e8578517955965748f03 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 13 Jan 2023 09:41:33 -0600 Subject: yocto:mickledore: add support for new yocto layer Signed-off-by: Andrew Geissler Change-Id: I8e54833ac78e540e9dd5011533d53ff9a3af6763 --- meta-ingrasys/conf/layer.conf | 2 +- meta-ingrasys/meta-zaius/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-ingrasys') diff --git a/meta-ingrasys/conf/layer.conf b/meta-ingrasys/conf/layer.conf index 31ebacd688..25cce80307 100644 --- a/meta-ingrasys/conf/layer.conf +++ b/meta-ingrasys/conf/layer.conf @@ -3,4 +3,4 @@ BBPATH .= ":${LAYERDIR}" BBFILE_COLLECTIONS += "ingrasys" BBFILE_PATTERN_ingrasys := "^${LAYERDIR}/" -LAYERSERIES_COMPAT_ingrasys = "kirkstone langdale" +LAYERSERIES_COMPAT_ingrasys = "langdale mickledore" diff --git a/meta-ingrasys/meta-zaius/conf/layer.conf b/meta-ingrasys/meta-zaius/conf/layer.conf index 505b39d3fc..1960069ff9 100644 --- a/meta-ingrasys/meta-zaius/conf/layer.conf +++ b/meta-ingrasys/meta-zaius/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "zaius" BBFILE_PATTERN_zaius := "^${LAYERDIR}/" -LAYERSERIES_COMPAT_zaius = "kirkstone langdale" +LAYERSERIES_COMPAT_zaius = "langdale mickledore" -- cgit v1.2.3