meta-quanta: add the whitelist of ipmi commands for meta-gsj

The modified whitelist by the admin will replace the default whitelist.

Tested: Build Quanta GSJ board image and load on the EVB.
Ensure that BMC boots to console, and the whitelist is working.

Change-Id: I7da7180ef1f4e0c704ce0766201acaf938b6ab54
Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com>
Signed-off-by: Tien-hung Huang <buddy.huang@quantatw.com>
diff --git a/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend b/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend
new file mode 100644
index 0000000..8b24bf7
--- /dev/null
+++ b/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend
@@ -0,0 +1,7 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+# Replace the default whitelist for GSJ board.
+SRC_URI += " file://gsj-ipmid-whitelist.conf"
+
+WHITELIST_CONF_remove = " ${S}/host-ipmid-whitelist.conf"
+WHITELIST_CONF_append = " ${WORKDIR}/gsj-ipmid-whitelist.conf"