Skip to content

Commit

Permalink
zynqaes: Split release directory
Browse files Browse the repository at this point in the history
Signed-off-by: Ovidiu Panait <[email protected]>
  • Loading branch information
opanait-wr committed Jun 5, 2019
1 parent c7da5b4 commit 9a2d3f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
SRC_URI[md5sum] = "9b578e2fc2f28a49e04a9b7f9ba55edd"
SRC_URI[sha256sum] = "c08c2d92fee5cbc79766b5f06c684a8262cdf466558480f1d96cbfc2be1688a9"

SRC_URI = "https://github.com/ovpanait/zynq-aes/raw/master/release/artyz7/${PN}_${PV}.bit.bin"
SRC_URI = "https://github.com/ovpanait/zynq-aes/raw/master/release/firmware/${PN}-xc7z020clg400-1_${PV}.bit.bin"

do_compile() {
:
}

do_install() {
install -d ${D}${nonarch_base_libdir}/firmware/
install ${WORKDIR}/${PN}_${PV}.bit.bin ${D}${nonarch_base_libdir}/firmware/
install ${WORKDIR}/${PN}-xc7z020clg400-1_${PV}.bit.bin ${D}${nonarch_base_libdir}/firmware/
}

FILES_${PN} = "${nonarch_base_libdir}/firmware/${PN}_${PV}.bit.bin"
FILES_${PN} = "${nonarch_base_libdir}/firmware/${PN}-xc7z020clg400-1_${PV}.bit.bin"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inherit module
SRC_URI[md5sum] = "12912309ee64b5930c4c24f31b71a0b6"
SRC_URI[sha256sum] = "039b3bb4a95a7f0a907b2267a85b4cee296c7fccbbae1fca45c3071d6b85c8e8"

SRC_URI = "https://github.com/ovpanait/zynq-aes/raw/master/release/artyz7/${PN}_${PV}.tar.gz \
SRC_URI = "https://github.com/ovpanait/zynq-aes/raw/master/release/driver/${PN}_${PV}.tar.gz \
"

# The inherit of module.bbclass will automatically name module packages with
Expand Down

0 comments on commit 9a2d3f3

Please sign in to comment.