<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/meta-jasperforest/recipes-kernel, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2014-03-12T21:51:00+00:00</updated>
<entry>
<title>linux-yocto: Remove redundant recipes</title>
<updated>2014-03-12T21:51:00+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-03-12T17:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=09d485dcce6ed4b654abc0c8a630f1d36bc1a7d6'/>
<id>urn:sha1:09d485dcce6ed4b654abc0c8a630f1d36bc1a7d6</id>
<content type='text'>
Remove all redundant linux-yocto recipes where the BSP is able to reuse
the intel-common version.

Update the common bbappends with the KERNEL_FEATURES and
module_autoload* statements from the consolidated bbappends.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Update linux-yocto-rt 3.8 to 3.10</title>
<updated>2014-03-12T21:51:00+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-03-12T17:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=46fd4b45c71d674e08037f9d6a2efceb7a963951'/>
<id>urn:sha1:46fd4b45c71d674e08037f9d6a2efceb7a963951</id>
<content type='text'>
3.8 is no longer supported, update the remaining 3.8-rt recipes to 3.10.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Remove linux-yocto rt and tiny 3.4 recipes</title>
<updated>2014-03-12T21:51:00+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-02-11T23:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c44aad00647e5c650dcb5cad8aea5d35838b4654'/>
<id>urn:sha1:c44aad00647e5c650dcb5cad8aea5d35838b4654</id>
<content type='text'>
3.4 is no longer supported, drop the 3.4 rt and tiny recipes as well.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Remove linux-yocto 3.8 bbappends</title>
<updated>2014-03-12T21:51:00+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-02-11T23:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f4d24c4363eeedb8c0dfac7086a684510d71ffb1'/>
<id>urn:sha1:f4d24c4363eeedb8c0dfac7086a684510d71ffb1</id>
<content type='text'>
The current development branch (for 1.6) supports 3.10 and -dev
linux-yocto kernels. Delete all the lingering 3.8 kernel recipes.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Remove linux-yocto 3.4 bbappends</title>
<updated>2014-03-12T21:51:00+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-03-12T17:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a1f14721d2e2a1b694ca805f9a27a6fefa213a02'/>
<id>urn:sha1:a1f14721d2e2a1b694ca805f9a27a6fefa213a02</id>
<content type='text'>
The current development branch (for 1.6) supports 3.10 and -dev
linux-yocto kernels. Delete all the lingering 3.4 kernel recipes.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>intel-common: Make using intel-common override opt-in</title>
<updated>2014-02-06T04:43:54+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-02-06T03:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c7bf6a327b9b9ebb982324c6ef9f595f7a14f94a'/>
<id>urn:sha1:c7bf6a327b9b9ebb982324c6ef9f595f7a14f94a</id>
<content type='text'>
Currently the intel-core*-common.inc files also include the
intel-common-pkgarch.inc, forcing the introduction of the intel-common
PACKAGE_ARCH. Coupling this with the addition of the intel-common
MACHINE_OVERRIDE, means that even MACHINE_ARCH packages can be
influenced by intel-common overrides, which is not desirable.

Remove the intel-common-pkgarch.inc from the intel-core*common.inc
include files, requiring BSPs wanting to use the intel-common mechanism
to explicitly include it. This obviates the need to reset the
linux-yocto PACKAGE_ARCH to MACHINE_ARCH.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Cc: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>jasperforest: Set PACKAGE_ARCH to MACHINE_ARCH explicitly</title>
<updated>2014-01-28T00:56:14+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-01-24T21:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=8782d90d0df8f63ef7dae2db4bd64069b80738a3'/>
<id>urn:sha1:8782d90d0df8f63ef7dae2db4bd64069b80738a3</id>
<content type='text'>
The new intel-common.inc sets the default of the PACKAGE_ARCH for the
linux-yocto kernel recipes to DEFAULTTUNE_kernel. Revert the existing
recipes to MACHINE_ARCH until they can be removed in favor of a more
unified mechanism.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>linux-yocto-3.10: Update SRCREVs for 3.10.19</title>
<updated>2013-12-21T05:24:05+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2013-12-21T05:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=9adaae0f23e33a4f6375eae9031d0b063d6c6ae9'/>
<id>urn:sha1:9adaae0f23e33a4f6375eae9031d0b063d6c6ae9</id>
<content type='text'>
Fixes [YOCTO 5679]

Bump the SRCREVs to address the lttng-modules build failure introduced
by the oe-core/poky commit:

lttng-modules: Update to 2.3.3 version

This updates all the BSPs that were at the same machine SRCREV in one
shot.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>jasperforest: linux-yocto-3.10: update kernel srcrevs</title>
<updated>2013-11-14T21:58:33+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-11-12T17:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b21b1a1708b9c03bc1a5a034402c5791a0c42130'/>
<id>urn:sha1:b21b1a1708b9c03bc1a5a034402c5791a0c42130</id>
<content type='text'>
Updating kernel srcrevs to the latest HEADs of the kernel branches.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>jasperforest: linux-yocto_3.10: update srcrevs</title>
<updated>2013-10-18T13:55:07+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-10-17T18:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=662af80f3ae98ac364ed52b91617b3e19ef86dfd'/>
<id>urn:sha1:662af80f3ae98ac364ed52b91617b3e19ef86dfd</id>
<content type='text'>
Using the latest HEADS of the git branches of the v3.10
linux-yocto kernel repository.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
</feed>
