diff options
author | 2018-09-30 21:34:40 -0400 | |
---|---|---|
committer | 2018-09-30 21:34:40 -0400 | |
commit | 20f0f487f5f074bc9abc6899e8807c839950bc95 (patch) | |
tree | a7ccf3e7015fc6ddc6874e56f033771d03e14fd6 | |
parent | f0f6be2f83744acb9c5e0fd9424310862b52da04 (diff) | |
download | meta-cloud-services-20f0f487f5f074bc9abc6899e8807c839950bc95.tar.gz meta-cloud-services-20f0f487f5f074bc9abc6899e8807c839950bc95.tar.bz2 meta-cloud-services-20f0f487f5f074bc9abc6899e8807c839950bc95.zip |
conf: add thud to compatible releases
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index f69e8b12..18b0feb5 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "cloud-services-layer" BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_cloud-services-layer = "5" -LAYERSERIES_COMPAT_cloud-services-layer = "sumo" +LAYERSERIES_COMPAT_cloud-services-layer = "sumo thud" |