Merge pull request #17 from YoeDistro/yoe/mut

layer.conf: Add warrior to compatible release series
This commit is contained in:
Fabio Berton 2019-04-02 14:40:01 -03:00 committed by GitHub
commit 0cd45e26bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "fsl-arm-extra"
BBFILE_PATTERN_fsl-arm-extra := "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl-arm-extra = "4"
LAYERSERIES_COMPAT_fsl-arm-extra = "sumo thud"
LAYERSERIES_COMPAT_fsl-arm-extra = "sumo thud warrior"
LAYERDEPENDS_fsl-arm-extra = "core freescale-layer"