diff options
3 files changed, 0 insertions, 97 deletions
diff --git a/meta-crystalforest/recipes-corpus/calgary-corpus/calgary-corpus.bb b/meta-crystalforest/recipes-corpus/calgary-corpus/calgary-corpus.bb deleted file mode 100644 index 5d2c66df..00000000 --- a/meta-crystalforest/recipes-corpus/calgary-corpus/calgary-corpus.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | SUMMARY = "Set of files for testing losless compression algorithms" | ||
| 2 | DESCRIPTION = "Set of files for testing losless compression algorithms" | ||
| 3 | HOMEPAGE = "http://corpus.canterbury.ac.nz" | ||
| 4 | SECTION = "misc" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/corpus" | ||
| 9 | |||
| 10 | SRC_URI = "http://corpus.canterbury.ac.nz/resources/calgary.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "651d06b35d3d39522157cf8dc4a3d01c" | ||
| 13 | SRC_URI[sha256sum] = "e109eebdc19c5cee533c58bd6a49a4be3a77cc52f84ba234a089148a4f2093b7" | ||
| 14 | |||
| 15 | do_unpack () { | ||
| 16 | mkdir -p ${S} | ||
| 17 | tar -xf ${DL_DIR}/calgary.tar.gz -C ${WORKDIR}/corpus | ||
| 18 | } | ||
| 19 | |||
| 20 | FILES_${PN} = "/lib/firmware/*" | ||
| 21 | |||
| 22 | do_install () { | ||
| 23 | install -d ${D}/lib/firmware | ||
| 24 | install -m 664 ${S}/* ${D}/lib/firmware | ||
| 25 | } | ||
diff --git a/meta-crystalforest/recipes-corpus/canterbury-corpus/canterbury-corpus.bb b/meta-crystalforest/recipes-corpus/canterbury-corpus/canterbury-corpus.bb deleted file mode 100644 index 6dfdef20..00000000 --- a/meta-crystalforest/recipes-corpus/canterbury-corpus/canterbury-corpus.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | SUMMARY = "Intel Quick Assist Driver - Canterbury Corpus" | ||
| 2 | DESCRIPTION = "Set of files for testing losless compression algorithms \ | ||
| 3 | for Intel Crystal Forest BSP Quick Assist Technology Software Package" | ||
| 4 | |||
| 5 | HOMEPAGE = "http://corpus.canterbury.ac.nz" | ||
| 6 | SECTION = "misc" | ||
| 7 | LICENSE = "GPLv2" | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
| 10 | |||
| 11 | PR = "r0" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/canterbury-corpus" | ||
| 14 | |||
| 15 | SRC_URI = "http://corpus.canterbury.ac.nz/resources/cantrbry.tar.gz" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "442e56cfffdf460d25b0b91650a55908" | ||
| 18 | SRC_URI[sha256sum] = "f140e8a5b73d3f53198555a63bfb827889394a42f20825df33c810c3d5e3f8fb" | ||
| 19 | |||
| 20 | WARN_QA += "arch" | ||
| 21 | |||
| 22 | ERROR_QA = "" | ||
| 23 | |||
| 24 | do_package_qa[noexec] = "1" | ||
| 25 | |||
| 26 | do_unpack () { | ||
| 27 | |||
| 28 | mkdir -p ${S} | ||
| 29 | tar -xf ${DL_DIR}/cantrbry.tar.gz -C ${S} | ||
| 30 | |||
| 31 | } | ||
| 32 | |||
| 33 | FILES_${PN} = "/lib/firmware/*" | ||
| 34 | |||
| 35 | do_install () { | ||
| 36 | |||
| 37 | install -d ${D}${base_libdir}/firmware | ||
| 38 | install -m 644 ${S}/* ${D}${base_libdir}/firmware | ||
| 39 | |||
| 40 | } | ||
diff --git a/meta-crystalforest/recipes-corpus/silesia-corpus/silesia-corpus.bb b/meta-crystalforest/recipes-corpus/silesia-corpus/silesia-corpus.bb deleted file mode 100644 index 28bc3753..00000000 --- a/meta-crystalforest/recipes-corpus/silesia-corpus/silesia-corpus.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | SUMMARY = "The Data Compression Resource on the Internet" | ||
| 2 | DESCRIPTION = "The intention of the Silesia corpus is to provide a data set of files \ | ||
| 3 | that covers the typical data types used nowadays. \ | ||
| 4 | The sizes of the files are between 6 MB and 51 MB." | ||
| 5 | |||
| 6 | HOMEPAGE = "http://www.data-compression.info/index.htm" | ||
| 7 | SECTION = "misc" | ||
| 8 | LICENSE = "GPLv2" | ||
| 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
| 10 | |||
| 11 | PR="r0" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/silesia-corpus" | ||
| 14 | |||
| 15 | SRC_URI = "http://sun.aei.polsl.pl/~sdeor/corpus/silesia.zip" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "c240c17d6805fb8a0bde763f1b94cd99" | ||
| 18 | SRC_URI[sha256sum] = "0626e25f45c0ffb5dc801f13b7c82a3b75743ba07e3a71835a41e3d9f63c77af" | ||
| 19 | |||
| 20 | do_unpack () { | ||
| 21 | mkdir -p ${S} | ||
| 22 | cp ${DL_DIR}/silesia.zip ${S} | ||
| 23 | cd ${S} && unzip silesia.zip | ||
| 24 | } | ||
| 25 | |||
| 26 | do_install () { | ||
| 27 | |||
| 28 | install -d ${D}${base_libdir}/firmware | ||
| 29 | install -m 664 ${S}/* ${D}${base_libdir}/firmware | ||
| 30 | } | ||
| 31 | |||
| 32 | FILES_${PN} = "/lib/firmware/*" | ||
