meta-yadro: ipmi: Add cipher list
This commit adds list of ciphers supported by YADRO.
Besides the default cipher suite 17 from meta-phosphor layer,
the cipher suite 3 (hmac_sha1 auth. algorithm) has been added.
Signed-off-by: Kirill Pakhomov <k.pakhomov@yadro.com>
Change-Id: Ifd5b539632ce2b7eca2d2f42c25eefe281ff3a9a
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json b/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json
new file mode 100644
index 0000000..767fc70
--- /dev/null
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json
@@ -0,0 +1,14 @@
+{
+ "a":{
+ "cipher":3,
+ "authentication":1,
+ "integrity":1,
+ "confidentiality":1
+ },
+ "b":{
+ "cipher":17,
+ "authentication":3,
+ "integrity":4,
+ "confidentiality":1
+ }
+}
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-config_%.bbappend b/recipes-phosphor/ipmi/phosphor-ipmi-config_%.bbappend
new file mode 100644
index 0000000..72d991c
--- /dev/null
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-config_%.bbappend
@@ -0,0 +1 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"