diff options
Diffstat (limited to 'meta-ingrasys')
-rw-r--r-- | meta-ingrasys/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-ingrasys/meta-zaius/conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ingrasys/conf/layer.conf b/meta-ingrasys/conf/layer.conf index eaa0582be..a0eebb727 100644 --- a/meta-ingrasys/conf/layer.conf +++ b/meta-ingrasys/conf/layer.conf @@ -3,7 +3,7 @@ BBPATH .= ":${LAYERDIR}" BBFILE_COLLECTIONS += "ingrasys" BBFILE_PATTERN_ingrasys = "" -LAYERSERIES_COMPAT_ingrasys = "thud" +LAYERSERIES_COMPAT_ingrasys = "thud warrior" # Provide a variable that points the base of the ingrasys layer. INGRASYSBASE = '${@os.path.normpath("${LAYERDIR}/")}' diff --git a/meta-ingrasys/meta-zaius/conf/layer.conf b/meta-ingrasys/meta-zaius/conf/layer.conf index d57aea059..174f7ef7b 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 = "" -LAYERSERIES_COMPAT_zaius = "thud" +LAYERSERIES_COMPAT_zaius = "thud warrior" |