<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-ti.git/classes, branch ti2017.05</title>
<subtitle>Mirror of git.yoctoproject.org/meta-ti.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-ti.git/atom?h=ti2017.05</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-ti.git/atom?h=ti2017.05'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/'/>
<updated>2017-10-24T18:24:45+00:00</updated>
<entry>
<title>ti-pdk: clean the sources during the configure task</title>
<updated>2017-10-24T18:24:45+00:00</updated>
<author>
<name>Jacob Stiffler</name>
<email>j-stiffler@ti.com</email>
</author>
<published>2017-10-24T20:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=5df3f14c154d9e754c2187bad5c490b08cdd369f'/>
<id>urn:sha1:5df3f14c154d9e754c2187bad5c490b08cdd369f</id>
<content type='text'>
* For the XDCMAKE recipes, a clean was already occuring udring the
  compile task.
* Move the clean to the configure task to more closely match the
  base.bbclass.
* As the non XDCMAKE recipes generate dep files, add a clean in
  configure for when dependencies have changed.
* Use oe_runmake to share options between "make release" and
  "make clean".
* There appears to be an issue with parallel builds using the
  ti-pdk-build framework, so unset PARALLEL_MAKE.

Signed-off-by: Jacob Stiffler &lt;j-stiffler@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-pdk.bbclass: add dependency on ti-cgt-pru-native</title>
<updated>2017-09-28T17:45:25+00:00</updated>
<author>
<name>Hongmei Gou</name>
<email>a0271529@ti.com</email>
</author>
<published>2017-09-26T01:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=55e06948b5d5cb67883579fe60a94df89668d964'/>
<id>urn:sha1:55e06948b5d5cb67883579fe60a94df89668d964</id>
<content type='text'>
Signed-off-by: Hongmei Gou &lt;a0271529@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-pdk-bbclass: Fix for building pru firmware</title>
<updated>2017-08-31T23:28:40+00:00</updated>
<author>
<name>Mahesh Radhakrishnan</name>
<email>m-radhakrishnan2@ti.com</email>
</author>
<published>2017-08-31T04:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=c324547739a6064fc500bd0953f2c6f16aaafc53'/>
<id>urn:sha1:c324547739a6064fc500bd0953f2c6f16aaafc53</id>
<content type='text'>
Signed-off-by: Mahesh Radhakrishnan &lt;m-radhakrishnan2@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-pdk: Update tool paths for omapl1 &amp; update cores for ti33x &amp; ti43x</title>
<updated>2017-07-11T23:11:44+00:00</updated>
<author>
<name>Mahesh Radhakrishnan</name>
<email>m-radhakrishnan2@ti.com</email>
</author>
<published>2017-07-01T02:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=8d737c323670e9b1c3d81cf147857f2012de1e4f'/>
<id>urn:sha1:8d737c323670e9b1c3d81cf147857f2012de1e4f</id>
<content type='text'>
Signed-off-by: Mahesh Radhakrishnan &lt;m-radhakrishnan2@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-pdk: limit the set of cores to build</title>
<updated>2017-06-10T18:37:57+00:00</updated>
<author>
<name>Jacob Stiffler</name>
<email>j-stiffler@ti.com</email>
</author>
<published>2017-06-01T21:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=46deb9b8a61354fc39309636769e70363b545df1'/>
<id>urn:sha1:46deb9b8a61354fc39309636769e70363b545df1</id>
<content type='text'>
* Use LIMIT_CORES to enable only the cores with available toolchains.
* Add new variables which will allow recipes to fully configure the
  options provided to make.

Signed-off-by: Jacob Stiffler &lt;j-stiffler@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-pdk: clean up variables by adding TI_PDK_ prefix</title>
<updated>2017-06-10T18:37:52+00:00</updated>
<author>
<name>Jacob Stiffler</name>
<email>j-stiffler@ti.com</email>
</author>
<published>2017-06-01T21:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=e8b61f751d57beddcfc2447872671cd4bbc16957'/>
<id>urn:sha1:e8b61f751d57beddcfc2447872671cd4bbc16957</id>
<content type='text'>
* Add TI_PDK_ prefix to variables which may be set by recipes to
  stress that they are used to configure the ti-pdk class.
* Deprecate TI_PDK_XDCARGS in favor of TI_PDK_LIMIT_SOCS as both are
  used to define a list of SOCs.

Signed-off-by: Jacob Stiffler &lt;j-stiffler@ti.com&gt;
Cc: Justin Sobota &lt;jsobota@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>Resolve host contamination warnings</title>
<updated>2017-04-28T18:07:41+00:00</updated>
<author>
<name>Justin Sobota</name>
<email>jsobota@ti.com</email>
</author>
<published>2017-04-28T04:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=79b145858addb68d37e22d08051b054b3a9280af'/>
<id>urn:sha1:79b145858addb68d37e22d08051b054b3a9280af</id>
<content type='text'>
Signed-off-by: Justin Sobota &lt;jsobota@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>Remove CCS dependencies for all components</title>
<updated>2017-04-26T21:31:33+00:00</updated>
<author>
<name>Karthik Ramanan</name>
<email>a0393906@ti.com</email>
</author>
<published>2017-04-25T17:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=ead9802ce3d3b64fe247870a2cba24caf1c73bbc'/>
<id>urn:sha1:ead9802ce3d3b64fe247870a2cba24caf1c73bbc</id>
<content type='text'>
Signed-off-by: Karthik Ramanan &lt;a0393906@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-pdk: Add makefile support to ti-pdk.bbclass for RTOS components</title>
<updated>2016-06-29T21:10:45+00:00</updated>
<author>
<name>Justin Sobota</name>
<email>jsobota@ti.com</email>
</author>
<published>2016-06-28T00:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=de355a34c41b0fc4700ca43d5b547f0ee0e5abc2'/>
<id>urn:sha1:de355a34c41b0fc4700ca43d5b547f0ee0e5abc2</id>
<content type='text'>
Signed-off-by: Justin Sobota &lt;jsobota@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-pdk.bbclass: Add class for creating RTOS PDK components</title>
<updated>2016-01-27T20:53:49+00:00</updated>
<author>
<name>Jacob Stiffler</name>
<email>j-stiffler@ti.com</email>
</author>
<published>2016-01-27T03:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=a83eb9039edea25386d320e7a1403d732930c2fa'/>
<id>urn:sha1:a83eb9039edea25386d320e7a1403d732930c2fa</id>
<content type='text'>
Signed-off-by: Jacob Stiffler &lt;j-stiffler@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
</feed>
