From db7afe3027d78231c178d8522e95905aa4c6944a Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Fri, 10 May 2019 16:04:42 -0700 Subject: [PATCH] DRAFT Add include/dashing/ros-distro-{recipe-blacklist,preferred-versions,preferred-provider}.inc (SPLIT INTO 3) --- .../dashing/ros-distro-preferred-providers.inc | 6 ++++++ .../dashing/ros-distro-preferred-versions.inc | 6 ++++++ .../dashing/ros-distro-recipe-blacklist.inc | 16 ++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 conf/ros-distro/include/dashing/ros-distro-preferred-providers.inc create mode 100644 conf/ros-distro/include/dashing/ros-distro-preferred-versions.inc create mode 100644 conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc diff --git a/conf/ros-distro/include/dashing/ros-distro-preferred-providers.inc b/conf/ros-distro/include/dashing/ros-distro-preferred-providers.inc new file mode 100644 index 0000000..5074ea3 --- /dev/null +++ b/conf/ros-distro/include/dashing/ros-distro-preferred-providers.inc @@ -0,0 +1,6 @@ +# dashing/ros-distro-preferred-providers.inc +# +# Copyright (c) 2019 LG Electronics, Inc. + +# Set PREFERRED_PROVIDER_ here for non-platform packages and to override those set in +# ros-distro-platform-preferred-providers.inc . diff --git a/conf/ros-distro/include/dashing/ros-distro-preferred-versions.inc b/conf/ros-distro/include/dashing/ros-distro-preferred-versions.inc new file mode 100644 index 0000000..0dded64 --- /dev/null +++ b/conf/ros-distro/include/dashing/ros-distro-preferred-versions.inc @@ -0,0 +1,6 @@ +# dashing/ros-distro-preferred-versions.inc +# +# Copyright (c) 2019 LG Electronics, Inc. + +# Set PREFERRED_VERSION_ here for non-platform packages for which the layers provide multiple versions and to override those +# set in ros-distro-platform-preferred-versions.inc . diff --git a/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc b/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc new file mode 100644 index 0000000..83976ef --- /dev/null +++ b/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc @@ -0,0 +1,16 @@ +# dashing/ros-distro-recipe-blacklist.inc +# +# Copyright (c) 2019 LG Electronics, Inc. + +# This is a ROS 2 distro, so blacklist ROS 1 packages that will never be ROS 2. +PNBLACKLIST[packagegroup-ros1-comm] ?= "Not a ROS 2 package" +PNBLACKLIST[packagegroup-ros1-industrial] ?= "Not a ROS 2 package" +PNBLACKLIST[packagegroup-ros1-kobuki] ?= "Not a ROS 2 package" + +# Initially, blacklist any non-platform duplicates found by "bitbake-layers show-overlayed". Remove from the blacklist once a +# PREFERRED_VERSION_ setting is made in ros-distro-preferred-versions.inc . +# (none) + +# Initially, blacklist any non-platform recipes with multiple versions found by "bitbake-layers show-recipes --multiple". Remove +# from the blacklist once a PREFERRED_VERSION_ setting is made in ros-distro-preferred-versions.inc . +# (none)