From 4fdba20df1b39c0074a6aca134f05166ecb29c84 Mon Sep 17 00:00:00 2001 From: Richard Marian Thomaiyar Date: Thu, 22 Nov 2018 17:55:37 +0530 Subject: Include ipmi_pass to the image through pam-ipmi Update pam-ipmi recipe to add ipmi_pass file to the image Unit test: Verified by making sure files is copied to the update bmc image. (From meta-phosphor rev: 2d569e24598c82b078f18b07255767e8ace287c0) Change-Id: I9a5f4b169b0427e61795397ad63a8d2a59a03e44 Signed-off-by: Richard Marian Thomaiyar Signed-off-by: Brad Bishop --- meta-phosphor/recipes-core/pam/pam-ipmi_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-phosphor/recipes-core/pam/pam-ipmi_git.bb b/meta-phosphor/recipes-core/pam/pam-ipmi_git.bb index 1e7e376b9..4e74a94b0 100644 --- a/meta-phosphor/recipes-core/pam/pam-ipmi_git.bb +++ b/meta-phosphor/recipes-core/pam/pam-ipmi_git.bb @@ -19,4 +19,5 @@ DEPENDS += "openssl libpam" FILES_${PN} += " \ ${base_libdir}/security/ \ ${sysconfdir}/key_file \ + ${sysconfdir}/ipmi_pass \ " -- cgit v1.2.3