aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-corpus
AgeCommit message (Collapse)Author
2014-05-21calgary-corpus: inherit allarchRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-05-21calgary-corpus: clean up unpack logicRoss Burton
As with canterbury-corpus, use SRC_URI parameters to unpack correctly instead of doing it by hand. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-05-21canterbury-corpus: make packages allarchRoss Burton
The files in this package don't depend on a target architecture, so mark it as allarch. Also drop PR as r0 is the default. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-05-21canterbury-corpus: rationalise unpack logicRoss Burton
Instead of manually unpacking, use the subdir parameter to put the tarball into the right directory. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-05-21canterbury-corpus: don't skip all QA testsRoss Burton
Instead of setting ERROR_QA to "" (disabling all tests, instead of just the problematic ones), adding nothing to WARN_QA (cruft from previous revisions), and also marking do_package_qa as noexec (which doesn't work), just set INSANE_SKIP to skip the specific tests that fail with this package. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-05-12meta-intel/common: Added do_unpack_append() to Canterbury Corpus recipeChan Wei Sern
Added do_unpack_append() to fix issue caused by "patches" folder that is auto-generated in do_unpack() step. Fix the issue by removing "patches" folder in the canterbury corpus tarball. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-05-12meta-intel/common: Added do_unpack_append() to Calgary Corpus recipeChan Wei Sern
Added do_unpack_append() to fix issue caused by "patches" folder that is auto-generated in do_unpack() step. Fix the issue by removing "patches" folder in the calgary corpus tarball. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-05-09meta-intel/common: Suppress canterbury corpus QA arch-checkOng Boon Leong
'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. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-12-03meta-intel/common: Add Corpus recipes to commonKishore Bodke
Moved corpus recipes to common as this will be used by multiple BSPs. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>