From f5e6dbae7b1f94a01bad5691fca6c5a78119fd44 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 12 Aug 2016 16:11:00 -0400 Subject: 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 --- .../meta-openpower/common/recipes-bsp/skiboot/skiboot.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-bsp') diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc index 3b5692cb8..19542b04f 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc +++ b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc @@ -25,5 +25,3 @@ do_compile() { do_install() { oe_runmake -C ${SKIBOOT_SUBDIR} install DESTDIR=${D} PREFIX=/usr } - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.1