<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/conf, branch jethro</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=jethro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=jethro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2016-11-08T21:34:16+00:00</updated>
<entry>
<title>linux-yocto_4.1: use BSP_SUBTYPE for BSP specific configuration</title>
<updated>2016-11-08T21:34:16+00:00</updated>
<author>
<name>Rebecca Chang Swee Fun</name>
<email>rebecca.swee.fun.chang@intel.com</email>
</author>
<published>2016-11-03T08:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=8b8678c8894fb5a1b931862bbd9a581b54f40e32'/>
<id>urn:sha1:8b8678c8894fb5a1b931862bbd9a581b54f40e32</id>
<content type='text'>
Leaf Hill BSP has specific kernel configuration in yocto-kernel-cache
for kernel v4.1. We found some issue where we can't overwrite the
existing kernel configs in yocto-kernel-cache from developer's
custom meta layer.

Root cause analysis has shown that the usage of KERNEL_FEATURES
in kernel recipes and local.conf to pick up BSP specific configs
from kernel-meta is inappropriate. KERNEL_FEATURES should
always and only used for adding configuration or features to the build.
A new variable "BSP_SUBTYPE" has been created to resolve this issue.

Suggested-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Rebecca Chang Swee Fun &lt;rebecca.swee.fun.chang@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>intel-corei7-64: add machine configurations specific to leafhill bsp</title>
<updated>2016-09-16T14:50:20+00:00</updated>
<author>
<name>Rebecca Chang Swee Fun</name>
<email>rebecca.swee.fun.chang@intel.com</email>
</author>
<published>2016-09-13T01:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=21072a0d069c20e9dd52dab5bb1041b7cd2078f7'/>
<id>urn:sha1:21072a0d069c20e9dd52dab5bb1041b7cd2078f7</id>
<content type='text'>
We would like to enable new BSP for Intel Atom E3900 SoC based platforms.
This will help us to consolidate BSP into intel-common and we can use
KERNEL_FEATURES to select target BSP to compile.

Leaf Hill uses different serial console port setup. Hence this
mechanism are in place to enable new bsp with existing machine
configurations file.

Signed-off-by: Rebecca Chang Swee Fun &lt;rebecca.swee.fun.chang@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>intel-common-pkgarch: Set common PACKAGE_ARCH for linux-yocto-tiny</title>
<updated>2016-06-24T14:52:26+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@linux.intel.com</email>
</author>
<published>2016-05-20T19:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=01d748298af2e6c1c0d51238c968c8f6bb688297'/>
<id>urn:sha1:01d748298af2e6c1c0d51238c968c8f6bb688297</id>
<content type='text'>
The linux-yocto-tiny metadata assumes the common PACKAGE_ARCH but
without this is actually machine-specific and broken.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>intel-core2-32: fix SERIAL_CONSOLES line</title>
<updated>2015-11-02T22:05:10+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2015-11-02T22:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=9abce0aa9f1cdff9d8428336a3a1c6a567de485f'/>
<id>urn:sha1:9abce0aa9f1cdff9d8428336a3a1c6a567de485f</id>
<content type='text'>
This should be SERIAL_CONSOLES with ; setting between baud and device.

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>conf: Add a direct path to common recipes</title>
<updated>2015-10-27T15:07:02+00:00</updated>
<author>
<name>Joonas Lahtinen</name>
<email>joonas.lahtinen@linux.intel.com</email>
</author>
<published>2015-10-20T08:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4a761ccaf17f405807089ce2a4629d44d77d8151'/>
<id>urn:sha1:4a761ccaf17f405807089ce2a4629d44d77d8151</id>
<content type='text'>
By adding the direct path to recipes in common directories we allow
upper layers to further extend the recipes.

Without the patch the extending recipes look like this:

	require common/recipes-foo/bar/baz.inc

With this patch the include can be written like in other layers:

	require recipes-foo/bar/baz.inc

Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>intel-quark-common: Add no-asm config to openssl</title>
<updated>2015-10-02T15:14:48+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2015-10-01T15:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=0d73402b4f350b8a11458c8b1e22ab927e0a015f'/>
<id>urn:sha1:0d73402b4f350b8a11458c8b1e22ab927e0a015f</id>
<content type='text'>
This causes the build to not use Assembly code which contains invalid
CMOV instructions.

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel: meta-romley BSP retirement from YP 2.0</title>
<updated>2015-09-30T01:05:49+00:00</updated>
<author>
<name>WU CHIA CHUAN</name>
<email>chia.chuan.wu@intel.com</email>
</author>
<published>2015-09-28T08:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=84c049b9cb80b50fd32b716c2ae97e3f0d4e3cd7'/>
<id>urn:sha1:84c049b9cb80b50fd32b716c2ae97e3f0d4e3cd7</id>
<content type='text'>
Remove meta-romley BSP layer from meta-intel master branch
which is targeting for YP 2.0.

A heads-up email was sent to the meta-intel mailing list for
requesting any feedback regarding retirement of these BSP.
Since there is no concern, we assume that it is agreed upon
and thus this patch to retire the BSP.

The "MAINTAINERS file" and "conf/machine/README file" are updated to
reflect removal of the BSP.

We expect intel-corei7-64 machine is continued to be used to support
the platform and dpdk recipe under meta-romley is now supported under
meta-isg/common/recipes-extended/dpdk.

Signed-off-by: WU CHIA CHUAN &lt;chia.chuan.wu@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>intel-quark-common: disable padlock code</title>
<updated>2015-09-16T17:33:37+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2015-09-16T17:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=94890cec951bbf922326162823d2664cd0056ea0'/>
<id>urn:sha1:94890cec951bbf922326162823d2664cd0056ea0</id>
<content type='text'>
The padlock code is a subset of x86 hardware acceleration code. It uses
the cmov instruction which is invalid on Quark based hardware, so we
disable this code.

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>intel-core2-32: Allow for multiple tty console types</title>
<updated>2015-08-28T21:25:29+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2015-08-28T18:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a9c38306c91e7cfb0171bc4e3d594bc638d813da'/>
<id>urn:sha1:a9c38306c91e7cfb0171bc4e3d594bc638d813da</id>
<content type='text'>
Adding the ttyPCH0 will allow of the platforms that have the EG20T Hardware
to get both kernel console output and login prompt.

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Remove older platform specific BSPs</title>
<updated>2015-08-28T21:25:29+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2015-08-25T23:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4172351baa285b83eb54d54368fe2f037c48159b'/>
<id>urn:sha1:4172351baa285b83eb54d54368fe2f037c48159b</id>
<content type='text'>
The intel-core* BSPs supercede these older BSPs therefore it's time
to remove these older platform specific bsps.

Bump LAYERVERSION to 3 to allow the Autobuilder to know that these
BSPs have been removed.

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
</feed>
