psdmd: SRCREV master bumpd: f490a8..2f00f7

Willy Tu (2):
      move to use absl::flags for psdmd
      Add 3M Federation Policy Support

The new feature is not enabled by default.

Tested:
Psdmd 3M Federation Test:
- http://fusion2/a1cf5a4f-897d-47fa-aa13-8dbf6e63abb5
  - Valid Policy (all test start with this)
    - gRPC Request pass
  - Restricted Policy
    - Change Policy Reload Policy to 10s
    - Install restricted policy
    - gRPC Request fail
    - Install valid policy as cleanup
    - Change Policy Reload override.
  - Missing Policy
    - Remove policy via BMC console, restart psdmd to init the policy
    - gRPC Request fail
    - Recover the policy via BMC console
  - Remove Policy -> Uses old cached valid policy
    - Change Policy Reload Policy to 10s
    - Remove policy via BMC console, wait for psdmd to reload the
        policy
    - gRPC Request pass
    - Recover the policy via BMC console
    - Change Policy Reload override.

Google-Bug-Id: 318883139
Change-Id: I99fc54430e4dd52800a9363338b73d542e62d81f
Signed-off-by: Willy Tu <wltu@google.com>
(cherry picked from commit 9f7657532b3c90fd1b6f52094c90f1ebe79c0cd8)
diff --git a/recipes-google/devices/psdmd_git.bb b/recipes-google/devices/psdmd_git.bb
index bb15d9f..86deac2 100644
--- a/recipes-google/devices/psdmd_git.bb
+++ b/recipes-google/devices/psdmd_git.bb
@@ -27,7 +27,7 @@
 S = "${WORKDIR}/git"
 
 SRC_URI = "git://gbmc-private.googlesource.com/psdmd;protocol=https;branch=master"
-SRCREV = "f490a848772cc0601c45cf8c5daba0a8db6abaa3"
+SRCREV = "2f00f7f91fe9ed395c9631abf3726c39cc470954"
 
 SYSTEMD_PACKAGES = "${PN}"
 SYSTEMD_SERVICE:${PN} += "psdmd.service"