<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/common/recipes-bsp, branch 1.3.2.final</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=1.3.2.final</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=1.3.2.final'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2013-05-09T19:28:41+00:00</updated>
<entry>
<title>gnu-efi: Add parallel make patch for archives</title>
<updated>2013-05-09T19:28:41+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-05-09T15:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d44f005338012cc7111190122b2ab08a29c0e0e7'/>
<id>urn:sha1:d44f005338012cc7111190122b2ab08a29c0e0e7</id>
<content type='text'>
The library makefiles were using the lib.a() form which compiles and
ar's as a pair instead of compiling all and then ar'ing which can
parallelize better.

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gnu-efi: add missing sha256 checksum</title>
<updated>2012-10-31T20:55:44+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2012-10-25T09:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=35962c01998a4b2f00c907a22236da2527e5f1d6'/>
<id>urn:sha1:35962c01998a4b2f00c907a22236da2527e5f1d6</id>
<content type='text'>
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>lms: Ensure do_unpack2 task can rerun</title>
<updated>2012-10-25T10:39:51+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-10-25T10:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b96f8e4c12f65b21851d00ea7de2bc53d03eafb2'/>
<id>urn:sha1:b96f8e4c12f65b21851d00ea7de2bc53d03eafb2</id>
<content type='text'>
If something triggers a rebuild of the do_unpack2 task, it will fail if its
already run once. This patch ensures that it can be called multiple times.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gnu-efi_3.0m.bb: Fix tabs with spaces in python snippet</title>
<updated>2012-07-27T18:41:17+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-07-25T07:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=7bd163e41f6b861448ab19a13ded4b7c48e16641'/>
<id>urn:sha1:7bd163e41f6b861448ab19a13ded4b7c48e16641</id>
<content type='text'>
This shuts up new bitbake otherwise it warns about this
always.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>lms: new recipe</title>
<updated>2012-05-30T19:22:51+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2012-05-03T14:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=58b31cf0abefd37cdaeefc7176d7a0b6e90f18ab'/>
<id>urn:sha1:58b31cf0abefd37cdaeefc7176d7a0b6e90f18ab</id>
<content type='text'>
Add support for the Intel Active Management Technology (AMT) Local
Manageability Service (LMS) daemon.

The Intel LMS daemon allows applications to access the Intel AMT
firmware via the Intel Management Engine Interface (MEI).

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>efilinux: Add efilinux 1.0 and gnu-efi</title>
<updated>2012-03-23T15:12:30+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2012-03-21T00:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b508457fbf3674cd573f00d972aca55048c015cf'/>
<id>urn:sha1:b508457fbf3674cd573f00d972aca55048c015cf</id>
<content type='text'>
efilinux is a UEFI OS loader. It was created as a reference implementation with
the aim of being well documented and containing well written source code.

efilinux is lightweight and convenient as a tool to debug misbehaving UEFI
systems.

Thanks to Paul Eggleton for is initial set of recipes from which these were
based.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
CC: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
CC: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
CC: Kishore K Bodke &lt;kishore.k.bodke@intel.com&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel/common: remove grub-1.98</title>
<updated>2011-09-15T03:55:42+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2011-09-09T20:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3c335937950c28950409e8bc1b3087c53b5b7561'/>
<id>urn:sha1:3c335937950c28950409e8bc1b3087c53b5b7561</id>
<content type='text'>
This has been moved into oe-core, so remove it from meta-intel.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>grub2: update license version</title>
<updated>2011-09-09T20:13:16+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2011-09-09T20:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3b5a3cb7393d0e9a56ff38a0b41c61751afab2b5'/>
<id>urn:sha1:3b5a3cb7393d0e9a56ff38a0b41c61751afab2b5</id>
<content type='text'>
The license version specified in the recipe is wrong - it should be v3
rather than 2+.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>grub: remove the dependency on freetype, disable grub-mkfont</title>
<updated>2011-09-01T02:32:04+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-08-31T22:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=24a30eaf49c25c0b5d8b5d7405691c6c1b67588d'/>
<id>urn:sha1:24a30eaf49c25c0b5d8b5d7405691c6c1b67588d</id>
<content type='text'>
Grub's configure task was picking up the host freetype libraries if
bitbake hadn't gotten around building freetype yet. We could add a
dependency on freetype, but it's only used for the optional grub-mkfont
utility which we don't really need.

Disable grub-mkfont via EXTRA_OECONF, removing the dependency on freetype.

Testing: core-image-minimal build and install on sugarbay.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Tested-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel: fix for x86_32 build failures</title>
<updated>2011-02-24T18:50:18+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2011-02-24T07:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=17992386d3416cb24cfdf5857411ed143de20371'/>
<id>urn:sha1:17992386d3416cb24cfdf5857411ed143de20371</id>
<content type='text'>
Fixes [BUG #711].

gentrigtables was being build as a 64-bit binary which wouldn't run on
the build machine.  grub-mkfont was also causing compile failures, add
dependency on libfreetype for that.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
</feed>
