<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/lib, branch master-next</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=master-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=master-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2020-04-16T05:40:43+00:00</updated>
<entry>
<title>runtime/intel_vaapi_driver: Set i965 dirver for tests</title>
<updated>2020-04-16T05:40:43+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-04-15T02:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=eaf525c08706e4525dac4cf0a77eb7b2b8da7cda'/>
<id>urn:sha1:eaf525c08706e4525dac4cf0a77eb7b2b8da7cda</id>
<content type='text'>
Set i965 driver for libVA in order to enable vaapi plugin
because by default libVA use iHD driver where vaapi plugin
was not available.

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>runtime/dldt_inference_engine: Remove cpu extension</title>
<updated>2020-04-14T06:00:30+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-04-14T05:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=0c4812e3f818412d8f63e1c27ee7f9778877b718'/>
<id>urn:sha1:0c4812e3f818412d8f63e1c27ee7f9778877b718</id>
<content type='text'>
Remove cpu extension as it was not needed anymore for OpenVINO 2020.

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>runtime/dldt_inference_engine: Check MYRIAD device before test</title>
<updated>2020-04-09T11:17:01+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-04-09T07:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=e0a8e6e48ff741c3a1eff39876c4185fc5d22601'/>
<id>urn:sha1:e0a8e6e48ff741c3a1eff39876c4185fc5d22601</id>
<content type='text'>
Checking MYRIAD device availability before execute MYRIAD test.

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>runtime/tests/dldt_inference_engine_test: Enable check available ie devices</title>
<updated>2020-04-09T11:17:01+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-04-09T07:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3813e50e14a8bed891bd26a2a69fdef558408932'/>
<id>urn:sha1:3813e50e14a8bed891bd26a2a69fdef558408932</id>
<content type='text'>
Enable checking of available inference engine devices.

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>runtime/jhi: Enable sanity test</title>
<updated>2020-04-07T00:39:51+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-04-06T02:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=bd539ea962ee285eb71053583e3c17fa166fc610'/>
<id>urn:sha1:bd539ea962ee285eb71053583e3c17fa166fc610</id>
<content type='text'>
jhi test validate that jhi daemon and jhi library can work to deliver
dynamic application loading.

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>runtime/thermald: Enable sanity test</title>
<updated>2020-04-02T04:08:51+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-04-02T03:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=60df7066e5ff0d1c5569b6361c4d6435777464cb'/>
<id>urn:sha1:60df7066e5ff0d1c5569b6361c4d6435777464cb</id>
<content type='text'>
    Enable thermald sanity test:
     - test that thermal daemon was monitoring temperature
     - test that thermal emulation was enabled in the image
     - test that emulation of temparature changes will be
       detected by thermal daemon

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>runtime/cyclictest: Enable cyclictest for image with rt kernel</title>
<updated>2020-04-01T16:18:46+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-04-01T06:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=9756afd47aa87593e382b8843337889ec7c31408'/>
<id>urn:sha1:9756afd47aa87593e382b8843337889ec7c31408</id>
<content type='text'>
Enable cyclictest:
 - test execute cyclictest, retrieve the maximum latency captured inside log and compare it to the
   target latency
 - cyclictest arguments based on public cyclictest arguments used for intel corei7
   https://www.osadl.org/Latency-plot-of-system-in-rack-9-slot.qa-latencyplot-r9s5.0.html?shadow=1
 - set default target latency based on 24 us (captured from public cyclictest execution) multiple
   by 1.2 (buffer)
 - enable user defined target latency by configuring 'RTKERNEL_TARGET_LATENCY' as bitbake config
   example, inside local.conf: RTKERNEL_TARGET_LATENCY = "25"

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>runtime/libxcam: Enable sanity test</title>
<updated>2020-04-01T16:09:06+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-04-01T06:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=47659db192f1c397a906babc79edea7f7ec6c8cf'/>
<id>urn:sha1:47659db192f1c397a906babc79edea7f7ec6c8cf</id>
<content type='text'>
Enable sanity tests:
 - test libxcam soft sample app can perform image remap using libxcam library

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>oeqa/runtime/libipt: Enable sanity test</title>
<updated>2020-03-27T02:09:21+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-03-26T08:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f87b2f24d8f7c0ce50ad22197cbcb3e19a3f8efd'/>
<id>urn:sha1:f87b2f24d8f7c0ce50ad22197cbcb3e19a3f8efd</id>
<content type='text'>
Enable libipt sanity test:
 - test that libipt can generate trace packet
 - test that libipt can perform dump on trace packet generated

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>runtime/isal: Enable sanity test</title>
<updated>2020-03-22T23:55:54+00:00</updated>
<author>
<name>Yeoh Ee Peng</name>
<email>ee.peng.yeoh@intel.com</email>
</author>
<published>2020-03-20T09:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=36b7c0a3c6eaa2216e599cd0c2a4aa93b0595997'/>
<id>urn:sha1:36b7c0a3c6eaa2216e599cd0c2a4aa93b0595997</id>
<content type='text'>
isal test validate that intel intelligent storage acceleration library
can provide accelerated compression using igzip executable.

Signed-off-by: Yeoh Ee Peng &lt;ee.peng.yeoh@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
</feed>
