<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/dynamic-layers/openembedded-layer, branch hardknott</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2021-06-15T07:20:23+00:00</updated>
<entry>
<title>openvino-inference-engine/openvino-model-optimizer: update to the latest version</title>
<updated>2021-06-15T07:20:23+00:00</updated>
<author>
<name>LiweiSong</name>
<email>liwei.song@windriver.com</email>
</author>
<published>2021-06-03T08:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=06b78d31a6b7ad56b84c214fe9a601415143b119'/>
<id>urn:sha1:06b78d31a6b7ad56b84c214fe9a601415143b119</id>
<content type='text'>
Update openvino to the latest one c5f7ad383e65 ("Fix
license header in Movidius sources") since it is include
a important license change from Intel private License to
Apache2.0 which is allowed external user to disclose it
without limit.

Signed-off-by: Liwei Song &lt;liwei.song@windriver.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>openvino-inference-engine: upgrade 2021.2 -&gt; 2021.3</title>
<updated>2021-04-22T06:42:35+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-04-05T06:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=610cdb495cdc7eda95bfa03824220272ca256e7f'/>
<id>urn:sha1:610cdb495cdc7eda95bfa03824220272ca256e7f</id>
<content type='text'>
Release notes:
https://github.com/openvinotoolkit/openvino/releases/tag/2021.3

Remove a patch that isn't needed anymore and refresh the rest. Remove
dependency on onednn as it's using a forked version.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>open-model-zoo: upgrade 2021.2 -&gt; 2021.3</title>
<updated>2021-04-22T06:42:29+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-04-20T07:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=9766d5c4e2ff5877195e161e81c7708bbf0697ee'/>
<id>urn:sha1:9766d5c4e2ff5877195e161e81c7708bbf0697ee</id>
<content type='text'>
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>lms: upgrade 2102.1.0.0 -&gt; 2109.0.0.0</title>
<updated>2021-04-16T04:09:30+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-04-16T03:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=7167fa02d12ff1117878f55d71734fbb66f56252'/>
<id>urn:sha1:7167fa02d12ff1117878f55d71734fbb66f56252</id>
<content type='text'>
Release notes:
https://github.com/intel/lms/releases/tag/v2109.0.0.0

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>thermald: upgrade 2.4.3 -&gt; 2.4.4</title>
<updated>2021-04-16T03:16:15+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-04-16T03:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c8ace1dd42b5be8f841eb01b56b6dbdf7001d94a'/>
<id>urn:sha1:c8ace1dd42b5be8f841eb01b56b6dbdf7001d94a</id>
<content type='text'>
Release notes:
https://github.com/intel/thermal_daemon/blob/v2.4.4/README.txt#L114

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>ipmctl: support CRLF line endings in EDK2</title>
<updated>2021-04-13T06:38:54+00:00</updated>
<author>
<name>Robi Buranyi</name>
<email>rburanyi@google.com</email>
</author>
<published>2021-04-13T04:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d847f56b4a98311c8249fda7b074cf76e02eff0b'/>
<id>urn:sha1:d847f56b4a98311c8249fda7b074cf76e02eff0b</id>
<content type='text'>
The EDK2 sources are DOS-style on server (contains CRLF) and this may
cause interop issues on Linux machines (patches do not apply clean) The
standard solution is to use the "dos2unix" bbclass, but that can modify
only files under the ${S} folder - meaning we have to move the edk2
checkout folder from ${S}/../edk2 to ${S}/edk2. Also, the LICENSE file
checksum is going to be impacted by the dos2unix conversion.

Signed-off-by: Robi Buranyi &lt;rburanyi@google.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>ipmctl: upgrade 02.00.00.3869 -&gt; 03.00.00.0302</title>
<updated>2021-04-06T02:09:02+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2021-04-05T04:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f5cbba628b36008a4d2cc8820e2c004483094135'/>
<id>urn:sha1:f5cbba628b36008a4d2cc8820e2c004483094135</id>
<content type='text'>
Ref:
https://github.com/intel/ipmctl/releases/tag/v03.00.00.0302

Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>ipmctl: add recipe</title>
<updated>2021-04-01T02:03:45+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2021-04-01T01:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=fa5566a9fd8a282e79d8f2f59314fd8ef0bae4c1'/>
<id>urn:sha1:fa5566a9fd8a282e79d8f2f59314fd8ef0bae4c1</id>
<content type='text'>
ipmctl is a utility for configuring and managing Intel® Optane™ Persistent Memory modules (PMem).

It supports functionality to:

* Discover PMems on the platform.
* Provision the platform memory configuration.
* View and update the firmware on PMems.
* Configure data-at-rest security on PMems.
* Track health and performance of PMems.
* Debug and troubleshoot PMems.
* ipmctl refers to the following interface components:

libipmctl: An Application Programming Interface (API) library for managing PMems.
ipmctl: A Command Line Interface (CLI) application for configuring and managing PMems from the command line.

Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>thermald: upgrade 2.4.2 -&gt; 2.4.3</title>
<updated>2021-03-24T07:01:02+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-03-24T06:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=ecad624e9df5fa1f97119054d54908787ee4c2a7'/>
<id>urn:sha1:ecad624e9df5fa1f97119054d54908787ee4c2a7</id>
<content type='text'>
Release 2.4.3:
- Allow --ingore-cpuid-check to use with --adaptive option

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>level-zero: upgrade 1.1.0 -&gt; 1.2.3</title>
<updated>2021-03-24T06:58:31+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2021-03-18T01:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a7bf23d3b4a8acff9642e3bdda946a6298cf5dc6'/>
<id>urn:sha1:a7bf23d3b4a8acff9642e3bdda946a6298cf5dc6</id>
<content type='text'>
Release notes:
https://github.com/oneapi-src/level-zero/releases/tag/v1.2.3

Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
</feed>
