MB is supported while generating DTB using DTG, add MB as compatible machine
Signed-off-by: Manjukumar Matha <[email protected]> --- 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 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
