<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git, 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>2025-05-08T18:58:14+00:00</updated>
<entry>
<title>meta-xilinx-mali400: xf86-video-armsoc: Only apply when libmali-xlnx is enabled</title>
<updated>2025-05-08T18:58:14+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2025-04-22T15:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=cd70c8d08de48963fe1a5d61d532a12b1d0730fc'/>
<id>urn:sha1:cd70c8d08de48963fe1a5d61d532a12b1d0730fc</id>
<content type='text'>
The patches add acceleration optimizations to the build, but should only be
enabled if libmali-xlnx is going to be used.  So switch based on DEPENDS,
and then adjust the DEPENDS to be switched based on the PREFERRED_PROVIDER
of virtual/libgles1.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>xf86-video-armsoc: Move mali400 changes from meta-xilinx-core to meta-xilinx-mali400</title>
<updated>2025-05-08T18:58:14+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2025-04-22T15:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=80923f7036d91b7c4ba20b19ca61f258b53295dc'/>
<id>urn:sha1:80923f7036d91b7c4ba20b19ca61f258b53295dc</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>zynqmp-common: Remove vcu machine feature</title>
<updated>2025-05-08T18:58:14+00:00</updated>
<author>
<name>Christian Kohn</name>
<email>chris.kohn@amd.com</email>
</author>
<published>2025-03-29T04:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=64e4f60397802c03727270dd8b6c6ae86a6dd4bb'/>
<id>urn:sha1:64e4f60397802c03727270dd8b6c6ae86a6dd4bb</id>
<content type='text'>
Remove vcu machine feature from zynqmp-common machine as there is
no CG or DR device with a VCU.

Signed-off-by: Christian Kohn &lt;chris.kohn@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>util-linux: carry the version from upsream master</title>
<updated>2025-05-08T18:58:14+00:00</updated>
<author>
<name>Trevor Woerner</name>
<email>trevor.woerner@amd.com</email>
</author>
<published>2025-03-28T17:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=87349a907b13bc5cabb9266acd64deb648e73ed2'/>
<id>urn:sha1:87349a907b13bc5cabb9266acd64deb648e73ed2</id>
<content type='text'>
wic uses the sfdisk(-native) utility from the util-linux project. Adding
support for 4k sectors requires a version of sfdisk that can handle
variable-sized sectors specified on the command-line. The version of sfdisk in
scarthgap (2.39.3) does not have this feature, but the version in master
(2.40.4) does.

Signed-off-by: Trevor Woerner &lt;trevor.woerner@amd.com&gt;

The microblaze util-linux patch needs to be updated for 2.40 as well.

Move existing integration to specifically target the Poky version,
while a new 2.40 version is created.  This should allow either version
if the user decided to use PREFERRED_VERSION.

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>wic: add support for sector size to sfdisk</title>
<updated>2025-05-08T18:58:14+00:00</updated>
<author>
<name>Trevor Woerner</name>
<email>trevor.woerner@amd.com</email>
</author>
<published>2025-03-28T17:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=a9b1c80db916102b08ff074fc16013c4e5b85734'/>
<id>urn:sha1:a9b1c80db916102b08ff074fc16013c4e5b85734</id>
<content type='text'>
Recent versions of the 'sfdisk' utility support non-512 byte sized sector
sizes by allowing the user to specify the size the wish to use on the command
line. Update wic to provide this option in the case where a user wishes to
generate an image with a sector size other than 512 bytes.

Signed-off-by: Trevor Woerner &lt;trevor.woerner@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>wic: split out partition label from gpt name</title>
<updated>2025-05-08T18:58:14+00:00</updated>
<author>
<name>Trevor Woerner</name>
<email>trevor.woerner@amd.com</email>
</author>
<published>2025-03-28T17:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=02ef9a669d8c6d5d12b4c9b85384405c5aa1f1ca'/>
<id>urn:sha1:02ef9a669d8c6d5d12b4c9b85384405c5aa1f1ca</id>
<content type='text'>
A partition's label is stored as part of a partition's meta-data. Whether or
not labeling is supported depends on the filesystem type and whether or not
that type supports labels. GPT partition names, on the other hand, are stored
in the GPT table's metadata and only depends on whether or not GPT
partitioning is used; support for GPT partition names is not required
per-filesystem.

In a wks configuration file, the user specifies they want a filesystem label
applied to a filesystem by using the '--label &lt;name&gt;' directive. A user
specifies they want a GPT partition name applied to a partition using the
'--part-name &lt;name&gt;' directive.

The wic code conflates these two and sets a partition's GPT name in either
case when a user specifies '--part-name &lt;name&gt;' (correct) and '--label &lt;name&gt;'
(not correct).

Signed-off-by: Trevor Woerner &lt;trevor.woerner@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>Remove 2022.X files, this work is now obsolete</title>
<updated>2025-05-08T18:58:14+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@amd.com</email>
</author>
<published>2025-03-30T22:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=dd14b068a23ddb2a5eb0bacd31f8ba0354d1cc79'/>
<id>urn:sha1:dd14b068a23ddb2a5eb0bacd31f8ba0354d1cc79</id>
<content type='text'>
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>device-tree: Fix device-tree include parsing</title>
<updated>2025-05-08T18:58:04+00:00</updated>
<author>
<name>Semyon Barenboym</name>
<email>semyon.barenboym@abra.co.il</email>
</author>
<published>2025-02-11T07:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ed2c91bd802f0c18ea1675594702f6f9ea509ca9'/>
<id>urn:sha1:ed2c91bd802f0c18ea1675594702f6f9ea509ca9</id>
<content type='text'>
do_configure adds the EXTRA_DT_INCLUDES files to the DTS using the
`/include/` syntax, while Yocto's devicetree.bbclass runs the GCC
preprocessor over the resulting DTS file, leaving these include
statements untouched (since the GCC preprocessor only follows syntax
it recognizes).
This patch converts the include syntax to `#include`, ensuring that
the preprocessor processes it correctly, following and parsing all
included files. This allows a user DTSI to use nested `#include`
statements in overlays. e.g.:

system-user.dtsi
&amp;axi_ad9083_rx_xcvr {
sys-clk-select =3D &lt;XCVR_QPLL&gt;;
out-clk-select =3D &lt;XCVR_REFCLK_DIV2&gt;;
};

Signed-off-by: Semyon Barenboym &lt;semyon.barenboym@abra.co.il&gt;

Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-mali400: kernel-module-mali: fix do_patch QA issue</title>
<updated>2025-03-30T20:29:05+00:00</updated>
<author>
<name>Quanyang Wang</name>
<email>quanyang.wang@windriver.com</email>
</author>
<published>2024-11-15T01:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=e02edbf88dbdc0432520c860b663896f00a5e120'/>
<id>urn:sha1:e02edbf88dbdc0432520c860b663896f00a5e120</id>
<content type='text'>
Add "Upstream-Status" to the patches to fix do_patch QA issue.

Signed-off-by: Quanyang Wang &lt;quanyang.wang@windriver.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx: add Upstream-Status to the Xilinx patch</title>
<updated>2025-03-30T20:28:40+00:00</updated>
<author>
<name>Quanyang Wang</name>
<email>quanyang.wang@windriver.com</email>
</author>
<published>2024-11-15T01:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=199453d4eb6030084d55a126be06a9f9e436023c'/>
<id>urn:sha1:199453d4eb6030084d55a126be06a9f9e436023c</id>
<content type='text'>
This commit is to fix the building error:
    ERROR: v4l-utils-1.28.1-r0.vr2400 do_patch: QA Issue: Missing Upstream-Status in patch
    meta-xilinx/meta-xilinx-core/recipes-multimedia/v4l2apps/files/0001-v4l-utils-Add-support-for-new-media-bus-codes.patch
    Please add according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status . [patch-status]

Signed-off-by: Quanyang Wang &lt;quanyang.wang@windriver.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
</feed>
