bblayers: Always include om layer
This layer is now safe to be always used. Everything in it, must be explicitly requested from the distro.conf BugzID: 69970
This commit is contained in:
parent
d88370a78a
commit
af20c2fa2e
|
|
@ -20,10 +20,10 @@ BBLAYERS ?= " \
|
|||
${YOCTOROOT}/meta-updater \
|
||||
${YOCTOROOT}/meta-freescale \
|
||||
${YOCTOROOT}/meta-ublox-module \
|
||||
${YOCTOROOT}/meta-netmodule-om \
|
||||
"
|
||||
|
||||
# Distro related layers
|
||||
BBLAYERS += " \
|
||||
${@bb.utils.contains_any('DISTRO_TYPE', '-fct -lava', '${YOCTOROOT}/meta-netmodule-fct', '', d)} \
|
||||
${@bb.utils.contains_any('DISTRO_TYPE', '-vcu', '${YOCTOROOT}/meta-netmodule-om', '', d)} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue