2019-05-18 03:28:39 +08:00
|
|
|
# ubuntu-bionic/ros-distro-platform-recipe-blacklist.inc
|
|
|
|
#
|
|
|
|
# Copyright (c) 2019 LG Electronics, Inc.
|
|
|
|
|
|
|
|
# Initially, blacklist any platform duplicates found by "bitbake-layers show-overlayed". Remove from the blacklist once a
|
|
|
|
# PREFERRED_VERSION_<PN> setting is made in ros-distro-platform-preferred-versions.inc .
|
2019-05-18 05:53:12 +08:00
|
|
|
# (none)
|
2019-05-18 03:28:39 +08:00
|
|
|
|
|
|
|
# Initially, blacklist any platform recipes with multiple versions found by "bitbake-layers show-recipes --multiple" (except for
|
|
|
|
# the compilers and runtimes). Remove from the blacklist once a PREFERRED_VERSION_<PN> setting is made in
|
|
|
|
# ros-distro-platform-preferred-versions.inc .
|
|
|
|
PNBLACKLIST[libgpiod] ?= "Must specify PREFERRED_VERSION"
|
|
|
|
PNBLACKLIST[libmodbus] ?= "Must specify PREFERRED_VERSION"
|
|
|
|
PNBLACKLIST[linux-yocto-rt] ?= "Must specify PREFERRED_VERSION"
|
|
|
|
PNBLACKLIST[linux-yocto-tiny] ?= "Must specify PREFERRED_VERSION"
|
|
|
|
PNBLACKLIST[php] ?= "Must specify PREFERRED_VERSION"
|
|
|
|
PNBLACKLIST[php-native] ?= "Must specify PREFERRED_VERSION"
|