On 5/7/2014 5:19 PM, [email protected] wrote:
From: Ong Boon Leong <[email protected]>
'sum' is a SPARC executable bundled in canterbury corpus tarball.
By installing this file on x86 file-system, it results in QA
architecture-check warning. As the package is only meant for
compression benchmarking purpose, we would suppress the QA warning
check for architecture compatibility.
Can the 'sum' file be removed from install step instead?
Nitin
Signed-off-by: Ong Boon Leong <[email protected]>
---
common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
b/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
index 93a1795..fbefea1 100644
--- a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
+++ b/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
@@ -17,7 +17,10 @@ SRC_URI =
"http://corpus.canterbury.ac.nz/resources/cantrbry.tar.gz"
SRC_URI[md5sum] = "442e56cfffdf460d25b0b91650a55908"
SRC_URI[sha256sum] =
"f140e8a5b73d3f53198555a63bfb827889394a42f20825df33c810c3d5e3f8fb"
-WARN_QA += "arch"
+# Disable architecture QA check for this package since it contains
+# pre-compiled executable "sum" for SPARC. The package is used
+# for compression benchmarking only.
+WARN_QA += ""
ERROR_QA = ""
do_package_qa[noexec] = "1"
--
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel