From 7b595c2f82912a170774e84e5bb81d1b6030bf6b Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Mon, 20 May 2019 14:36:35 -0500 Subject: swift: Point to swift's kernel device tree The kernel device tree for swift has been merged upstream. Tested: Output of "bitbake obmc-phosphor-image -e": # pre-expansion value: # "${KMACHINE}-bmc-opp-${MACHINE}.dtb" KERNEL_DEVICETREE="aspeed-bmc-opp-swift.dtb" (From meta-ibm rev: b652e467727899419334e6bf8b5b63e3a4150b56) Change-Id: Ib7f4063234d1412bdbeb01044947d92c75df704e Signed-off-by: Adriana Kobylak Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/conf/machine/swift.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-ibm/meta-witherspoon/conf/machine/swift.conf b/meta-ibm/meta-witherspoon/conf/machine/swift.conf index 4a84b0cb7..6b5b7ce4c 100644 --- a/meta-ibm/meta-witherspoon/conf/machine/swift.conf +++ b/meta-ibm/meta-witherspoon/conf/machine/swift.conf @@ -1,9 +1,7 @@ require conf/machine/witherspoon.conf -# TODO Change to ${KMACHINE}-bmc-opp-swift.dtb when the device tree is available -KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-witherspoon.dtb" +KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" -# TODO Update once a Swift MRW is available PHOSPHOR_MRW_LICENSE = "Apache-2.0" PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" PHOSPHOR_MRW_URI = "git://git@github.com/open-power/swift-xml;protocol=ssh" -- cgit v1.2.3