<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-devtools, branch scarthgap</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=scarthgap</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=scarthgap'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2024-05-21T13:56:41+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'xilinx/master' into master_2024.1</title>
<updated>2024-05-21T13:56:41+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-05-21T03:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c7a37a7210cac4e489aa5eddf436060e33745f89'/>
<id>urn:sha1:c7a37a7210cac4e489aa5eddf436060e33745f89</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>qemu: Remove versions older then 8.1, no longer compatible</title>
<updated>2024-03-27T14:28:27+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-03-27T00:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=f2ed1a2c937aaa54d1cc98b00841943d48ce41ea'/>
<id>urn:sha1:f2ed1a2c937aaa54d1cc98b00841943d48ce41ea</id>
<content type='text'>
Versions older then 8.1 are no longer compatible with the runqemu.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>qemu-xilinx: Fix mingw compilation</title>
<updated>2024-02-04T00:40:09+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-01-31T23:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=60d0051830c13a389982cefdf51a410bd7fa6e6c'/>
<id>urn:sha1:60d0051830c13a389982cefdf51a410bd7fa6e6c</id>
<content type='text'>
Mingw compilation does not support libcap-ng which is requird by the
virtfs configuration.  Change this to match the previous 7.1
implementation where virtfs is only enabled on the target version of qemu.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-core: virtualization_layer: qemu</title>
<updated>2024-01-22T23:31:41+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2024-01-22T23:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d925a82f3631bd20648a91bc23d5746e457c9b8b'/>
<id>urn:sha1:d925a82f3631bd20648a91bc23d5746e457c9b8b</id>
<content type='text'>
Rework the meta-virtualization qemu extensions implemented in the
meta-xilinx-core layer.  It was found that is a bug in the langdale
meta-virtualization.  Due to this, we need to use BBMASK to exclude
the changes from that layer, and then repeat them, but only for
qemu 7.1.  qemu 8.1 work is taken from the current master version
of meta-virtualization.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>qemu-xilinx: Only set virtfs for target qemu</title>
<updated>2023-04-10T16:03:22+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-02-02T20:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=cd3bc7e1bbee9c5cf8eab6f8241807a605869a14'/>
<id>urn:sha1:cd3bc7e1bbee9c5cf8eab6f8241807a605869a14</id>
<content type='text'>
virtfs does not currently work on mingw32 due to a dependency on libcap-ng
with does not work.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>qemu-xilinx: Split qemu-xilinx packaging when vmsep is enabled</title>
<updated>2023-04-10T16:03:22+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2023-01-24T03:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=0006a4de8b837761f066ef024aa00642a18fc1c9'/>
<id>urn:sha1:0006a4de8b837761f066ef024aa00642a18fc1c9</id>
<content type='text'>
When hosts are using vmsep(VM seperation) distro feature, then they
need qemu on the target to launch guests.

Copy the qemu package split inclusion file from meta-virtualization
and rename to qemu-xilinx.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>qemu-xilinx: Only set virtfs for target qemu</title>
<updated>2023-02-06T16:44:47+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2023-02-02T20:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=8f1c8a8e367f319b5bd961df19c00c8ebf15a8d0'/>
<id>urn:sha1:8f1c8a8e367f319b5bd961df19c00c8ebf15a8d0</id>
<content type='text'>
virtfs does not currently work on mingw32 due to a dependency on libcap-ng
with does not work.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>qemu-xilinx: Split qemu-xilinx packaging when vmsep is enabled</title>
<updated>2023-01-25T15:24:20+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2023-01-24T03:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=4df3f7fb93d7578bff05a38d9012b3141e9c5bd4'/>
<id>urn:sha1:4df3f7fb93d7578bff05a38d9012b3141e9c5bd4</id>
<content type='text'>
When hosts are using vmsep(VM seperation) distro feature, then they
need qemu on the target to launch guests.

Copy the qemu package split inclusion file from meta-virtualization
and rename to qemu-xilinx.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
</feed>
