summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2019-05-28 18:12:28 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-29 14:01:18 +0300
commit877bb743df657b88806c94504b88cd2cced1ec5d (patch)
tree1bd5df8b7c63db26ac6c5af1cde3c1a7b3f32485
parent7b595c2f82912a170774e84e5bb81d1b6030bf6b (diff)
downloadopenbmc-877bb743df657b88806c94504b88cd2cced1ec5d.tar.xz
witherspoon-128: Use ${MACHINE} for device tree file name
Replace "witherspoon-128" with ${MACHINE} for the device tree file name as it's better practice to use bitbake variables instead of hard-coding values. Tested: Output of "bitbake obmc-phosphor-image -e": # pre-expansion value: # "${KMACHINE}-bmc-opp-${MACHINE}.dtb" KERNEL_DEVICETREE="aspeed-bmc-opp-witherspoon-128.dtb" (From meta-ibm rev: 8bbd213225ea5d6e3d1eb8537308f398dc85b6a2) Change-Id: I46e72947ddf47d3cbc20ab04f2b949ee717423cf Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf
index 284340d9f..a3981cc4f 100644
--- a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf
+++ b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf
@@ -1,7 +1,7 @@
require conf/machine/witherspoon.conf
MACHINEOVERRIDES .= ":witherspoon"
-KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-witherspoon-128.dtb"
+KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
MRW_XML = "witherspoon.xml"