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:
Alexandre Bard 2021-01-28 11:46:47 +01:00
parent d88370a78a
commit af20c2fa2e
1 changed files with 1 additions and 1 deletions

View File

@ -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)} \
"