Fix build

Add missing components, this along with

https://gerrit.openbmc-project.xyz/#/c/openbmc/x86-power-control/+/18388/

will allow s2600wf to build again.

Tested-by: it built

Change-Id: I5d8a27baa8f90f9a4a7ea4e5f45db7bc07deb94e
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml b/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml
new file mode 100755
index 0000000..813ffbf
--- /dev/null
+++ b/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml
@@ -0,0 +1,36 @@
+bmc_booted:
+
+power_on:
+
+status_ok:
+    status_green:
+        Action: 'On'
+    status_amber:
+        Action: 'Off'
+
+status_degraded:
+    status_green:
+        Action: 'Blink'
+        DutyOn: 50
+        Period: 1000
+    status_amber:
+        Action: 'Off'
+
+status_non_critical:
+    status_green:
+        Action: 'Off'
+    status_amber:
+        Action: 'Blink'
+        DutyOn: 50
+        Period: 1000
+
+status_critical:
+    status_green:
+        Action: 'Off'
+    status_amber:
+        Action: 'On'
+
+enclosure_identify:
+    identify:
+        Action: 'On'
+