summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend
diff options
context:
space:
mode:
authorPKLee-Quanta <p.k.lee@quantatw.com>2019-03-21 08:51:41 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-28 21:26:58 +0300
commitc487d70747a52c7e06a8e49a6e4e45929b623820 (patch)
treedc6603a6c09478857b02146d23c9c2220f1a9fba /meta-quanta/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend
parent160fe2da0adaff5fafe8915122c5fa08cb7bfd01 (diff)
downloadopenbmc-c487d70747a52c7e06a8e49a6e4e45929b623820.tar.xz
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. (From meta-quanta rev: bccdfbe91fb21e7c16c3204a88133f43f01a002c) Change-Id: I8a3713a30b982ed59b1d45c90123155288bc7994 Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com> Signed-off-by: Tien-hung Huang <buddy.huang@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-quanta/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend')
-rw-r--r--meta-quanta/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-quanta/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend b/meta-quanta/meta-gsj/recipes-phosphor/phosphor-ipmi-host_%.bbappend
new file mode 100644
index 000000000..8b24bf754
--- /dev/null
+++ b/meta-quanta/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"