<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/recipes-microblaze, branch krogoth</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=krogoth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=krogoth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2016-05-10T13:48:45+00:00</updated>
<entry>
<title>gcc-source_4.9: Backport MicroBlaze musl libc support</title>
<updated>2016-05-10T13:48:45+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-05-10T13:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d8ff2354eccedae4a4d5ef0768f7e5d1f7ea2a99'/>
<id>urn:sha1:d8ff2354eccedae4a4d5ef0768f7e5d1f7ea2a99</id>
<content type='text'>
Backport the patch from GCC to handle musl libc for MicroBlaze, this
patch sets up the correct path for ld.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc-source_5.3: Fix MicroBlaze musl libc support</title>
<updated>2016-01-06T07:48:23+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-01-06T07:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=cc146d6c170f100eb2f445047969893faa7a6a55'/>
<id>urn:sha1:cc146d6c170f100eb2f445047969893faa7a6a55</id>
<content type='text'>
Backport the patch from GCC to handle musl libc for MicroBlaze, this
patch sets up the correct path for ld.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc: Update bbappend for GCC 5.3</title>
<updated>2015-12-28T08:18:18+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-12-28T08:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=66b59e4718b405ab53356c077d7912bf19539447'/>
<id>urn:sha1:66b59e4718b405ab53356c077d7912bf19539447</id>
<content type='text'>
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>gcc_4.8: Drop appends</title>
<updated>2015-11-23T07:12:13+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-11-23T07:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=5f7e4cd10e7d829ec346953883f73dd1f02a80dd'/>
<id>urn:sha1:5f7e4cd10e7d829ec346953883f73dd1f02a80dd</id>
<content type='text'>
* The recipe is no longer provided in oe-core

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc_5.2: Add patch to fix MicroBlaze 'adddi3' instruction issue</title>
<updated>2015-11-12T12:17:09+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-11-12T12:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=2b511e06a0b4e410760e36345187e2a5d3c9bc0b'/>
<id>urn:sha1:2b511e06a0b4e410760e36345187e2a5d3c9bc0b</id>
<content type='text'>
* This patch improves and fixes an issue with the MicroBlaze
  instruction definitions for 64-bit addition with immediate/constant
  operands.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc: Clean up bbappend, remove microblaze.inc</title>
<updated>2015-11-12T12:15:46+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-11-12T12:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=58b58ccb4f1460b154d321855da2a06a15849806'/>
<id>urn:sha1:58b58ccb4f1460b154d321855da2a06a15849806</id>
<content type='text'>
* Remove the microblaze.inc, this bbappend is already in the
  recipes-microblaze subdirectory

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>binutils: Update and drop patches</title>
<updated>2015-09-02T11:13:49+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-09-02T11:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=b7960e3fc669cf2fda93265db9776d867d44683a'/>
<id>urn:sha1:b7960e3fc669cf2fda93265db9776d867d44683a</id>
<content type='text'>
* Update recipe for minor 2.25 update in core
* Drop any patches which are not upstream and are not required for a
  functional linux system
* Use wildcard to make the recipe append to multiple versions of
  binutils

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>gcc: Update patches for gcc 4.8.4</title>
<updated>2015-05-11T05:57:46+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-05-11T05:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=2d87a30be9c7dbf8bc25b746cb098d47209c7027'/>
<id>urn:sha1:2d87a30be9c7dbf8bc25b746cb098d47209c7027</id>
<content type='text'>
* Remove patches that are available in gcc 4.8.4

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>qemu: Add 'microblaze' to QEMU_TARGETS for big endian QEMU machines</title>
<updated>2015-05-05T04:12:27+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-05-05T04:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=43b199df68fe75c15ec5c431c629c79c39dda9ed'/>
<id>urn:sha1:43b199df68fe75c15ec5c431c629c79c39dda9ed</id>
<content type='text'>
Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
</feed>
