summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-04-14 14:35:56 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-04-14 14:35:56 +1000
commit23503ff24962478e1decb16be7011cca31c1c21a (patch)
treed816c2e9e4d350fcb33987a3acb0d8154951f86d /conf/machine
parente1a7205fa5cf2a6186121c8394cb18d59b477e27 (diff)
downloadmeta-xilinx-23503ff24962478e1decb16be7011cca31c1c21a.tar.gz
kc705-trd_2013.1: Add recipe for retrieveing KC705 TRD Bitstream
* The recipe downloads the pre-built bitstream from the Xilinx that is provided as part of the TRD * Bitstream is populated into /boot/download.bit and is also populated into the deploy directory * The recipe provides the 'virtual/bitstream' target Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/kc705-trd-microblazeel.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/kc705-trd-microblazeel.conf b/conf/machine/kc705-trd-microblazeel.conf
index be46e31a..43063c6c 100644
--- a/conf/machine/kc705-trd-microblazeel.conf
+++ b/conf/machine/kc705-trd-microblazeel.conf
@@ -24,3 +24,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
24 24
25MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts" 25MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts"
26MACHINE_XPARAMETERS := "kc705/kc705-trd-microblazeel.xparameters.h" 26MACHINE_XPARAMETERS := "kc705/kc705-trd-microblazeel.xparameters.h"
27
28EXTRA_IMAGEDEPENDS += "virtual/bitstream"
29