summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-26 19:11:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-31 16:36:32 +0300
commit7baabe48d8a2a30857994f222925505750728e39 (patch)
tree7575614189a84678d09aafda450a76c5165c9788 /meta-phosphor/conf
parent102a8b5ab3214cd30de5875f9402779cfa63ec4b (diff)
downloadopenbmc-7baabe48d8a2a30857994f222925505750728e39.tar.xz
phosphor: distro: remove meta-poky content
There are two items in the phosphor distro configuration that originate in the meta-poky layer. If we can remove these there isn't any need to include meta-poky in the build layer configuration. poky-work-exclude: This file is empty; removing is a noop. poky-sanity.bbclass: This is for sanity checking of the Poky reference distro, and not the OpenBMC distro (phosphor). (From meta-phosphor rev: e34a2bcd8a871769c64bcae4e46553103dc952c0) Change-Id: Idd203805dd16a21314d59eedb3db91a0d193c8bf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-base.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index abb4178cb..6bfef375a 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -64,9 +64,6 @@ SANITY_TESTED_DISTROS ?= " \
OELAYOUT_ABI = "12"
-# add poky sanity bbclass
-INHERIT += "poky-sanity"
-
# QA check settings - a little stricter than the OE-Core defaults
WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \
installed-vs-shipped ldflags pn-overrides rpaths staticdev \
@@ -74,7 +71,6 @@ WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \
WARN_QA_remove = "${WARN_TO_ERROR_QA}"
ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
-require conf/distro/include/poky-world-exclude.inc
require conf/distro/include/no-static-libs.inc
DISTRO = "openbmc-phosphor"