phosphor-led-manager: srcrev bump fe476e17ad..9e10415137

Alexander Hansen (12):
      manager: refactor loadJsonConfigV1 function
      manager: refactor setGroupState
      config: implement group priority
      docs: document group priority feature
      yaml: refactor cpp gen, update for group priority
      yaml: add --output-filename flag
      manager: led priority is optional
      config: allow led priority to be Off
      test: group priority
      test: unit test parse_led.py
      config: error on invalid configuration
      manager: include config-validator.hpp always

Andrew Geissler (1):
      IBM: Config: Update to put pca955x at end

George Liu (28):
      README.md: Fix MD040 warnings
      Add clang-tidy to phosphor-led-manager
      clang-tidy: Add cert checks
      clang-tidy: Add clang-analyzer checks
      clang-tidy: Add some modernize checks
      clang-tidy: Enable modernize-use-equals-default check
      clang-tidy: Enable modernize-avoid-bind check
      clang-tidy: Enable modernize-use-emplace check
      clang-tidy: Enable modernize-use-override check
      clang-tidy: Enable modernize-use-nullptr check
      clang-tidy: Add performance checks
      clang-tidy: Enable performance-for-range-copy check
      clang-tidy: Enable performance-move-const-arg check
      clang-tidy: Enable performance-faster-string-find check
      clang-tidy: Add few cppcoreguidelines check
      clang-tidy: Enable readability checks on repo
      clang-tidy: Enable readability-const-return-type check
      clang-tidy: Enable readability-redundant-access-specifiers check
      clang-tidy: Enable readability-string-compare check
      clang-tidy: Enable readability-convert-member-functions-to-static
      clang-tidy: Enable readability-static-accessed-through-instance check
      clang-tidy: Enable readability-redundant-member-init check
      clang-tidy: Enable readability-avoid-const-params-in-decls check
      clang-tidy: Enable readability-implicit-bool-conversion check
      clang-tidy: Enable readability-simplify-boolean-expr check
      clang-tidy: Enable readability-qualified-auto check
      clang-tidy: Enable readability-redundant-string-cstr check
      clang-tidy: Enable readability-braces-around-statements check

Patrick Williams (1):
      clang-format: re-format for clang-18

Change-Id: I8e64b01935ef8706905b393bfadf181773be56d6
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager.inc b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager.inc
index 0085fd7..99b71fd 100644
--- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager.inc
+++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager.inc
@@ -2,4 +2,4 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 SRC_URI += "git://github.com/openbmc/phosphor-led-manager;branch=master;protocol=https"
-SRCREV = "fe476e17ad79896a45be676146f4867c4476edfb"
+SRCREV = "9e1041513797665efc119084f774db2848908292"