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

This commit is contained in:
Herb Kuta 2019-04-23 17:36:41 -07:00
parent fe503814e4
commit 47c4218376
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# melodic/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,15 @@
# medlodic/ros-distro-recipe-blacklist.inc
#
# Copyright (c) 2019 LG Electronics, Inc.
# This is a ROS 1 distro, so blacklist ROS 2 packages that will never be ROS 1.
PNBLACKLIST[packagegroup-ros2-demos] ?= "Not a ROS 1 package"
PNBLACKLIST[packagegroup-ros2-world] ?= "Not a ROS 1 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 .
PNBLACKLIST[libmodbus] ?= "Must specify PREFERRED_VERSION"
# 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)