DRAFT ros-distro.conf: BBMASK-out webOS images if meta-webos isn't present
This commit is contained in:
parent
b496c1eb2f
commit
ed45b7e4f6
|
@ -112,5 +112,8 @@ BBMASK += "${@'recipes-core/images/core-image-ros-.*' \
|
|||
'' \
|
||||
}"
|
||||
|
||||
# Ignore metadata that requires meta-webos if it's not present.
|
||||
BBMASK += "${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-webos', '', 'recipes-core/images/webos-.*', d)}"
|
||||
|
||||
# Optionally include fixups for foreign DISTRO-s.
|
||||
include conf/ros-distro/include/${DISTRO}-compat.inc
|
||||
|
|
Loading…
Reference in New Issue