diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-14 14:35:56 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-14 14:35:56 +1000 |
| commit | 23503ff24962478e1decb16be7011cca31c1c21a (patch) | |
| tree | d816c2e9e4d350fcb33987a3acb0d8154951f86d /conf/machine | |
| parent | e1a7205fa5cf2a6186121c8394cb18d59b477e27 (diff) | |
| download | meta-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.conf | 3 |
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 | ||
| 25 | MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts" | 25 | MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts" |
| 26 | MACHINE_XPARAMETERS := "kc705/kc705-trd-microblazeel.xparameters.h" | 26 | MACHINE_XPARAMETERS := "kc705/kc705-trd-microblazeel.xparameters.h" |
| 27 | |||
| 28 | EXTRA_IMAGEDEPENDS += "virtual/bitstream" | ||
| 29 | |||
