summaryrefslogtreecommitdiffstats
path: root/common/recipes-corpus
Commit message (Collapse)AuthorAgeFilesLines
* common: recipes-corpus: delete corpus recipesRahul Kumar Gupta2016-08-152-55/+0
| | | | | | | | | | | Removing canterbury-corpus and calgary-corpus recipes since they're not being used by any BSP. They were added before to support qat packages. Now qat packages canterbury and calgary firmware files as part of its tarball. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* calgary-corpus: inherit allarchRoss Burton2014-05-211-0/+2
| | | | | | 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>
* calgary-corpus: clean up unpack logicRoss Burton2014-05-211-16/+8
| | | | | | | | | 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>
* canterbury-corpus: make packages allarchRoss Burton2014-05-211-1/+1
| | | | | | | | | | | 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>
* canterbury-corpus: rationalise unpack logicRoss Burton2014-05-211-13/+6
| | | | | | | | | 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>
* canterbury-corpus: don't skip all QA testsRoss Burton2014-05-211-8/+4
| | | | | | | | | | | 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>
* meta-intel/common: Added do_unpack_append() to Canterbury Corpus recipeChan Wei Sern2014-05-121-0/+4
| | | | | | | | | | | 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>
* meta-intel/common: Added do_unpack_append() to Calgary Corpus recipeChan Wei Sern2014-05-121-0/+5
| | | | | | | | | | | 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>
* meta-intel/common: Suppress canterbury corpus QA arch-checkOng Boon Leong2014-05-091-1/+4
| | | | | | | | | | | '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>
* meta-intel/common: Add Corpus recipes to commonKishore Bodke2012-12-032-0/+60
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>