DRAFT webos-crystal.mcf: Specify DISTRO, ROS_SUPPORTED_MACHINES, and ROS_DISTRO settings

This commit is contained in:
Herb Kuta 2019-05-31 09:55:42 -07:00
parent ece15f3f1f
commit 20008bc3be
1 changed files with 4 additions and 1 deletions

View File

@ -55,4 +55,7 @@ Layers = [
# BblayersConfExtraLines is a list of strings to be appended to the generated
# conf/bblayers.conf .
BblayersConfExtraLines = []
BblayersConfExtraLines = ['DISTRO ?= "' + Distribution + '"',
'ROS_DISTRO ?= "crystal"',
'ROS_SUPPORTED_MACHINES ?= "' + ' '.join(Machines) + '"',
]