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:
parent
e4faf46035
commit
52f1381685
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue