[meta-intel] [PATCH resend] intel-gpu-tools: modify packaging to support different usages

Burton, Ross ross.burton at intel.com
Tue Feb 9 02:04:50 PST 2016


On 9 February 2016 at 00:41, Chatre, Reinette <reinette.chatre at intel.com>
wrote:

> I tried to modify the patch to add the benchmark debug files to the
> existing –dbg package but since the –benchmark and –tests package needs
> to be populated first (so that their files do not end up in intel-gpu-tools)
> the FILES for –benchmark package captures its .debug files and triggers the
> QA issue “QA Issue: non debug package contains .debug directory”. Could you
> please guide how to have benchmark .debug files end up in –dbg package
> while still being able to have –benchmark and –tests packages?
>
>
There's different behaviour between master and jethro here - master can do
automatic splitting but jethro can't.

You want -tests and -benchmarks to be in the PACKAGES list after PN-dbg but
before PN, so the debug package can take the debug files before -tests and
-benchmark take the bits they want, with PN taking what's left.

Luckily there's a variable to help you do this, PACKAGE_BEFORE_PN.

So just PACKAGE_BEFORE_PN = "${PN}-tests ${PN}-benchmark" (this adds to
PACKAGES for you) and then the FILES for those packages should work.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-intel/attachments/20160209/618da474/attachment.html>


More information about the meta-intel mailing list