From 2214522438393c1dacf3c77c5264ca11cea17b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Simon=20M=C3=B6ller?= Date: Wed, 5 Feb 2020 15:06:33 +0100 Subject: [PATCH] Add zeus layer Prepare to support for the YP zeus layer. Note: Follow-up changes might be needed. --- builder/meta-aac/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/meta-aac/conf/layer.conf b/builder/meta-aac/conf/layer.conf index ff75ce266..b6a38981f 100644 --- a/builder/meta-aac/conf/layer.conf +++ b/builder/meta-aac/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "aac" BBFILE_PATTERN_aac = "^${LAYERDIR}/" BBFILE_PRIORITY_aac = "6" -LAYERSERIES_COMPAT_aac = "rocko thud" +LAYERSERIES_COMPAT_aac = "rocko thud zeus" AAC_SCRIPTS_DIR = "${LAYERDIR}/../scripts"