Re: [meta-intel] [PATCH 0/2] SRCREV update July 7

2016-07-07 Thread Tom Zanussi
On 07/07/2016 08:50 PM, California Sullivan wrote: > Hi Tom, > > This set of SRCREV updates brings in more items for Broxton and Apollo > Lake support. > > No new errors or warnings when using poky krogoth. Poky master HEAD has > a segfault in matchbox-panel but that appears to be unrelated to

[meta-intel] [PATCH 0/2] SRCREV update July 7

2016-07-07 Thread California Sullivan
Hi Tom, This set of SRCREV updates brings in more items for Broxton and Apollo Lake support. No new errors or warnings when using poky krogoth. Poky master HEAD has a segfault in matchbox-panel but that appears to be unrelated to this update. Thanks, Cal Sullivan California Sullivan (2):

[meta-intel] [PATCH 2/2] linux-yocto/4.1: Update SRCREVs for better Apollo Lake support

2016-07-07 Thread California Sullivan
>From linux-yocto-4.1: 0abef8c x86: Fix Apollo Lake Watchdog address in PMC driver f8571ea Merge branch 'standard/base' into standard/intel/base 75d56a1 device property: Avoid potential dereferences of invalid pointers 2700b65 device property: convert to use match_string() helper fef2c68

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

2016-07-07 Thread Tom Zanussi
Merged, thanks. Tom On 07/07/2016 03:38 AM, Yong Li wrote: > This user space thermal daemon utility is used for thermal management > > Signed-off-by: Yong Li > --- > common/recipes-bsp/thermald/thermald_1.5.3.bb | 27 > +++ > 1 file changed, 27

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

2016-07-07 Thread Yong Li
This user space thermal daemon utility is used for thermal management Signed-off-by: Yong Li --- common/recipes-bsp/thermald/thermald_1.5.3.bb | 27 +++ 1 file changed, 27 insertions(+) create mode 100644

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

2016-07-07 Thread Burton, Ross
On 7 July 2016 at 07:56, Yong Li 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

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

2016-07-07 Thread Yong Li
This user space thermal daemon utility is used for thermal management Signed-off-by: Yong Li --- common/recipes-bsp/thermald/thermald_1.5.3.bb | 28 +++ 1 file changed, 28 insertions(+) create mode 100644