summaryrefslogtreecommitdiff
path: root/meta-phosphor/common
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-08-12 23:11:00 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-08-18 20:03:41 +0300
commitf5e6dbae7b1f94a01bad5691fca6c5a78119fd44 (patch)
treebca01b36a08a21cafe0b2ec3d2912bd002e8501d /meta-phosphor/common
parent2535f194917126ed3d3233940f03489d3d4ab0be (diff)
downloadopenbmc-f5e6dbae7b1f94a01bad5691fca6c5a78119fd44.tar.xz
Remove native/sdk classes from recipes
There isn't any reason to be baking pflash or libobmc_intf recipes for sdk or build machines (x86). This was mistakenly added (by me) based on misunderstanding of how to get dev packages into the target sysroot. The correct way to do this is to just have a dev package whose main package is in IMAGE_INSTALL or has a dependency on another dev package (whose main package is in IMAGE_INSTALL). I'm not adding those dependencies now here because at the moment pflash-dev is unused and libobmc_intf will eventually disappear. Change-Id: I691cd029a69ad7554faeb4782ae97b92946c9a7b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r--meta-phosphor/common/recipes-phosphor/obmc-phosphor-libobmc/obmc-libobmc-intf.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-libobmc/obmc-libobmc-intf.bb b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-libobmc/obmc-libobmc-intf.bb
index a53deba036..39043c0cf8 100644
--- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-libobmc/obmc-libobmc-intf.bb
+++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-libobmc/obmc-libobmc-intf.bb
@@ -12,5 +12,3 @@ SKELETON_DIR = "libopenbmc_intf"
do_install() {
oe_runmake install DESTDIR=${D}
}
-
-BBCLASSEXTEND = "nativesdk"