layer.conf: Fix dependency to freescale layer

The name to use is actually the name defined in the layer.conf of the
target layer and not the name of the directory itself (which can
actually change).

BugzID: 69469
This commit is contained in:
Alexandre Bard 2021-01-07 20:11:38 +01:00
parent e4faf46035
commit 52f1381685
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILES_DYNAMIC += "meta-ublox-modules:${LAYERDIR}/bbappends/ublox-module/recipes-*/*/*.bbappend"
BBFILES_DYNAMIC += "meta-freescale:${LAYERDIR}/freescale/recipes-*/*/*.bb*"
BBFILES_DYNAMIC += "freescale-layer:${LAYERDIR}/freescale/recipes-*/*/*.bb*"
BBFILE_COLLECTIONS += "netmodule-bsp"