meta-quanta: gsj: image: install fan control daemons

Install phosphor-pid-control and detect-fan-fail into the final image in
order to enable fan control on the gsj platform.

Change-Id: Ibb9b320c31e442622d8efee2fed4ca70532e03b6
Signed-off-by: Benjamin Fair <benjaminfair@google.com>
diff --git a/meta-gsj/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-gsj/recipes-phosphor/images/obmc-phosphor-image.bbappend
index b4f8d06..60de2fc 100644
--- a/meta-gsj/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-gsj/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -1 +1,3 @@
 OBMC_IMAGE_EXTRA_INSTALL_append_gsj = " phosphor-ipmi-flash"
+OBMC_IMAGE_EXTRA_INSTALL_append_gsj = " phosphor-pid-control"
+OBMC_IMAGE_EXTRA_INSTALL_append_gsj = " detect-fan-fail"