From 20008bc3be08dfd286c04061583b7890029bc966 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Fri, 31 May 2019 09:55:42 -0700 Subject: [PATCH] DRAFT webos-crystal.mcf: Specify DISTRO, ROS_SUPPORTED_MACHINES, and ROS_DISTRO settings --- files/webos-crystal.mcf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/webos-crystal.mcf b/files/webos-crystal.mcf index 804c059..259de2d 100644 --- a/files/webos-crystal.mcf +++ b/files/webos-crystal.mcf @@ -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) + '"', + ]