diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-05-12 17:31:25 -0700 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-13 17:14:00 +1000 |
| commit | b2611676337b4b38902f57a801eabd3eb4982bdc (patch) | |
| tree | 861aa14cceb33fb5308dee1e00cdfb1e82b01414 /recipes-bsp/reference-design | |
| parent | f7f2b7175ad460acf17d52499768fa5c6f5d42a4 (diff) | |
| download | meta-xilinx-b2611676337b4b38902f57a801eabd3eb4982bdc.tar.gz | |
kc705-trd-microblazeel: Remove kc705-trd files
Remove old kc705-trd reference
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp/reference-design')
| -rw-r--r-- | recipes-bsp/reference-design/kc705-trd_2013.1.bb | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/recipes-bsp/reference-design/kc705-trd_2013.1.bb b/recipes-bsp/reference-design/kc705-trd_2013.1.bb deleted file mode 100644 index 9384a9cc..00000000 --- a/recipes-bsp/reference-design/kc705-trd_2013.1.bb +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | SUMMARY = "KC705 Targeted Reference Design" | ||
| 2 | DESCRIPTION = "Contains the Reference Design Files and pre-built bitstream." | ||
| 3 | HOMEPAGE = "http://www.xilinx.com" | ||
| 4 | SECTION = "bsp" | ||
| 5 | |||
| 6 | LICENSE = "Proprietary" | ||
| 7 | LIC_FILES_CHKSUM = "file://readme.txt;md5=3460f0b771d39ff306837a28cd1d2532" | ||
| 8 | |||
| 9 | COMPATIBLE_MACHINE = "kc705-trd-microblazeel" | ||
| 10 | |||
| 11 | SRC_URI = "http://www.xilinx.com/support/documentation/boards_and_kits/k7_emb/2013_1/k7-embedded-trd-rdf0283.zip" | ||
| 12 | SRC_URI[md5sum] = "226cac219b1307cd465caa411d76d657" | ||
| 13 | SRC_URI[sha256sum] = "82096948c2c74a16f4d6c5a43d9e6d76eab73e322ace56d30f9c84a9be43edbe" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/k7-embedded-trd-rdf0283" | ||
| 16 | |||
| 17 | PROVIDES = "virtual/bitstream" | ||
| 18 | |||
| 19 | FILES_${PN} += "/boot/download.bit" | ||
| 20 | |||
| 21 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 23 | |||
| 24 | # Copy the bitstream into the boot directory | ||
| 25 | do_install() { | ||
| 26 | install -d ${D}/boot | ||
| 27 | install ${S}/KC705_Embedded_Kit/KC705_System/ready_for_download/download.bit ${D}/boot/download.bit | ||
| 28 | } | ||
| 29 | |||
| 30 | do_compile() { | ||
| 31 | : | ||
| 32 | } | ||
| 33 | |||
| 34 | do_deploy () { | ||
| 35 | install -d ${DEPLOY_DIR_IMAGE} | ||
| 36 | if [ -e ${D}/boot/download.bit ]; then | ||
| 37 | install ${D}/boot/download.bit ${DEPLOY_DIR_IMAGE}/download.bit | ||
| 38 | fi | ||
| 39 | } | ||
| 40 | |||
| 41 | addtask deploy before do_build after do_install | ||
| 42 | |||
