diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-02-18 18:50:53 -0500 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-04-09 18:39:50 +0200 |
commit | a0d9c2d46984fd751b9f68ce7e4b74eacde561df (patch) | |
tree | 002a73471e05a806bc0949e296d0f92f1b3ec18b | |
parent | 13ef75141312d50c2d4caeffe4ba0e132752cf99 (diff) |
Upgrade to thud
Changes include:
- Add LAYERSERIES_COMPAT definition to layer.conf
Bug-AGL: SPEC-1837
Change-Id: Ifcbb528adf6bbade82c74911e87f51329ed0d529
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" |