[meta-intel] [PATCH] thermald: Add thermal daemon utility

Burton, Ross ross.burton at intel.com
Thu Jul 7 01:10:01 PDT 2016


On 7 July 2016 at 07:56, Yong Li <yong.b.li at intel.com> wrote:

> +SYSTEMD_AUTO_ENABLE_${PN} = "enable"
>

This is the default so you can remove it.


> +COMPATIBLE_MACHINE = "intel-corei7-64|intel-core2-32|intel-quark|edison"
>

Instead of listing machines (which stops working the moment someone creates
a new one), use  COMPATIBLE_HOST:

COMPATIBLE_HOST = '(i.86|x86_64).*-linux'

This will ensure the recipe can work on all 32-bit and 64-bit x86 machines.

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


More information about the meta-intel mailing list