Aligns layer.conf layer dependencies with reality and the declared dependencies in the README.
Signed-off-by: Christopher Larson <[email protected]> --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 8077dec..f581bac 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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" -- 1.8.3.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
