layer.conf: fix wrong BBFILES_DYNAMIC for applying layer meta-ublox-module
Due typo and wrong usage bbappends were never applied to meta-ublox-module layer. BugzID 68069 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
f9eb3a95ee
commit
73ad873411
|
|
@ -5,7 +5,7 @@ BBPATH .= ":${LAYERDIR}"
|
||||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||||
|
|
||||||
BBFILES_DYNAMIC = "meta-ublox-module:${LAYERDIR}/bbappends/ublox-module/recipes-*/*/*.bbappend"
|
BBFILES_DYNAMIC += "meta-ublox-modules:${LAYERDIR}/bbappends/ublox-module/recipes-*/*/*.bbappend"
|
||||||
|
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "netmodule-bsp"
|
BBFILE_COLLECTIONS += "netmodule-bsp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue