From 330de59b5f7fb6031981edfc16c4af927bb8cdc2 Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Fri, 25 May 2018 12:34:54 -0700 Subject: kc705-microblazeel.conf: Add UBOOT_MACHINE to kc705 Due to changes in 1138c5623d3e0c415d18b109ccf6c4f301c173f6, the definiton of UBOOT_MACHINE was removed. This causes the following error ERROR: Nothing PROVIDES 'virtual/bootloader' u-boot-xlnx PROVIDES virtual/bootloader but was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the kc705-microblazeel machine configuration. u-boot PROVIDES virtual/bootloader but was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the kc705-microblazeel machine configuration. u-boot-xlnx-dev PROVIDES virtual/bootloader but was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the kc705-microblazeel machine configuration. This is a requried setting, set it to microblaze-generic_config Signed-off-by: Manjukumar Matha --- meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf index a73ce9ca..3feb5c47 100644 --- a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf +++ b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf @@ -20,3 +20,4 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" EXTRA_IMAGEDEPENDS += "virtual/bitstream" +UBOOT_MACHINE ?= "microblaze-generic_config" -- cgit v1.2.3-54-g00ecf