]> code.ossystems Code Review - openembedded-core.git/commit
oe-build-perf-report-email.py: add images as MIME objects
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 25 Oct 2017 11:39:38 +0000 (14:39 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Nov 2017 22:23:45 +0000 (22:23 +0000)
commit6b61126c386a0a7334cdf475d349b830c436ed82
tree4e39f62c7aeffc83937baeab76ebe9a851def045
parent6870c4d11adcb831247dc1e05794bfa6ac1374c0
oe-build-perf-report-email.py: add images as MIME objects

Add images as separate MIME objects instead of directly embedding images
in the html (as base64 encoded pngs). This makes the emails better
suited for certain email servers/clients.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/oe-build-perf-report-email.py