From 704b435e2b2edc51329d25f90bc0f97246a2edd3 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Fri, 19 Apr 2019 14:39:54 -0700 Subject: [PATCH] DRAFT Add include/bouncy/ros-distro.inc --- conf/ros-distro/include/bouncy/ros-distro.inc | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/ros-distro/include/bouncy/ros-distro.inc diff --git a/conf/ros-distro/include/bouncy/ros-distro.inc b/conf/ros-distro/include/bouncy/ros-distro.inc new file mode 100644 index 0000000..e5f87e8 --- /dev/null +++ b/conf/ros-distro/include/bouncy/ros-distro.inc @@ -0,0 +1,24 @@ +# bouncy/ros-distro.inc +# General configuration settings that are dependent on ROS_DISTRO. +# +# Copyright (c) 2019 LG Electronics, Inc. + +ROS_DISTRO_CODENAME = "Bouncy Bolson" + +# From the release announcement or the last field of the "release-ROS_DISTRO-YYYYMMDD" tag. Prior to the first release of a +# ROS_DISTRO, set to "". Unfortunately, this has to be updated manually. +ROS_DISTRO_RELEASE_DATE = "20180824" + +# The platform release that the metadata for this ROS distro targets. This determines the versions of the platform packages that +# OE must provide. It must be one of the values of ROS_DISTRO_RELEASE_PLATFORMS (which is set in generated-ros-distro.inc). +ROS_DISTRO_BASELINE_PLATFORM = "ubuntu-bionic" + +# Set this here, as each ROS distro will must be tested separately with each OE-Core release. +LAYERSERIES_COMPAT_ros-layer = "morty" + +# Override settings from generated-ros-distro.inc here. + +# Since superflore doesn't know when it's generating a recipe that it will be for a build tool, it can't know that what's in +# ROS_EXEC_DEPEND are also build tools. Manually add them here. +ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \ +"