From a0d9c2d46984fd751b9f68ce7e4b74eacde561df Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 18 Feb 2019 18:50:53 -0500 Subject: Upgrade to thud MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes include: - Add LAYERSERIES_COMPAT definition to layer.conf Bug-AGL: SPEC-1837 Change-Id: Ifcbb528adf6bbade82c74911e87f51329ed0d529 Signed-off-by: Scott Murray Signed-off-by: Jan-Simon Möller --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 3e98b51..890d962 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "agl-cluster-demo" BBFILE_PATTERN_agl-cluster-demo = "^${LAYERDIR}/" BBFILE_PRIORITY_agl-cluster-demo = "7" + +LAYERSERIES_COMPAT_agl-cluster-demo = "thud" -- cgit 1.2.3-korg