summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2018-05-25 12:34:54 -0700
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2018-05-28 00:32:29 -0700
commit330de59b5f7fb6031981edfc16c4af927bb8cdc2 (patch)
treec2a3b6e9fb81fce38fd19b64ec17256984b9966f /meta-xilinx-bsp
parent510da43cffd6db6588d7ed7251ecf95dc764616d (diff)
downloadmeta-xilinx-330de59b5f7fb6031981edfc16c4af927bb8cdc2.tar.gz
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 <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r--meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf1
1 files changed, 1 insertions, 0 deletions
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"
20 20
21EXTRA_IMAGEDEPENDS += "virtual/bitstream" 21EXTRA_IMAGEDEPENDS += "virtual/bitstream"
22 22
23UBOOT_MACHINE ?= "microblaze-generic_config"