summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-04-25 23:19:21 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-02 00:50:34 +0300
commitee1e711d4e68d0ab531351589b4b38b8e38ea3c4 (patch)
tree346ac0d89d2af1565ef282e6c7841a2adfa12844 /meta-ibm/recipes-phosphor
parent8cabc6128a2b7375a3ef75fd261a07c4218a0a0a (diff)
downloadopenbmc-ee1e711d4e68d0ab531351589b4b38b8e38ea3c4.tar.xz
meta-ibm: make search path non-machine specific
Would like to make a variant of the p10bmc machine that includes some of the new etcd function. To do that, the search paths need to not include the MACHINE variable. bitbake is smart enough to look under the sub-directory and find the appropriate files. Change-Id: I542b4568c18210870b3e621461585a4c7eee3121 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor')
-rw-r--r--meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend b/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend
index 59ece23f52..4133684ffa 100644
--- a/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend
+++ b/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}/${MACHINE}:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI:append:p10bmc = " file://virtual_sensor_config.json"
do_install:append:p10bmc() {