aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-09 21:15:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-10 17:37:38 +0100
commitd31f75a72cb2322f753d945da86d5f3287eef06b (patch)
tree683664f224b6fe71ed88af0c2e7b47cc637b68c0 /meta/classes/package.bbclass
parent48b9ecd5335f63fb2bcc47c4b23d067122734fe9 (diff)
downloadopenembedded-core-contrib-d31f75a72cb2322f753d945da86d5f3287eef06b.tar.gz
insane: Split do_package_qa into a separate task (from do_package)
Its possible to run the package QA checks as a separate task rather than as part of the do_package task. This offers more parallelism but the fact that made me propose this is that ideally we'd like to access pkgdata to help add new tests and to do that, we need to run later in the task list. We also need to add in RDEPENDS to the task which apply to do_package_write_* but not do_package. See the subsequent patches for why this is desireable. If we split into a separate task, we need to add in calls to read the sub package data, build the cache structure used by do_package and cover the task with sstate (which is empty and just acts as a stamp saying it passed package QA). We also need to handle our own dependencies. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package.bbclass')
0 files changed, 0 insertions, 0 deletions