# Default Xilinx BSP Machine settings MACHINE_FEATURES_BACKFILL_CONSIDERED += "rtc" # File System Configuration IMAGE_FSTYPES ?= "tar.gz cpio cpio.gz.u-boot" IMAGE_CLASSES += "image_types_uboot" # Kernel Configuration XILINX_DEFAULT_KERNEL := "linux-xlnx" XILINX_DEFAULT_KERNEL_microblaze := "linux-yocto" PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" PREFERRED_VERSION_linux-xlnx ?= "3.19%" PREFERRED_VERSION_linux-yocto ?= "3.19%" # U-Boot Configuration PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-xlnx" PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" UBOOT_SUFFIX ?= "img" UBOOT_SUFFIX_zynqmp ?= "bin" UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}" UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}" # Device Trees MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append_zynq += "device-tree" MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append_microblaze += "device-tree" # Common Device Tree Includes MACHINE_DEVICETREE_append_zynq += " \ common/zynq7-base.dtsi \ "