<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2022-01-14T23:37:02+00:00</updated>
<entry>
<title>Initial restructure/split of meta-xilinx-bsp</title>
<updated>2022-01-14T23:37:02+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@xilinx.com</email>
</author>
<published>2021-12-15T21:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=f900c6a0c8908e370689235230094308ec419cf9'/>
<id>urn:sha1:f900c6a0c8908e370689235230094308ec419cf9</id>
<content type='text'>
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.

zynqmp-generic changed from require &lt;board&gt; to include, so if meta-xilinx-bsp
is not available it will not fail.

Signed-off-by: Mark Hatle &lt;mark.hatle@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-09-29T05:12:06+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2021-09-29T05:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=6921a88182ce51763fcf61273972df99dc2faee5'/>
<id>urn:sha1:6921a88182ce51763fcf61273972df99dc2faee5</id>
<content type='text'>
This is the result of automated script (0.9.0) conversion:

    oe-core/scripts/contrib/convert-overrides.py .

    converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>xrt: adding libffi and elfutils dependency for ps kernel support</title>
<updated>2021-09-28T15:17:31+00:00</updated>
<author>
<name>ch vamshi krishna</name>
<email>ch.vamshi.krishna@xilinx.com</email>
</author>
<published>2021-08-10T20:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ef500e812ad927d7681dc409abf042d4aa5742c6'/>
<id>urn:sha1:ef500e812ad927d7681dc409abf042d4aa5742c6</id>
<content type='text'>
Signed-off-by: ch vamshi krishna &lt;chvamshi@xilinx.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Update commit id and branch for 2021 release</title>
<updated>2021-07-14T21:58:30+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2021-05-06T15:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=e32c635ad9fdafd9d817289dcda8be099201ed0e'/>
<id>urn:sha1:e32c635ad9fdafd9d817289dcda8be099201ed0e</id>
<content type='text'>
Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>] adding aiefal dependency for XRT</title>
<updated>2021-07-14T21:49:52+00:00</updated>
<author>
<name>ch vamshi krishna</name>
<email>ch.vamshi.krishna@xilinx.com</email>
</author>
<published>2021-03-18T10:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=94bdcec802e3f39a5b520325b8582fdbbad941c6'/>
<id>urn:sha1:94bdcec802e3f39a5b520325b8582fdbbad941c6</id>
<content type='text'>
Signed-off-by: ch vamshi krishna &lt;chvamshi@xilinx.com&gt;
Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>xrt: Add run-time dependency on zocl</title>
<updated>2021-07-14T21:36:42+00:00</updated>
<author>
<name>Christian Kohn</name>
<email>christian.kohn@xilinx.com</email>
</author>
<published>2021-02-21T00:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=285d8eac120041c494b40783176e7eb3d5cf2f2f'/>
<id>urn:sha1:285d8eac120041c494b40783176e7eb3d5cf2f2f</id>
<content type='text'>
XRT has a run-time dependency on zocl for correct operation. Add zocl as
RDEPENDS.

Since XRT is machine independent, but zocl is tied to the kernel (because
it's a kernel module) and is thus kernel/machine specific, any time the
machine is changed, the hash for XRT would change.

To 'break' the dependency when it comes to hash calculations, add a
SIGGEN_EXCLUDE declaring this dependency as 'safe'.

Signed-off-by: Christian Kohn &lt;christian.kohn@xilinx.com&gt;
Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>xrt: Remove stale patch to fix endian issues with latest version of boost</title>
<updated>2020-11-18T04:50:15+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-11-18T04:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=80fd3d9a6cee789793a170b542eb4f09dc1dde14'/>
<id>urn:sha1:80fd3d9a6cee789793a170b542eb4f09dc1dde14</id>
<content type='text'>
xrt source has been updated to remove the endian check. The local patch is no
longer needed with the latest version of boost

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title> updating XRT/Zocl commit id for 2020.2</title>
<updated>2020-11-17T21:17:42+00:00</updated>
<author>
<name>ch vamshi krishna</name>
<email>ch.vamshi.krishna@xilinx.com</email>
</author>
<published>2020-11-11T18:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=569f52f2759a4018402b31510dc56bd75f7d8ec3'/>
<id>urn:sha1:569f52f2759a4018402b31510dc56bd75f7d8ec3</id>
<content type='text'>
git cherry-pick e32c768
Signed-off-by: ch vamshi krishna &lt;chvamshi@xilinx.com&gt;
Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title> updating final XRT commit id for 2020.2</title>
<updated>2020-11-17T21:16:22+00:00</updated>
<author>
<name>ch vamshi krishna</name>
<email>ch.vamshi.krishna@xilinx.com</email>
</author>
<published>2020-11-06T13:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=87f6322df9fe95887f634edae96238dc23ab45a9'/>
<id>urn:sha1:87f6322df9fe95887f634edae96238dc23ab45a9</id>
<content type='text'>
git cherry-pick da93135
Signed-off-by: ch vamshi krishna &lt;chvamshi@xilinx.com&gt;
Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title> updating xrt commit id</title>
<updated>2020-11-17T21:15:34+00:00</updated>
<author>
<name>ch vamshi krishna</name>
<email>ch.vamshi.krishna@xilinx.com</email>
</author>
<published>2020-11-05T08:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=f8629a0b78909488845b1eccfc7d108dd9f58161'/>
<id>urn:sha1:f8629a0b78909488845b1eccfc7d108dd9f58161</id>
<content type='text'>
git cherry-pick fb24aab
Signed-off-by: ch vamshi krishna &lt;chvamshi@xilinx.com&gt;
Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
</feed>
