meta-fii/meta-kudo: PID Fan Control

1- Using PID Fan Control
2- Switch Fan Control from Phosphor PID Control
   to Entity Manager PID

Signed-off-by: mustafa <mustafa.shehabi@fii-na.com>
Change-Id: I29305ba959dd2f4dd2fd0131af324f105d28a7bc
diff --git a/meta-fii/meta-kudo/recipes-phosphor/fans/phosphor-pid-control_%.bbappend b/meta-fii/meta-kudo/recipes-phosphor/fans/phosphor-pid-control_%.bbappend
new file mode 100644
index 0000000..03f391c
--- /dev/null
+++ b/meta-fii/meta-kudo/recipes-phosphor/fans/phosphor-pid-control_%.bbappend
@@ -0,0 +1,6 @@
+FILESEXTRAPATHS_prepend_kudo := "${THISDIR}/${PN}:"
+SRC_URI_append_kudo = " file://phosphor-pid-control.service"
+
+inherit systemd
+
+SYSTEMD_SERVICE_${PN}_append_kudo = " phosphor-pid-control.service"