summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/flash
AgeCommit message (Collapse)AuthorFilesLines
2021-12-10phosphor-bmc-code-mgmt: srcrev bump d75c869d07..0890ab9453Andrew Geissler1-1/+1
Patrick Williams (2): openssl: stop using deprecated SHA512_* functions openssl: test: stop using deprecated SHA512_* functions Change-Id: I311c37183df9ef9335d6d3adf69ffe008dcbfdf1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-bmc-code-mgmt: srcrev bump 58e18979f5..d75c869d07Andrew Geissler1-1/+1
Patrick Williams (1): openssl: stop using deprecated read_RSAPublicKey Change-Id: Ie541df96d855c2f0fcd88ddca252c6f69c9b43db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08phosphor-bmc-code-mgmt: srcrev bump ae06d76a23..58e18979f5Andrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: I3c88d92bf55872f1fbd246aa274af5976a9f1213 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-05phosphor-bmc-code-mgmt: srcrev bump 3ea1e870cb..ae06d76a23Andrew Geissler1-1/+1
Zami Seck (1): item_updater : erase() : remove uploaded images Change-Id: I398c8536c4a028966ac3b2d3b4cdb8292d8b4287 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-21phosphor-bmc-code-mgmt: srcrev bump f2cc64c666..3ea1e870cbAndrew Geissler1-1/+1
selvaganapathim (1): Image_manager:Remove temporary untar image dir Change-Id: Iba82adfb4b09a251e1b4a5cad01ce98cef79caa1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-15phosphor-bmc-code-mgmt: srcrev bump 4ce901c5fb..f2cc64c666Andrew Geissler1-1/+1
Lei YU (1): meson_options: Enable all features by default Change-Id: Ia287c5818adaab33c4f09487b8cdd3cb8f190742 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08phosphor-bmc-code-mgmt: srcrev bump 75162e4675..4ce901c5fbAndrew Geissler1-1/+1
Patrick Williams (1): exception: switch to public sdbus exception Change-Id: Iad43cc0515dacf9b0820833a88b64167e379f32f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-04phosphor-bmc-code-mgmt: srcrev bump 2af0fdfb8e..75162e4675Andrew Geissler1-1/+1
Adriana Kobylak (1): Update MAINTAINERS, add OWNERS Change-Id: Ibc0fd1b7afc0280ffdca79c8fa1f7fd92f7275de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-01phosphor-bmc-code-mgmt: srcrev bump 7eebeaac36..2af0fdfb8eAndrew Geissler1-1/+1
Adriana Kobylak (1): ubi: Fix log typo George Liu (1): utest: Fix test case SignatureTest.TestSignatureVerify() Lei YU (2): bios: Delete uploaded DBus object after update Fix build issue related to boost asio Patrick Williams (4): build: support building with subprojects clang-format: sync latest from docs msl_verify: dos2unix logging: switch to lg2 Change-Id: Ia87d5c12832b9f32af692a67561b7a497f28912e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31meta-phosphor: switch EXTRA_OEMESON to use override syntaxPatrick Williams1-1/+1
It was observed that we have different approaches to modifying the EXTRA_OEMESON variable across our recipes. The bitbake manual implies that override syntax (":append") is slightly better and the poky meson bbclass also prefers it: meta/classes/meson.bbclass:EXTRA_OEMESON:append = " ${PACKAGECONFIG_CONFARGS}" Switch all recipes to use the ":append" override syntax for the EXTRA_OEMESON variable. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I24e9a27a87c61f374acfb03a63955821fce0dd20
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams8-27/+27
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-07-30phosphor-bmc-code-mgmt: srcrev bump 16aa28a057..7eebeaac36Andrew Geissler1-1/+1
Isaac Kurth (1): item_updater_helper: implement factoryReset Change-Id: I806ecdec3203b16d62bcf0095476cb342689f28d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-22phosphor-bmc-code-mgmt: srcrev bump fa79914baa..16aa28a057Andrew Geissler1-1/+1
Lei YU (3): image_verify: Append .sig instead of replace image_verify: Support other images bios: Update bios_active version after code update Change-Id: Ib0f3a76879a0a5d139d8dadf6c8919dc47f0fc1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-17phosphor-bmc-code-mgmt: srcrev bump cfb4b2099f..fa79914baaAndrew Geissler1-1/+1
Isaac Kurth (1): version: Add metadata to MANIFEST errors Change-Id: Ib58d9eced3efb15aff36d624e7a3152b8d5caf82 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-11phosphor-software-manager: Fix tests meson paramAdriana Kobylak1-1/+1
Need to append the meson option to disable tests so that it doesn't overwrite previous options. Tested: Built witherspoon with -e option and verified EXTRA_OEMESON showed all the meson options for ubi. Change-Id: I1275a790feefdc3aa5d85aa9b36bf5d7d3a4d44e Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-06-06phosphor-software-manager: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: Id215020d9133806f98fa2253618e708ecb70f3d9 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-08phosphor-bmc-code-mgmt: srcrev bump 6e9fb1d6ec..cfb4b2099fAndrew Geissler1-1/+1
Lei YU (1): item_updater: Fix crash on redundantPriority Change-Id: I08053ba1860c7835d166bdbe33fe61cd2eda1cf5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-02phosphor-bmc-code-mgmt: srcrev bump 447d0daa6e..6e9fb1d6ecAndrew Geissler1-1/+1
Lei YU (2): version.hpp: Pass const reference Add BIOS DBus object Change-Id: Iaf03e09ff39eaa3fed20e23f6193ee72639cb77f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-24phosphor-bmc-code-mgmt: srcrev bump 1fd6dddf7d..447d0daa6eAndrew Geissler1-1/+1
Adriana Kobylak (1): image_manager: Create error on machine mismatch Change-Id: Ia99b7bd6a4b9f6470b75d83b4594781cdf5dfa56 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-03phosphor-bmc-code-mgmt: srcrev bump 42bd99361c..1fd6dddf7dAndrew Geissler1-1/+1
Chanh Nguyen (1): Implement Software.Extended Version Change-Id: I2357f07e87f632a7fcf0d1a277a750dad9d4b941 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-02native class is not inherited lastJoseph Reynolds1-1/+1
Moved "inherit native" statements to the last position to remove QA Issues. The message is: WARNING: QA Issue: {RECIPENAME}: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: {CLASSFILES} [native-last] Tested: The witherspoon image builds without the warnings. Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: Ic3c71234abfcac8b26478bc32808e3bec8bba810
2021-02-04phosphor-software-manager: Add verify-full-signatureAdriana Kobylak1-1/+3
The phosphor-software-manager now supports signature checking of the whole tarball contents, ensuring that all the expected images are contained in the tarball. This new check adds an additional level of security, and the new tarball signature file is included in the built tarball now by default: https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/39036 https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-bmc-code-mgmt/+/39118 Change the verify_signature PACKAGECONFIG option to use the new verify-full-signature since this is the recommended option now and the previous one is marked as a legacy option. Tested: Verified the generated config.h in the phosphor-software-manager build directory has both the original WANT_SIGNATURE_VERIFY and the new WANT_SIGNATURE_FULL_VERIFY defined. Change-Id: I138d0c8ca9fc25d4e08e101c5a097c9cb4fbcbb5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-02-03phosphor-bmc-code-mgmt: srcrev bump 878377d3a7..42bd99361cAndrew Geissler1-1/+1
Adriana Kobylak (1): meson: Make verify-full-signature stand-alone Change-Id: I111545a47e6af15f37d0908e854d48b70570cac2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-01-28phosphor-bmc-code-mgmt: srcrev bump 0a06e97ff3..878377d3a7Andrew Geissler1-1/+1
Adriana Kobylak (3): utils: Add execute command reset: Call execute() instead of systemd service Revert "Factory Reset: Wait for env variables" Change-Id: I86da3af4c91d58fe0232f16d677c146b988bdb6d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-01-28phosphor-bmc-code-mgmt: srcrev bump 837de88135..0a06e97ff3Andrew Geissler1-1/+1
George Liu (1): Add support for tarball contents signature Henry Tian (1): image_verify: Support full image Change-Id: I1aa536995164550a480ecb2ad11681737d739aa8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2020-12-10phosphor-bmc-code-mgmt: srcrev bump 9b8816f5a8..837de88135Andrew Geissler1-1/+1
Lei YU (1): flash-bios: Do not delete image in case of failure (From meta-phosphor rev: 5dbe227f2d7fc71f9f6699d3b2a159e0965d37e0) Change-Id: I8921ed328471000a20227ba956d4a16becef9565 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-03phosphor-bmc-code-mgmt: srcrev bump 62f3820b31..9b8816f5a8Andrew Geissler1-1/+1
Adriana Kobylak (1): obmc-flash-bmc: Specify full path for mktemp (From meta-phosphor rev: 48210d6dbc8359ad76a58575e5220fbb46b199a4) Change-Id: I27925153b0dbfb97b0614fe793817f208ab9d0c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05phosphor-bmc-code-mgmt: srcrev bump 34077dc9e2..62f3820b31Andrew Geissler1-1/+1
Adriana Kobylak (1): mmc: Update u-boot if needed (From meta-phosphor rev: 77c59e1d8dac97a11b08fe93d7ab1a3e82ff2659) Change-Id: I9f94a6a03eb6ec8b8ac1e694a69a2c83febf9af1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-13phosphor-bmc-code-mgmt: srcrev bump d148b4f06b..34077dc9e2Andrew Geissler1-1/+1
Gunnar Mills (1): Fix flash-layout.md link (From meta-phosphor rev: 0cff8d0338a6e65ff8fb17d750e684d46003a627) Change-Id: I80b7695911025a0080cf9f37fc09e49048509641 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-03phosphor-bmc-code-mgmt: srcrev bump c31943e11b..d148b4f06bAndrew Geissler1-1/+1
Adriana Kobylak (2): image_manager: Delete image dir if same version exists mmc: Remove hostfw patches on update (From meta-phosphor rev: 0af0ab8453dc34e5c8281f9613ae7397eb8d30e7) Change-Id: Ifcb79ab43e140beb59be88f6d43d2ecbadfb2d92 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04phosphor-hostfw-image: Fix destination directoryAdriana Kobylak1-3/+3
The way the destination directory was specified it was causing the recursive copy to create a duplicate subdirectory image/image/ and update/update/. There's no need to specify the destination directory. Also remove the prepend from the compile function per review comments on the original commit that created this recipe. (From meta-phosphor rev: bd747f6d30cb7ff2d845e79345bd9868a774c803) Change-Id: Iec45415346cc8caead9659ab39eb02f91c90d31f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30phosphor-bmc-code-mgmt: srcrev bump 8e9ccfe736..c31943e11bAndrew Geissler1-1/+1
Adriana Kobylak (1): mmc: Remove: Sleep to allow service to finish (From meta-phosphor rev: 2a0fd44645971d0ad7a0be919f6dbf51ff9e9974) Change-Id: I1a52e0461ea4032aa776709c2e943834d4007904 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-29phosphor-bmc-code-mgmt: srcrev bump 5312d8549a..8e9ccfe736Andrew Geissler1-1/+1
Bright Cheng (1): Add support for full BMC FW flash image Miguel Gomez (1): BMC Minimum ship Level (From meta-phosphor rev: e24609f1b7057f4192d3c3389fae2deaee9c1654) Change-Id: Id7ee14d5fa04149a7dcc29b7297e126bffe9f61d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-23phosphor-bmc-code-mgmt: srcrev bump 8c5209d3bd..5312d8549aAndrew Geissler1-1/+1
Adriana Kobylak (1): mmc: Enhance get running partition label function (From meta-phosphor rev: 077536c75d5b63b5583fa11a59aedbe4a38d52e1) Change-Id: Iafe6978f1704e1a0b1ff17e3b76467d96f6abbb9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-21phosphor-bmc-code-mgmt: srcrev bump d7fbc1e319..8c5209d3bdAndrew Geissler1-1/+1
Adriana Kobylak (2): Add support for optional images mmc: Add support for update/delete hostfw (From meta-phosphor rev: 4e192a761bb446974e6b05e95ae48cb04e362d88) Change-Id: I082a60b2a150c56b5813446ab19770db361b77f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-17phosphor-hostfw-image: Create recipeAdriana Kobylak1-0/+31
Create a recipe to add host firmware files to the BMC image files. Via a bbappend, this recipe provides a mechanism to have content be added to a flashable BMC image and an image file to be added to the code update tarball to be updated during a firmware update. (From meta-phosphor rev: 39b1ff0dcd12f15dc651aa20cb85cdec903cb5de) Change-Id: I12b3ced57a6446fd1fc046324ee13e4701581336 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-15phosphor-bmc-code-mgmt: srcrev bump ebcc194044..d7fbc1e319Andrew Geissler1-1/+1
Adriana Kobylak (7): build: Rename .service files to service.in processBMCImage: Dynamically calculate version id item_updater: Ignore duplicate version ids item_updater: erase: Call resetUbootEnvVars() first mmc: Update and remove functions for the kernel and rootfs mmc: Set updated version to primary mmc: Add mount services (From meta-phosphor rev: b4bcfdf5575bc0dde0d043931066e9cde69bdfe8) Change-Id: Ieaf3a3de00341dbe456ec9444b98545bf43b31ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-15noverify-bmc-update: Only commit payload on updateWilliam A. Kennington III4-2/+14
We don't want to allow indirect updates via users issuing `mc reboot cold` commands after verifying but without peforming the update step. (From meta-phosphor rev: 892e90b3ea1eb39994af943a8686bb96c1473ad9) Change-Id: Ia846efafef6bdf64f102d6e0511d5e8ed874e966 Signed-off-by: William A. Kennington III <wak@google.com> Fixed misspelling of command Signed-off-by: Brad Bishop<bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-15phosphor-software-manager: Create a new mmc bbclassAdriana Kobylak1-0/+3
Add a bbclass for the mmc configuration option. (From meta-phosphor rev: 7df4aa01e4d35e6ec7294f08e4bd3f1d18e61f01) Change-Id: I6602362e511bcffae1e185a72861ae1edec050f9 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10Add phosphor-image-signing if verify_signature is enabledAdriana Kobylak1-0/+1
The phosphor-image-signing adds the public key to the BMC rootfs and it was added if the UBI distro was enabled. The phosphor-software-manager supports signature verification regardless of the choice of BMC layout, so add it based if the signature verification config (verify_signture) is enabled. Otherwise the user would need to know that the package phosphor-image-signing needed to be added if the signature verification config was enabled, which is not intuitive. This way it's done automatically. Tested: Verified that adding verify_signature resulted in the /etc/activationdata/ directory being added to the BMC rootfs, and without it no directory was created. (From meta-phosphor rev: 379f327e91542e7b2c3c4fb6b41b325b1a0a3412) Change-Id: If0137b75f6de3b3087389c98229c85c346804912 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08phosphor-bmc-code-mgmt: srcrev bump f7a69e1adf..ebcc194044Andrew Geissler1-1/+1
James Feist (1): Add new error types (From meta-phosphor rev: 9840b8aee78563ccf4bde3fc35db856706c47998) Change-Id: I5efc79a747106f30aad7b62a2d58ad92765a427e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-30meta-phosphor: remove phosphor-logging-error-logs-nativePatrick Williams1-1/+0
Functionality is now covered with non-native YAML providers via packagegroup-obmc-yaml-providers. (From meta-phosphor rev: 8dddc0d316f738b74a8d641dd9e045d6f06f7f2f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If102e06cd52a8a22c2a5ca0397a68c83b1627d35 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-18phosphor-bmc-code-mgmt: srcrev bump 86013f3918..f7a69e1adfAndrew Geissler1-1/+1
Gunnar Mills (1): meson: Set default buildtype to debugoptimized (From meta-phosphor rev: ed142b8b98ea966058d07dd02693e30266c168d6) Change-Id: I04a81ca0c2ca920e6f930f47e1da9a0879b0e8c8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-17phosphor-bmc-code-mgmt: srcrev bump 58aa750831..86013f3918Andrew Geissler1-1/+1
Adriana Kobylak (2): item_updater: Use relative path to append OS_RELEASE_FILE Add initial support for eMMC layout (From meta-phosphor rev: 7e7431c4e40a7ebc2c726a692971eb00f4ef4384) Change-Id: I59c47fd7bad60f33b4b9b893e31e55dc5055fbcd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16phosphor-bmc-code-mgmt: srcrev bump 78e72d917c..58aa750831Andrew Geissler1-1/+1
Adriana Kobylak (2): meson: build: Remove automake files and update READMEs clang-format: update to latest from docs repo (From meta-phosphor rev: 6bb8854a202308967ffbe4e91d3f145017e030f6) Change-Id: Ibb1c930a972ebba1db82427e412f4c61ccc8c421 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16phosphor-software-manager: Move to mesonAdriana Kobylak1-10/+5
(From meta-phosphor rev: 2badcf923f4666c9c83842d0c0bc08132c6ef1c5) Change-Id: I124b014509e2370f65c24a1c3b3672932f156717 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16phosphor-software-manager: add logging yaml provider recipePatrick Williams1-0/+10
(From meta-phosphor rev: f115a4abfcf13772b941986de39bfc3d7a099a81) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I719f4112c31174ef774a4de1ca7298d3d8c6f8be Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-08phosphor-bmc-code-mgmt: srcrev bump b824b2f4ad..78e72d917cAndrew Geissler1-1/+1
Adriana Kobylak (1): meson: build: Add support for unit tests (From meta-phosphor rev: f560481399819377c7a21e9b2063a4712df1d48d) Change-Id: I095379d4b9dd2e0d2eb843f7ff45465246869ec1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-05phosphor-bmc-code-mgmt: srcrev bump 29a0d90b37..b824b2f4adAndrew Geissler1-1/+1
Adriana Kobylak (1): activation: Make activation flow common (From meta-phosphor rev: b6d60013e817d583b8652686e9480ce2b83cc98f) Change-Id: I6435509a633d4ec2569dcaf56cb8a35ea8173cbe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-03phosphor-bmc-code-mgmt: srcrev bump 60f5ccfd5a..29a0d90b37Andrew Geissler1-1/+1
Adriana Kobylak (5): meson: build: Initial commit, create config file meson: build: Generate the error.cpp/hpp files meson: build: Generate binaries meson: build: Install script and data files meson: build: Install systemd unit files Patrick Williams (1): sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: bbf4ce894165f12b18e9d31f45d45f1cc2461f03) Change-Id: I6c887dc180178288842f100c13168d1196e402f8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>