<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/conf, branch 2.8_M2</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=2.8_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=2.8_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2019-06-19T12:07:20+00:00</updated>
<entry>
<title>lms: add recipe for lms 1921.0.0.0</title>
<updated>2019-06-19T12:07:20+00:00</updated>
<author>
<name>Alexander Usyskin</name>
<email>alexander.usyskin@intel.com</email>
</author>
<published>2019-06-19T10:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=edad2c42cddaeddb09f06445d190378a0d5ac58c'/>
<id>urn:sha1:edad2c42cddaeddb09f06445d190378a0d5ac58c</id>
<content type='text'>
This is a new release of Local Manageability Service.
This open-source release deprecates unsupported lms7 and lms8.

This recipe depends on ACE and MeTee library recipes.

Signed-off-by: Alexander Usyskin &lt;alexander.usyskin@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>clang: build Intel common-clang and spirv</title>
<updated>2019-05-17T11:33:24+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2019-03-26T06:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a12a2f03466cdc1d639f3d10a94fc22e0609c67c'/>
<id>urn:sha1:a12a2f03466cdc1d639f3d10a94fc22e0609c67c</id>
<content type='text'>
Common clang is a thin wrapper library around clang. Common clang has
OpenCL-oriented API and is capable to compile OpenCL C kernels to SPIR-V
modules.

This adds a bbappend to clang recipe from meta-clang to build the
necessary components and moves it to dynamic layers so it's built only
when clang-layer is included.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>conf: use zlib-intel by default for target builds</title>
<updated>2019-05-06T04:03:20+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2019-05-03T15:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=8c6ee6ea60454f16873e1b5ff5a2ed070f28cf91'/>
<id>urn:sha1:8c6ee6ea60454f16873e1b5ff5a2ed070f28cf91</id>
<content type='text'>
Don't change native or nativesdk so that builds using both
meta-intel and other machines can share native sstate.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>metrics-discovery: Updates mesa util files</title>
<updated>2019-04-04T03:06:15+00:00</updated>
<author>
<name>Ankit Navik</name>
<email>ankit.tarot@gmail.com</email>
</author>
<published>2019-03-31T07:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=1e488b5a94582a2c3c47dddb42640eda054bdcc9'/>
<id>urn:sha1:1e488b5a94582a2c3c47dddb42640eda054bdcc9</id>
<content type='text'>
Updates mesa util files, includes additional KBL and CFL chipsets
and updates metrics-discovery to v1.5.102.

Signed-off-by: Ankit Navik &lt;ankit.tarot@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Add warrior to compatible release series</title>
<updated>2019-04-03T05:21:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-04-02T02:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b84187f45ab2f5ffd770d15ae62e90ca386b1388'/>
<id>urn:sha1:b84187f45ab2f5ffd770d15ae62e90ca386b1388</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>wic: pass APPEND to bootloader</title>
<updated>2019-03-07T01:47:19+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2019-03-04T21:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b5a428bc6be7e1c02ca7d0714e0a5d25f31b4a5f'/>
<id>urn:sha1:b5a428bc6be7e1c02ca7d0714e0a5d25f31b4a5f</id>
<content type='text'>
Rename the systemd and grub-efi .wks files to .wks.in, and replace all 'append'
entries apart from rootfstype (which is specific to the wks file) with
${APPEND}, so the values of APPEND from the BSP and user is respected.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>mkl-dnn: Initial recipe for Intel Math Kernel Library</title>
<updated>2019-03-05T05:16:46+00:00</updated>
<author>
<name>Ankit Navik</name>
<email>ankit.tarot@gmail.com</email>
</author>
<published>2019-02-15T03:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a0f0731eaa0112217c1bad63cb935d4c2283bd35'/>
<id>urn:sha1:a0f0731eaa0112217c1bad63cb935d4c2283bd35</id>
<content type='text'>
Add generic recipe for Intel(R) Math Kernel Library for Deep Neural
Networks. The library accelerates deep-learning applications and
frameworks on Intel architecture.

Signed-off-by: Ankit Navik &lt;ankit.tarot@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>conf: set -rt kernel to 4.19</title>
<updated>2019-02-12T02:23:07+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2019-02-11T05:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=29e4db5bf484f18e41bc9123161b1c069e60a128'/>
<id>urn:sha1:29e4db5bf484f18e41bc9123161b1c069e60a128</id>
<content type='text'>
Explicitly set the kernel to be used when building an image with
linux-intel-rt kernel.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>conf/machine: set preferred kernel to 4.19</title>
<updated>2018-12-17T07:33:12+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2018-12-17T05:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d41dc2301b475722201d422b4c56affc3bcad5ec'/>
<id>urn:sha1:d41dc2301b475722201d422b4c56affc3bcad5ec</id>
<content type='text'>
Set preferred kernel to 4.19 for LSB as well.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>intel-corei7-64.conf: remove reference to dpdk-libibverbs</title>
<updated>2018-12-05T23:36:13+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2018-12-05T02:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=6362160cfd24e06fed9bc616b03ac8b22d38a43b'/>
<id>urn:sha1:6362160cfd24e06fed9bc616b03ac8b22d38a43b</id>
<content type='text'>
The recipe was removed from dpdk layer.

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