summaryrefslogtreecommitdiff
path: root/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
diff options
context:
space:
mode:
authorIvan Mikhaylov <i.mikhaylov@yadro.com>2020-07-09 15:29:04 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-10 23:50:12 +0300
commit13fe7b9607f68e1c002d38255f549b5bbeb7a264 (patch)
tree9c09e03408bc5dc71ce58716552ced1060c67c72 /meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
parent50e5d20cde8e09a0b0b6f903c5c011e62c946866 (diff)
downloadopenbmc-13fe7b9607f68e1c002d38255f549b5bbeb7a264.tar.xz
meta-yadro: share boot initiator mailbox support
Boot Initiator Mailbox should be available on all our hardware. This commit moves all required files and recipes to the meta-yadro. (From meta-yadro rev: 9ee3c28294c6a87912edbcf09b999b926634f836) Change-Id: Idc52bfb50c8f122662279a593de0ee40703ddb51 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Ivan Mikhaylov <i.mikhaylov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend')
-rw-r--r--meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend b/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
new file mode 100644
index 000000000..656e1514b
--- /dev/null
+++ b/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
@@ -0,0 +1,15 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+# Directory with new layer of source tree with additional files
+YAML_DIR = "xyz"
+
+SRC_URI += "file://${YAML_DIR}"
+
+S = "${WORKDIR}/git"
+
+# Merge source tree by original project with our layer of additional files
+do_add_yamls(){
+ cp -r "${WORKDIR}/${YAML_DIR}" "${S}"
+}
+
+addtask do_add_yamls after do_unpack before do_configure