<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-ti.git/recipes-kernel, branch dora</title>
<subtitle>Mirror of git.yoctoproject.org/meta-ti.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-ti.git/atom?h=dora</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-ti.git/atom?h=dora'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/'/>
<updated>2014-06-11T02:12:10+00:00</updated>
<entry>
<title>keystone: linux: add K2L and K2E DTB for RT build</title>
<updated>2014-06-11T02:12:10+00:00</updated>
<author>
<name>Hao Zhang</name>
<email>hzhang@ti.com</email>
</author>
<published>2014-06-10T07:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=72138932ea6acd6a49fa0749853d6c22cac6d670'/>
<id>urn:sha1:72138932ea6acd6a49fa0749853d6c22cac6d670</id>
<content type='text'>
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>keystone: linux: add K2E and K2L DTB build support</title>
<updated>2014-06-11T02:12:03+00:00</updated>
<author>
<name>Hao Zhang</name>
<email>hzhang@ti.com</email>
</author>
<published>2014-06-10T07:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=92effbbcad441f92b9c487043b0f8f0a64f9fc73'/>
<id>urn:sha1:92effbbcad441f92b9c487043b0f8f0a64f9fc73</id>
<content type='text'>
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>linux-ti-staging: lower the preference for 3.15 recipe for now</title>
<updated>2014-05-29T18:56:37+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2014-05-29T07:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=72def59ce0da8f20638086e9fe6c9f9f4c9dd6f4'/>
<id>urn:sha1:72def59ce0da8f20638086e9fe6c9f9f4c9dd6f4</id>
<content type='text'>
* It breaks libgles/SGX due to missing omafb/omafb.h header
* Will be switching to 3.14 instead for LTS

Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Acked-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
</content>
</entry>
<entry>
<title>linux-ti-staging: fix _append/_prepend logic in prev changes</title>
<updated>2014-05-24T03:13:47+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2014-05-24T03:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=afabec7ba33b2b24298481d3325147b0f29a17fc'/>
<id>urn:sha1:afabec7ba33b2b24298481d3325147b0f29a17fc</id>
<content type='text'>
* Add a missing space to KERNEL_CONFIG_FRAGMENTS_append
* Use FILESEXTRAPATHS_prepend instead of _append version

Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>linux-ti-staging: Add version 3.15 of TI integration kernel</title>
<updated>2014-05-23T19:01:27+00:00</updated>
<author>
<name>Maupin, Chase</name>
<email>chase.maupin@ti.com</email>
</author>
<published>2014-05-23T02:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=5548cad9ffb24e06f645c6c8ff843ba1b79c290d'/>
<id>urn:sha1:5548cad9ffb24e06f645c6c8ff843ba1b79c290d</id>
<content type='text'>
* Add version 3.15 of the TI integration kernel.  Major changes
  from previous version are:
    * Config fragments now come primarily from the integration
      tree.  Removed baseport and connectivity fragments for now
      and the others can be removed as they are added to the
      integration tree.
    * Added a non-smp.cfg config to disable SMP for single core
      devices instead of using a patch to the defconfig file as
      we did in the past.
* Use the right SRCREV

Signed-off-by: Chase Maupin &lt;Chase.Maupin@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>setup-defconfig: allow use of in-kernel config fragments</title>
<updated>2014-05-23T19:01:21+00:00</updated>
<author>
<name>Maupin, Chase</name>
<email>chase.maupin@ti.com</email>
</author>
<published>2014-05-23T02:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=901b6c2b244ad5dd1c60d3fcbb0631577c051fcd'/>
<id>urn:sha1:901b6c2b244ad5dd1c60d3fcbb0631577c051fcd</id>
<content type='text'>
* Allow the use of in-kernel config fragments instead of only
  pulling config fragments from the OE meta data.
* The absolute path to the config fragment is used to allow
  pointing to different fragment locations.
* Update the linux-ti-staging_3.12 recipe which uses config
  fragments to specify the absolute path

Signed-off-by: Chase Maupin &lt;Chase.Maupin@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>linux-ti-staging: Make files directory version specific</title>
<updated>2014-05-23T19:01:15+00:00</updated>
<author>
<name>Maupin, Chase</name>
<email>chase.maupin@ti.com</email>
</author>
<published>2014-05-22T22:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=803c7f96b710f57935f51c31f4e0a6ede0f69fe5'/>
<id>urn:sha1:803c7f96b710f57935f51c31f4e0a6ede0f69fe5</id>
<content type='text'>
* As we add the next version of the linux-ti-staging kernel there
  will be a different list of config fragments, removed patches,
  etc.  For this reason it makes sense to have the file directory
  be version specific

Signed-off-by: Chase Maupin &lt;Chase.Maupin@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>linux-ti-staging: Remove old 3.8 version</title>
<updated>2014-05-23T19:01:10+00:00</updated>
<author>
<name>Maupin, Chase</name>
<email>chase.maupin@ti.com</email>
</author>
<published>2014-05-22T22:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=091a44e838c5276d4494d4d9b68ff54eaa81e18b'/>
<id>urn:sha1:091a44e838c5276d4494d4d9b68ff54eaa81e18b</id>
<content type='text'>
* The 3.8 version is replaced with v3.12 which has full support
  for all devices.
* As part of adding a v3.15 version cleanup the v3.8 version to
  reduce the number of kernels to latest and last stable.

Signed-off-by: Chase Maupin &lt;Chase.Maupin@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>linux-ti-staging: bump to 3.12.20 stable release</title>
<updated>2014-05-23T19:01:04+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2014-05-22T22:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=aac938b153545fb6ea3b120e6fd20d80470f10e6'/>
<id>urn:sha1:aac938b153545fb6ea3b120e6fd20d80470f10e6</id>
<content type='text'>
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Acked-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>keystone: machine config: change machine config name from keystone-evm to k2hk-evm</title>
<updated>2014-05-21T19:13:06+00:00</updated>
<author>
<name>Hao Zhang</name>
<email>hzhang@ti.com</email>
</author>
<published>2014-05-19T19:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=0f4c436a04e2299d3fe86ae36d7ac8edfd10c05a'/>
<id>urn:sha1:0f4c436a04e2299d3fe86ae36d7ac8edfd10c05a</id>
<content type='text'>
Keystone II SOC family has multiple devices and EVMs: k2hk, k2l
and k2e, each EVM should have a separate machine config, and share
the common keystone SOC family.

Signed-off-by: Hao Zhang &lt;hzhang@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
</feed>
