diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-10-22 18:34:58 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-10-26 09:28:58 -0400 |
commit | e58d3371418445d8a04cb35bcf0c3fb64f747bc1 (patch) | |
tree | ff1b529e975b65415539e20114c1aceb478b7a52 /meta-phosphor/classes/phosphor-mapperdir.bbclass | |
parent | aa5d94588b0eac59bd7903297d255a67286ae3e2 (diff) | |
download | talos-openbmc-e58d3371418445d8a04cb35bcf0c3fb64f747bc1.tar.gz talos-openbmc-e58d3371418445d8a04cb35bcf0c3fb64f747bc1.zip |
phosphor-mapper: Drop blacklist feature
An interface and path blacklisting feature was implemented in the
python mapper but it isn't used, and it wasn't implemented in the
c++ mapper. Drop support to make a small improvement to
comprehensional complexity and ease the transition to the c++ mapper.
(From meta-phosphor rev: 6b10fd583d7c1baed14f6076322548f4f097d9db)
Change-Id: I3346f1929689b75553b8331a6ac1b5df0d5c87cb
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/classes/phosphor-mapperdir.bbclass')
-rw-r--r-- | meta-phosphor/classes/phosphor-mapperdir.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-phosphor/classes/phosphor-mapperdir.bbclass b/meta-phosphor/classes/phosphor-mapperdir.bbclass index 591b63d4d..33962f257 100644 --- a/meta-phosphor/classes/phosphor-mapperdir.bbclass +++ b/meta-phosphor/classes/phosphor-mapperdir.bbclass @@ -1,4 +1,2 @@ namespace_dir="${datadir}/phosphor-mapper/namespace" interface_dir="${datadir}/phosphor-mapper/interface" -blacklist_dir="${datadir}/phosphor-mapper/blacklist" -interfaceblacklist_dir="${datadir}/phosphor-mapper/interfaceblacklist" |