DRAFT webos-crystal.mcf: Specify DISTRO, ROS_SUPPORTED_MACHINES, and ROS_DISTRO settings
This commit is contained in:
parent
ece15f3f1f
commit
20008bc3be
|
@ -55,4 +55,7 @@ Layers = [
|
||||||
|
|
||||||
# BblayersConfExtraLines is a list of strings to be appended to the generated
|
# BblayersConfExtraLines is a list of strings to be appended to the generated
|
||||||
# conf/bblayers.conf .
|
# conf/bblayers.conf .
|
||||||
BblayersConfExtraLines = []
|
BblayersConfExtraLines = ['DISTRO ?= "' + Distribution + '"',
|
||||||
|
'ROS_DISTRO ?= "crystal"',
|
||||||
|
'ROS_SUPPORTED_MACHINES ?= "' + ' '.join(Machines) + '"',
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in New Issue