From cf8eb364a0c97471881e47fb4dcddd3bbf65f876 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 10 Apr 2018 13:45:56 -0700 Subject: [PATCH] add LAYERSERIES_COMPAT declaration In current Yocto master, it's now a warning not to include LAYERSERIES_COMPAT in layer.conf. See below for more information: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-LAYERSERIES_COMPAT Add this information for all current development and stable releases. Tested-by: Sergey Matyukevich Tested-by: Diego Rondini Signed-off-by: Martin Kelly --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 23c1512..999051b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,3 +7,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-sunxi" BBFILE_PATTERN_meta-sunxi := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-sunxi = "10" +LAYERSERIES_COMPAT_meta-sunxi = "morty pyro rocko sumo thud"