DRAFT Add include/dashing/ros-distro-{recipe-blacklist,preferred-versions,preferred-provider}.inc (SPLIT INTO 3)

This commit is contained in:
Herb Kuta 2019-05-10 16:04:42 -07:00
parent a24fa26b83
commit db7afe3027
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# dashing/ros-distro-preferred-providers.inc
#
# Copyright (c) 2019 LG Electronics, Inc.
# Set PREFERRED_PROVIDER_<PN> here for non-platform packages and to override those set in
# ros-distro-platform-preferred-providers.inc .

View File

@ -0,0 +1,6 @@
# dashing/ros-distro-preferred-versions.inc
#
# Copyright (c) 2019 LG Electronics, Inc.
# Set PREFERRED_VERSION_<PN> here for non-platform packages for which the layers provide multiple versions and to override those
# set in ros-distro-platform-preferred-versions.inc .

View File

@ -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_<PN> 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_<PN> setting is made in ros-distro-preferred-versions.inc .
# (none)