summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2021-01-27 06:20:48 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-02-16 20:26:41 +0300
commitadf08c51fac4ae0aacaf92fdc5b432d29fd68800 (patch)
treef3aeb5b8ecd2e6b7d105868f5f8f66a300d456c5 /meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
parent44e756d6cabc014ffca8007b200216e92f6ba29e (diff)
downloadopenbmc-adf08c51fac4ae0aacaf92fdc5b432d29fd68800.tar.xz
Remove bios configurations from meta-layer & bump
- The intent behind this commit is to enable & set OEM specific options to pldm recipe via the meta-ibm layer. - pldm in its current state, has a configurations folder which contains all the configurations that are consumed by the daemon at runtime. - pldm also has an oem folder(s) that can contain the vendor specific configuration files. - So, removing these files from the meta-layer as they are obsolete. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I91d23c37abff45f3da18676269be843610b6a9d1
Diffstat (limited to 'meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend')
-rw-r--r--meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend16
1 files changed, 1 insertions, 15 deletions
diff --git a/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend b/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
index 1d60420271..32809764b1 100644
--- a/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
+++ b/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
@@ -1,18 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
PACKAGECONFIG += "oem-ibm"
PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled, -Doem-ibm=disabled, , squashfs-tools"
-SRC_URI += "file://fileTable.json"
-SRC_URI += "file://enum_attrs.json"
-SRC_URI += "file://11.json"
-SRC_URI += "file://host_eid"
-
-do_install_append() {
- install -d ${D}${datadir}/pldm/bios/
- install -d ${D}${datadir}/pldm/pdr/
- install -m 0644 ${WORKDIR}/fileTable.json ${D}${datadir}/pldm/
- install -m 0644 ${WORKDIR}/enum_attrs.json ${D}${datadir}/pldm/bios/
- install -m 0644 ${WORKDIR}/11.json ${D}${datadir}/pldm/pdr/
- install -m 0644 ${WORKDIR}/host_eid ${D}${datadir}/pldm/
-}
+SYSTEMD_SERVICE_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'oem-ibm', 'pldm-create-phyp-nvram.service pldm-create-phyp-nvram-cksum.service', '', d)}"