| commit | 8bbd213225ea5d6e3d1eb8537308f398dc85b6a2 | [log] [tgz] |
|---|---|---|
| author | Adriana Kobylak <anoo@us.ibm.com> | Tue May 28 10:12:28 2019 -0500 |
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed May 29 10:59:12 2019 +0000 |
| tree | ed69b8eed718e18c2c42b2076ab7ff781e5c3cef | |
| parent | b652e467727899419334e6bf8b5b63e3a4150b56 [diff] |
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"
Change-Id: I568ac2fe3705bd27331d8631e47a4e49c3f97f41
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>