From de5207d1e39c2ffe3c3ae6c3bc269df510a9544c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 6 Apr 2018 20:48:31 +0200 Subject: [PATCH] layer.conf: Add LAYERSERIES_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index f4a5ca03..b12d62c3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,6 +11,7 @@ BBFILE_PATTERN_meta-qt5-extra := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-qt5-extra = "20" LAYERDEPENDS_meta-qt5-extra = "core qt5-layer openembedded-layer networking-layer multimedia-layer" +LAYERSERIES_COMPAT_meta-qt5-extra = "rocko" LICENSE_PATH += "${LAYERDIR}/files/licenses"