conf/layer.conf: Support only gatesgarth release

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton 2020-11-12 17:01:57 -03:00
parent b85d08a55c
commit 065d3b0f0c

View File

@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "freescale-3rdparty"
BBFILE_PATTERN_freescale-3rdparty := "^${LAYERDIR}/"
BBFILE_PRIORITY_freescale-3rdparty = "4"
LAYERSERIES_COMPAT_freescale-3rdparty = "zeus dunfell gatesgarth"
LAYERSERIES_COMPAT_freescale-3rdparty = "gatesgarth"
LAYERDEPENDS_freescale-3rdparty = "core freescale-layer"