[meta-xilinx] [meta-xilinx-tools][PATCH] device-tree.bbappend: Add MB as compatible machine

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Mon Apr 23 16:16:08 PDT 2018


MB is supported while generating DTB using DTG, add MB as compatible
machine

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
 recipes-bsp/device-tree/device-tree.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bsp/device-tree/device-tree.bbappend b/recipes-bsp/device-tree/device-tree.bbappend
index 82c3b09..15b0d28 100644
--- a/recipes-bsp/device-tree/device-tree.bbappend
+++ b/recipes-bsp/device-tree/device-tree.bbappend
@@ -41,6 +41,7 @@ KERNEL_DTS_INCLUDE_append = " ${STAGING_KERNEL_DIR}/include"
 
 COMPATIBLE_MACHINE_zynq = ".*"
 COMPATIBLE_MACHINE_zynqmp = ".*"
+COMPATIBLE_MACHINE_microblaze = ".*"
 
 do_compile_prepend_kc705-microblazeel() {
 	cp ${WORKDIR}/system-conf.dtsi ${DTS_FILES_PATH}
-- 
2.7.4



More information about the meta-xilinx mailing list