DRAFT ros-distro.conf: BBMASK-out webOS images if meta-webos isn't present
This commit is contained in:
parent
6450186538
commit
dc707236aa
|
@ -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.
|
# Optionally include fixups for foreign DISTRO-s.
|
||||||
include conf/ros-distro/include/${DISTRO}-compat.inc
|
include conf/ros-distro/include/${DISTRO}-compat.inc
|
||||||
|
|
Loading…
Reference in New Issue