<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/conf, branch kirkstone</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=kirkstone</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=kirkstone'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2022-05-19T02:44:53+00:00</updated>
<entry>
<title>maintainers.inc: add missing entry for vc-intrinsics</title>
<updated>2022-05-19T02:44:53+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2022-05-13T08:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f72ea5191a3b93fb51599d36c83f7a157173b238'/>
<id>urn:sha1:f72ea5191a3b93fb51599d36c83f7a157173b238</id>
<content type='text'>
Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
(cherry picked from commit c198573506219d5955993611f82314b0b1d376a7)
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>libyami/libyami-utils: remove recipes</title>
<updated>2022-04-07T07:25:22+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-04-05T07:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=ed32c7f42f6ed5b491546bde6899dab94543a8ca'/>
<id>urn:sha1:ed32c7f42f6ed5b491546bde6899dab94543a8ca</id>
<content type='text'>
Project not maintained anymore.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>opencl-clang: upgrade 13.0.0 -&gt; 14.0.0</title>
<updated>2022-04-05T07:59:12+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-04-05T02:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=68e00896f2c669044f6ad8cbbc9958332254a4e4'/>
<id>urn:sha1:68e00896f2c669044f6ad8cbbc9958332254a4e4</id>
<content type='text'>
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>Remove support for building with LLVM 10</title>
<updated>2022-04-05T07:59:12+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-04-05T02:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c993e8e815b34129b75e761ad249a526830973b1'/>
<id>urn:sha1:c993e8e815b34129b75e761ad249a526830973b1</id>
<content type='text'>
We no longer support building with older branches of OE-Core/meta-clang
so remove LLVM 10 specific configurations and patches.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>conf: remove usage of X86_TUNE_DIR var</title>
<updated>2022-04-05T07:59:12+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-04-05T02:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=7bb49b1ae15ab04b352edb58e97927f75846c9b0'/>
<id>urn:sha1:7bb49b1ae15ab04b352edb58e97927f75846c9b0</id>
<content type='text'>
The main branch only supports building with kirkstone now so we no
longer need this to tweak paths for older branches.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>qemu-intel.inc: backport of dependency fixes from oe-core</title>
<updated>2022-03-31T14:50:06+00:00</updated>
<author>
<name>Peter Bergin</name>
<email>peter@berginkonsult.se</email>
</author>
<published>2022-03-30T19:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4402be424be4619a5bcf4d85921724eab866602c'/>
<id>urn:sha1:4402be424be4619a5bcf4d85921724eab866602c</id>
<content type='text'>
When building an image for intel-corei7-64 (and probably other targets)
it was not possible to directly start the image with runqemu due to
missing directory in sysroot related to qemu-helper-native.

In oe-core two patches has been applied that fixes dependency issues when
building images for qemu. Those patches does also fix the issue when
building for targets in meta-intel.

Following two patches from oe-core, originally for meta/conf/machine/include/qemu.inc,
are backported to conf/machine/include/qemu-intel.inc:

3a4fed4ae0 qemu.inc: Should depend on qemu-system-native, not qemu-native
5562342020 image/qemu: Add explict depends for qemu-helper addto_recipe_sysroot task

Signed-off-by: Peter Bergin &lt;peter@berginkonsult.se&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>zlib-intel: remove recipe</title>
<updated>2022-03-30T15:27:37+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-03-30T15:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d529ae1e1ec37d40991259d824e274351ffae6d7'/>
<id>urn:sha1:d529ae1e1ec37d40991259d824e274351ffae6d7</id>
<content type='text'>
zlib has a new release and this fork hasn't rebased onto that version
yet.

Drop this recipe and use the OE-core version for now.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>qemuboot-intel: fix audio option</title>
<updated>2022-03-30T14:41:35+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-03-25T03:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=dea9048c4b3977d6eed437196ca7d237510644ee'/>
<id>urn:sha1:dea9048c4b3977d6eed437196ca7d237510644ee</id>
<content type='text'>
-soundhw ac97 is deprecated since qemu v5.1.0. Replace it with
recommended option. Fixes:

| qemu-system-x86_64: warning: '-soundhw ac97' is deprecated, please use '-device AC97' instead

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Use only kirkstone as LAYERSERIES_COMPAT</title>
<updated>2022-03-04T07:03:21+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.com</email>
</author>
<published>2022-03-03T12:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d3718096fa478450c21968d244a7a99e046b95f9'/>
<id>urn:sha1:d3718096fa478450c21968d244a7a99e046b95f9</id>
<content type='text'>
Due to the variables rename in the scope of inclusive language, the
layer is not compatible with older versions. This change drops all
versions but kirkstone from LAYERSERIES_COMPAT.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: include kirkstone in LAYERSERIES_COMPAT</title>
<updated>2022-02-22T13:59:43+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2022-02-18T14:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=2bdc432840d0f862fec965281540dbe91d8eb565'/>
<id>urn:sha1:2bdc432840d0f862fec965281540dbe91d8eb565</id>
<content type='text'>
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
</feed>
