layer.conf: define LAYERDEPENDS to match actual deps

Aligns layer.conf layer dependencies with reality and the declared
dependencies in the README.

Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
Christopher Larson 2014-02-27 09:52:56 -07:00 committed by Otavio Salvador
parent 940d9fb8c6
commit 2e09577a23

View File

@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "fsl-arm-extra"
BBFILE_PATTERN_fsl-arm-extra := "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl-arm-extra = "4"
LAYERDEPENDS_fsl-arm-extra = "core fsl-arm"