summaryrefslogtreecommitdiff
path: root/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
diff options
context:
space:
mode:
authorAlexander Filippov <a.filippov@yadro.com>2020-09-28 20:02:03 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-02 01:14:33 +0300
commit335b8263f84e9fbb720c901afe8fd0a5e0e64951 (patch)
treeda5d1799eda51052c98391f367146b158e3121a5 /meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
parent90934090e5029612c021119b0fa2b13a43c83298 (diff)
downloadopenbmc-335b8263f84e9fbb720c901afe8fd0a5e0e64951.tar.xz
meta-yadro: dbus-intf: fix bootmbox interface
Since the `phosphor-dbus-interfaces` has switched to `meson` simply adding a new YAML is not enough. This commit appends a YAML file and few required changes in the meson scripts to fix `xyz.openbmc_project.Control.Boot.Mailbox` interface building. (From meta-yadro rev: 1df817ffff7f18f435402872df1f51fa0d19f08f) Change-Id: I211d15995f1cf6d92957b51891da1ed942ffa7b4 Signed-off-by: Alexander Filippov <a.filippov@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_%.bbappend16
1 files changed, 3 insertions, 13 deletions
diff --git a/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend b/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
index 656e1514b..8a5b4c363 100644
--- a/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
+++ b/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
@@ -1,15 +1,5 @@
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
+SRC_URI_append = "\
+ file://0001-Add-boot-initiator-mailbox-interface.patch \
+"