python: Install full email package for native[sdk]

The .bbappend for python creates a minimal email package for
installation on the target, but was also impacting nativesdk
packages.  This prevented us from compiling certain python
programs inside the SDK.  Change the do_install_append to
only impact targets (and not native/nativesdk).

Change-Id: I68576d7f1f98892840a09ed382690ea4b3aa3940
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: e078d27a9e2c7c88439306329eff151f61f9da02
  1. meta-openbmc-bsp/
  2. meta-openbmc-machines/
  3. meta-phosphor/
  4. yocto-poky/
  5. .gitignore
  6. .gitreview
  7. .templateconf
  8. openbmc-env
  9. README.md
README.md

OpenBMC

Build Status

Building

OpenBMC uses Yocto/Open-Embedded for a build system, which supports an out-of-tree build. It is recommended that you create an empty directory somewhere to hold the build. This directory will get big.

On Ubuntu 14.04 the following packages are required to build the default target

sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat

On Fedora 23 the following packages are required to build the default target:

sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake
sudo dnf groupinstall "C Development Tools and Libraries"

To start a build:

cd <builddir>
. <repodir>/openbmc-env
bitbake obmc-phosphor-image