conf/layer.conf: Change dependency for use with meta-freescale

The meta-freescale layer provides is different so the dependency needs
to be adjusted.

Change-Id: I3b488f3037915ae82aae0bb5fd3338bb65947d55
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2016-09-13 17:01:00 -03:00
parent ae68982b66
commit ee5e324d2a

View File

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