summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2019-05-09 20:30:08 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-10 04:17:23 +0300
commit9ae6b21302c75e4683da7ca651d9af755dbeae5f (patch)
treea6ae153ce539946052e62334464f0f6e2909a9a4
parent9bbd30402da8fdbb90b5b90a7ef1dfa5363978bf (diff)
downloadopenbmc-9ae6b21302c75e4683da7ca651d9af755dbeae5f.tar.xz
meta-ibm: obmc-libobmc-intf: Remove MACHINE from path
Yocto already adds MACHINE as part of the file path. Tested: Verified witherspoon(-128) and swift still had the correct gpio_defs.json file in their image. (From meta-ibm rev: 1de2e7044a1c0fab64209be316f19cb8cd199e35) Change-Id: Ie2180e4af987e4ee43164c11ac4dacb19eb0ebe2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend
index f24529606..72d991c7e 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend
@@ -1,2 +1 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}/"
-FILESEXTRAPATHS_prepend_witherspoon-128 := "${THISDIR}/${PN}/witherspoon:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"