From 175565c2ce9e053f66789c70423d757eabdc438a Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Wed, 5 Jun 2019 11:27:39 -0700 Subject: [PATCH] DRAFT {dashing} dashing/ros-distro-recipe-blacklist.inc: Blacklist Connext packages --- .../dashing/ros-distro-recipe-blacklist.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc b/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc index 83976ef..a31ae08 100644 --- a/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc +++ b/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc @@ -14,3 +14,21 @@ PNBLACKLIST[packagegroup-ros1-kobuki] ?= "Not a ROS 2 package" # 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) + +# +# Alternative implementations not yet supported. +# +PNBLACKLIST[connext-cmake-module] ?= "Not yet supporting use of Connext" +PNBLACKLIST[rmw-connext-cpp] ?= "Not yet supporting use of Connext" +PNBLACKLIST[rmw-connext-shared-cpp] ?= "Not yet supporting use of Connext" +PNBLACKLIST[rosidl-typesupport-connext-c] ?= "Not yet supporting use of Connext" +PNBLACKLIST[rosidl-typesupport-connext-cpp] ?= "Not yet supporting use of Connext" + +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "connext-cmake-module" +# rmw-implementation.inc removes "rmw-connext-cpp" from ROS_BUILD_DEPENDS. +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rmw-connext-cpp" +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rmw-connext-shared-cpp" +# rosidl-typesupport-c.inc removes "rosidl-typesupport-connext-c" from ROS_BUILD_DEPENDS. +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rosidl-typesupport-connext-c" +# rosidl-typesupport-cpp.inc removes "rosidl-typesupport-connext-cpp" from ROS_BUILD_DEPENDS. +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rosidl-typesupport-connext-cpp"