layer.conf: Drop compatibility with older than hardknott releases

New override syntax requires it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-08-02 11:03:36 -07:00
parent 4ac3c7265a
commit aeaea93911

View File

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