summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager_%.bbappend')
-rw-r--r--meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager_%.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager_%.bbappend b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager_%.bbappend
new file mode 100644
index 0000000000..cb84bac7e8
--- /dev/null
+++ b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager_%.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS:append := ":${THISDIR}/${PN}"
+SRC_URI:append = " file://SILA-Baseboard.json \
+ "
+
+RDEPENDS:${PN} += " default-fru"
+
+do_install:append() {
+ install -d ${D}/usr/share/entity-manager/configurations
+ install -m 0444 ${WORKDIR}/SILA-Baseboard.json ${D}/usr/share/entity-manager/configurations
+}