commit | d4623844e5f9d41a0a273cc4ec2446bc4745e29a | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Sep 29 13:23:26 2017 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Sep 29 13:23:26 2017 -0500 |
tree | 679df96c0b8cf36d0edf9907af2e3c2d2bb01fa0 | |
parent | 04b1ba022f0bac170693796f4ef298a0726f85a2 [diff] [blame] |
Ignore active in software Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/openbmc-sfw b/openbmc-sfw index 357ae41..a6f5926 100755 --- a/openbmc-sfw +++ b/openbmc-sfw
@@ -163,6 +163,8 @@ for e in s.list_sfw(): if (e == '/xyz/openbmc_project/software/active'): continue + if (e == '/xyz/openbmc_project/software/functional'): + continue info = s.get_image(e) if (((info['Purpose'] == 'xyz.openbmc_project.Software.Version.VersionPurpose.BMC') and (args.bmc or not args.host)) or \