From 7baabe48d8a2a30857994f222925505750728e39 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 26 Oct 2018 12:11:15 -0400 Subject: 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 --- meta-phosphor/conf/distro/include/phosphor-base.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-phosphor/conf') 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" -- cgit v1.2.3