[meta-intel] [PATCH 2/2] common: recipes-corpus: delete corpus recipes

Rahul Kumar Gupta rahul.kumarxx.gupta at intel.com
Mon Aug 8 03:40:40 PDT 2016


Removing canterbury-corpus and calgary-corpus recipes since they're not
being used by any BSP. They were added before to support qat packages.

http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/meta-crystalforest/recipes-corpus?h=danny

Now qat packages canterbury and calgary firmware files as part of its
tarball.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta at intel.com>
---
 .../calgary-corpus/calgary-corpus.bb               | 24 -----------------
 .../canterbury-corpus/canterbury-corpus.bb         | 31 ----------------------
 2 files changed, 55 deletions(-)
 delete mode 100644 common/recipes-corpus/calgary-corpus/calgary-corpus.bb
 delete mode 100644 common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb

diff --git a/common/recipes-corpus/calgary-corpus/calgary-corpus.bb b/common/recipes-corpus/calgary-corpus/calgary-corpus.bb
deleted file mode 100644
index 17b8fdf..0000000
--- a/common/recipes-corpus/calgary-corpus/calgary-corpus.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Set of files for testing losless compression algorithms"
-DESCRIPTION = "Set of files for testing losless compression algorithms"
-HOMEPAGE = "http://corpus.canterbury.ac.nz"
-SECTION = "misc"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-
-# The tarball doesn't extract a directory, so ask bitbake to make one
-SRC_URI = "http://corpus.canterbury.ac.nz/resources/calgary.tar.gz;subdir=${BP}"
-SRC_URI[md5sum] = "651d06b35d3d39522157cf8dc4a3d01c"
-SRC_URI[sha256sum] = "e109eebdc19c5cee533c58bd6a49a4be3a77cc52f84ba234a089148a4f2093b7"
-
-inherit allarch
-
-do_install () {
-	# do_unpack creates this directory but we don't want to install it, so
-	# delete it now.
-	rm -rf ${S}/patches
-
-	install -d ${D}/lib/firmware
-	install -m 664 ${S}/* ${D}/lib/firmware
-}
-
-FILES_${PN} = "/lib/firmware/*"
diff --git a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb b/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
deleted file mode 100644
index db64e53..0000000
--- a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "Intel Quick Assist Driver - Canterbury Corpus"
-DESCRIPTION = "Set of files for testing losless compression algorithms \
-		for Intel Crystal Forest BSP Quick Assist Technology Software Package"
-
-HOMEPAGE = "http://corpus.canterbury.ac.nz"
-SECTION = "misc"
-LICENSE = "GPLv2"
-
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-
-inherit allarch
-
-# The tarball doesn't extract a directory, so ask bitbake to make one
-SRC_URI = "http://corpus.canterbury.ac.nz/resources/cantrbry.tar.gz;subdir=${BP}"
-SRC_URI[md5sum] = "442e56cfffdf460d25b0b91650a55908"
-SRC_URI[sha256sum] = "f140e8a5b73d3f53198555a63bfb827889394a42f20825df33c810c3d5e3f8fb"
-
-FILES_${PN} = "/lib/firmware/*"
-
-do_install () {
-	# do_unpack creates this directory but we don't want to install it, so
-	# delete it now.
-	rm -rf ${S}/patches
-
-	install -d ${D}${base_libdir}/firmware
-	install -m 644 ${S}/* ${D}${base_libdir}/firmware
-}
-
-# The corpus contains Sparc binaries with unexpected symbol hash tables, so
-# silence the QA tests that will otherwise emit errors.
-INSANE_SKIP_${PN} = "arch ldflags"
-- 
1.9.1



More information about the meta-intel mailing list