commit | 1de2e7044a1c0fab64209be316f19cb8cd199e35 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu May 09 12:30:08 2019 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri May 10 01:11:05 2019 +0000 |
tree | ec76001cd698e9ad6d13fd173704de923114f961 | |
parent | afdfaba229df3376f17ca063b53c9c8df0d84d0f [diff] |
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. Change-Id: Ia311e75e69f8be54bf0c0cd543d7a2a480d4c052 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend b/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend index f245296..72d991c 100644 --- a/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend +++ b/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}:"