From e24af6949815c660939cbf0ea9eab50ec6b77bcd Mon Sep 17 00:00:00 2001 From: David McKinney Date: Fri, 22 Jun 2018 15:29:54 +0000 Subject: [PATCH] Set LAYERSERIES_COMPAT_meta-gnome to sumo --- meta-gnome/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index d9ac413..0ffcde9 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnome/conf/layer.conf @@ -1,6 +1,8 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" +LAYERSERIES_COMPAT_meta-gnome = "sumo" + # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend"