summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-05-15 21:27:31 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-05-15 21:27:31 +1000
commit44c06075685fb2d71c767a4249159599c247c049 (patch)
treeda7fd5516979b6e662d96bbf066734e74d5bbdb5 /conf
parent29fb9abca7fc72bbd327d547ebeb04a02d0617ea (diff)
downloadmeta-xilinx-44c06075685fb2d71c767a4249159599c247c049.tar.gz
kc705-microblazeel: Pin to u-boot-xlnx at xilinx-v2016.4
Pin the preferred provider and version of the kc705-microblazeel machine to u-boot-xlnx and Xilinx release version xilinx-v2016.4. This is due to patches only available for this version of u-boot-xlnx. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/kc705-microblazeel.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/kc705-microblazeel.conf b/conf/machine/kc705-microblazeel.conf
index efd83b78..736880f3 100644
--- a/conf/machine/kc705-microblazeel.conf
+++ b/conf/machine/kc705-microblazeel.conf
@@ -18,3 +18,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
18 18
19EXTRA_IMAGEDEPENDS += "virtual/bitstream" 19EXTRA_IMAGEDEPENDS += "virtual/bitstream"
20 20
21PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"
22PREFERRED_VERSION_u-boot-xlnx ?= "v2016.07-xilinx-v2016.4%"
23