<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/conf/distro/include, branch morty</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2016-05-02T16:25:48+00:00</updated>
<entry>
<title>external-xilinx-toolchain: Remove toolchain support</title>
<updated>2016-05-02T16:25:48+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2016-04-28T00:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=397108ce8b60f2beb0967c255500abbfa82b0eff'/>
<id>urn:sha1:397108ce8b60f2beb0967c255500abbfa82b0eff</id>
<content type='text'>
This patch removes the Xilinx SDK toolchain support in meta-xilinx BSP layer.
A new distro layer called meta-petalinux will be available as of May 9th 2016.
The recipes to support the Xilinx SDK toolchain will added to this distro
layer.

Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>Fix up use of '_append +='</title>
<updated>2015-11-26T05:48:04+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-11-26T05:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=9fc69a54a6c8f78f310dc3c765b1ede4811a9821'/>
<id>urn:sha1:9fc69a54a6c8f78f310dc3c765b1ede4811a9821</id>
<content type='text'>
The use of '_append' and '+=' together is considered bad practice within
recipes. It is preferred to explicitly add the preceeding spaces where
they are applicable instead of using the '+=' to achieve the same
result.

Change all the uses of '_append +=' to match the recommended pattern,
adding in spaces where explicitly required.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>tcmode-external-xilinx.inc: Setup overrides for specific architecture</title>
<updated>2015-05-05T04:03:27+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-05-05T04:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=bd8a2e2a6714f027b9bb0fdca99031bfe5f99fed'/>
<id>urn:sha1:bd8a2e2a6714f027b9bb0fdca99031bfe5f99fed</id>
<content type='text'>
* Setup the overrides for the SYSROOT and DBGROOT variables based on the
  microblazeel architecture instead of for MicroBlaze generically

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>external-xilinx-toolchain: Fix up toolchain flags</title>
<updated>2015-03-13T04:10:25+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-03-13T04:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=cd67eae1c63c64a2edd9560aec6d0b78fd7549cb'/>
<id>urn:sha1:cd67eae1c63c64a2edd9560aec6d0b78fd7549cb</id>
<content type='text'>
* Add the as-needed.inc to add the as-needed linker flag

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>external-xilinx-toolchain: Fix version detection for gcc</title>
<updated>2014-12-30T01:04:45+00:00</updated>
<author>
<name>David Holsgrove</name>
<email>david.holsgrove@xilinx.com</email>
</author>
<published>2014-12-30T00:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ffadbb0b7f5880ef2d7b3667e2d20f5d27538363'/>
<id>urn:sha1:ffadbb0b7f5880ef2d7b3667e2d20f5d27538363</id>
<content type='text'>
* Account for blank line in gcc -v output

Signed-off-by: David Holsgrove &lt;david.holsgrove@xilinx.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>external-xilinx-toolchain: Fix up PREFERRED_PROVIDER for glibc</title>
<updated>2014-11-04T04:32:38+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-11-04T04:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=23a4bf28f3697cece1a2f59135368d43f5e5096f'/>
<id>urn:sha1:23a4bf28f3697cece1a2f59135368d43f5e5096f</id>
<content type='text'>
* Switch default provider for glibc

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>external-xilinx-toolchain: Enforce default hash style</title>
<updated>2014-06-19T05:29:20+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-06-19T05:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=e3294bbd5561666f900d9aec204a5460e032f25d'/>
<id>urn:sha1:e3294bbd5561666f900d9aec204a5460e032f25d</id>
<content type='text'>
* Some packages do not correctly handle LDFLAGS, as such toolchains that
  do not by default use GNU_HASH for symbols generated are not built
  with the GNU_HASH which causes a QA issue.
* Add the expected linker hash style to TARGET_CC_ARCH to enforce the
  specified hash style.

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>external-xilinx-toolchain: Fix namespace change</title>
<updated>2014-01-07T01:52:21+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-01-07T01:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=f18fdc178ab788f5b023f8223d5faa878ab64ea7'/>
<id>urn:sha1:f18fdc178ab788f5b023f8223d5faa878ab64ea7</id>
<content type='text'>
* Fix bb.mkdirhier -&gt; bb.utils.mkdirhier due to namespace change

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>external-xilinx-toolchain: Created recipe</title>
<updated>2013-09-03T06:09:43+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2013-08-12T00:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=68464246815ed791919795e4610ed56c5c86f77c'/>
<id>urn:sha1:68464246815ed791919795e4610ed56c5c86f77c</id>
<content type='text'>
* Allows use of external Xilinx MicroBlaze and Zynq pre-built toolchains
* Does not require additional layer dependencies
* Updated documentation regarding external toolchain

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
</feed>
