<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-ti.git/recipes-ti, branch dylan</title>
<subtitle>Mirror of git.yoctoproject.org/meta-ti.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-ti.git/atom?h=dylan</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-ti.git/atom?h=dylan'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/'/>
<updated>2014-03-05T04:39:59+00:00</updated>
<entry>
<title>ti-ipc: Add recipe for ti-ipc version 3.0.x</title>
<updated>2014-03-05T04:39:59+00:00</updated>
<author>
<name>Sam Nelson</name>
<email>sam.nelson@ti.com</email>
</author>
<published>2014-02-12T05:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=625b43736f6476701e41de0eb3209f01ab801ae0'/>
<id>urn:sha1:625b43736f6476701e41de0eb3209f01ab801ae0</id>
<content type='text'>
- Supports communication between processors in TI keystone architecture

Signed-off-by: Sam Nelson &lt;sam.nelson@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>recipes: cruft removal and seasonal cleanup</title>
<updated>2013-10-13T22:25:19+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2013-10-13T22:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=d486c82e498fab1d1d25747c10fca68f5a95b451'/>
<id>urn:sha1:d486c82e498fab1d1d25747c10fca68f5a95b451</id>
<content type='text'>
* Eliminate need for BBMASK - remove images requiring systemd/angstrom dependency
* Move ti-test packagegroup to proper location and update from latest Arago
* Move BoneScript and Bone GSG recipes to recipes-ti/beagleboard
* README in recipes-ti warns about unsupported nature of those packages

Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>recipes-ti: fix warning "variable key FILES_${PN}-dev replaces original key"</title>
<updated>2013-08-19T23:23:37+00:00</updated>
<author>
<name>Valentin Cobelea</name>
<email>valentin.cobelea@enea.com</email>
</author>
<published>2013-08-12T13:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=ee570b6331bab0bb741193c43723d0da5a5ead34'/>
<id>urn:sha1:ee570b6331bab0bb741193c43723d0da5a5ead34</id>
<content type='text'>
Use properly FILES_${PN}-dev to avoid warning about replacing value with default.

Signed-off-by: Valentin Cobelea &lt;valentin.cobelea@enea.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>recipes: Fix ti-eula-unpack issue. Tweak sgx modules and libgles recipes.</title>
<updated>2012-10-10T20:00:04+00:00</updated>
<author>
<name>Franklin S. Cooper Jr</name>
<email>fcooper@ti.com</email>
</author>
<published>2012-09-01T17:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=2a3c7305fb81967d1358e731fb564182480b0338'/>
<id>urn:sha1:2a3c7305fb81967d1358e731fb564182480b0338</id>
<content type='text'>
* Commit d8fc4a686262c50fd0053afa7240020909ec430b addressed an issue where
  too many newlines characters were being sent since print by default already
  sends a newline character. This commit however resulted in bin files being
  installed in the WORKDIR and broke other recipes which commit
  a94f765b9867abefd5f0bd262b5dddb8782b3187 addressed. This lead to a very
  cluttered WORKDIR.
* This patch updates ti-eula-unpack.inc to switch from using a print to a write.
  Since write doesn't automatically send newlines it is a bit more obvious when
  newlines are sent.
* Part of the reason that bin files were being installed in the WORKDIR was
  due to TI_BIN_UNPK_WDEXT being blank for some recipes. For instance in the
  libgles-omap3 recipes, when the workdir command is set in TI_BIN_UNPK_CMDS the
  directory that the Graphics SDK will be installed into is
  workdir+TI_BIN_UNPK_WDEXT. A blank TI_BIN_UNPK_WDEXT means the SDK will be
  installed in WORKDIR. By setting TI_BIN_UNPK_WDEXT to a proper value the
  recipes can be sure it is installed in the proper directory.
* Determine which file to download based on the defined BINFILE and not a
  hardcoded value. This idea was taken from arago.

Signed-off-by: Franklin S. Cooper Jr &lt;fcooper@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>beaglebone-tester: FTDI eeprom test, v2</title>
<updated>2012-09-14T06:03:19+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-09-01T11:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=9ef35da0c8ff3be8f37214e09d0fc1d4987a11fc'/>
<id>urn:sha1:9ef35da0c8ff3be8f37214e09d0fc1d4987a11fc</id>
<content type='text'>
Check descriptor instead of VID/PID

Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>beaglebone tester: bump SRCREV for FTDI test</title>
<updated>2012-09-14T06:02:36+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-08-31T07:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=77c90bb7c2eed80d6030457d639d0c0707a7ea3e'/>
<id>urn:sha1:77c90bb7c2eed80d6030457d639d0c0707a7ea3e</id>
<content type='text'>
An extra test for the FTDI eeprom was added to catch programming errors that would break CCS.

Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>beaglebone-tester: ship testaudio, fix depends</title>
<updated>2012-09-14T06:01:59+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-08-12T08:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=b6a95c1a240fd228cb55ce004afb130dcdf0db52'/>
<id>urn:sha1:b6a95c1a240fd228cb55ce004afb130dcdf0db52</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>recipes: Use 'packagegroup' instead of 'task'</title>
<updated>2012-09-14T04:22:11+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-09-09T17:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=306bec90c470a0130714dca2b506ba2e8da86144'/>
<id>urn:sha1:306bec90c470a0130714dca2b506ba2e8da86144</id>
<content type='text'>
bring recipes in sync with OE-Core, task bbclass
is now replaced by packagegroup.

and task recipes are now called packagegroup_something

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-dmai.inc: fix 'proto='-warning on recipe parsing</title>
<updated>2012-08-08T01:29:43+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-08-01T09:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=131d02fe360a39f3805a9281dd580e9f28d9ca53'/>
<id>urn:sha1:131d02fe360a39f3805a9281dd580e9f28d9ca53</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>gstreamer-ti: convert proto to protocol in SRC_URI</title>
<updated>2012-08-08T01:07:44+00:00</updated>
<author>
<name>Roger Monk</name>
<email>r-monk@ti.com</email>
</author>
<published>2012-07-19T12:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=864173a96a2095bb5c2822dd58d1f0501fe71bb5'/>
<id>urn:sha1:864173a96a2095bb5c2822dd58d1f0501fe71bb5</id>
<content type='text'>
Signed-off-by: Roger Monk &lt;r-monk@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
</feed>
