<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/conf, branch pyro</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2017-11-14T09:13:56+00:00</updated>
<entry>
<title>machine-xilinx-default.inc: Remove image_types_uboot</title>
<updated>2017-11-14T09:13:56+00:00</updated>
<author>
<name>Alistair Francis</name>
<email>alistair.francis@xilinx.com</email>
</author>
<published>2017-08-18T16:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=b6462e55e65b44afed4b7a4e8b2af3381c961110'/>
<id>urn:sha1:b6462e55e65b44afed4b7a4e8b2af3381c961110</id>
<content type='text'>
This has changed in the meta layer and breaks the build, as it appears
it is no longer required just remove it.

Signed-off-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>zynqmp-pmu-config.inc: Limit to specific recipes</title>
<updated>2017-08-27T09:15:41+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-08-18T13:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=3c5ac860edcb7d26a0cbf01a460e5c63ab50c68d'/>
<id>urn:sha1:3c5ac860edcb7d26a0cbf01a460e5c63ab50c68d</id>
<content type='text'>
Limit the appending/enabling of the zynqmp-pmu BBCLASSEXTEND to only
specific recipes which are used for the building of pmu-firmware. This
is just binutils, gcc, newlib, libgloss and pmu-firmware itself.

The limiting is done based on the BPN of the recipe, which is not
provided as an override so the conditional is tested with an inline
python function.

This change removes the need for the extender class to be enabled
globally which can conflict with certain recipes that were not written
to be extended by the BBCLASSEXTEND mechanism. This change also improves
the parse time avoiding the need to parse all recipes for both target
and zynqmp-pmu.

Add comment for the PACKAGE_EXTRA_ARCHS setting, so it is clear why it
is set.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Acked-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
Tested-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
</content>
</entry>
<entry>
<title>ep108-zynqmp: Re-enable 'qemuboot' image class</title>
<updated>2017-06-03T06:59:03+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-06-03T06:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=a8659ca0967e6789930bff776d98d67c5a297f84'/>
<id>urn:sha1:a8659ca0967e6789930bff776d98d67c5a297f84</id>
<content type='text'>
Re-enable the 'qemuboot' image class which is used to generate
qemuboot.conf for the ep108-zynqmp machine. This used to be set by
machine-xilinx-qemu.inc but as of the 'qemuboot-xilinx.bbclass: Rework
qemu-xilinx setup' commit is no longer set by default. The same commit
setup other machines to use the 'qemuboot' image class directly but
skipped this machine.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>zcu102-zynqmp: Remove pinning of older kernel, u-boot and atf versions</title>
<updated>2017-06-03T06:55:31+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-05-30T11:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=506b0192c8f0073209762f3dabc7373869a51be1'/>
<id>urn:sha1:506b0192c8f0073209762f3dabc7373869a51be1</id>
<content type='text'>
Remove the version pinning to the older kernel, u-boot and
arm-trusted-firmware versions. These versions are now functional as
pmu-firmware can be built and executed for the zcu102 physical hardware
as well as within QEMU.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Tested-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
</content>
</entry>
<entry>
<title>zcu102-zynqmp: Setup the use of multiarch QEMU</title>
<updated>2017-06-03T06:55:31+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-05-30T11:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c9b8ff6881cc94cf10b57e3d184cf39125facee6'/>
<id>urn:sha1:c9b8ff6881cc94cf10b57e3d184cf39125facee6</id>
<content type='text'>
Setup the qemuboot variables and qemu-xilinx-helper-native environment
to use the multiarch script to start a QEMU multiarch instance with the
MicroBlaze PMU.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Tested-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
</content>
</entry>
<entry>
<title>zcu102-zynqmp: Enable building of PMU recipes and build pmu firmware</title>
<updated>2017-06-03T06:55:31+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-05-30T11:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=b9339b852c4876265d3b194cf29094012ecf2d90'/>
<id>urn:sha1:b9339b852c4876265d3b194cf29094012ecf2d90</id>
<content type='text'>
Enable the building of 'zynqmp-pmu' recipes, and setup the pmu-firmware
to be built for the image.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Tested-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
Tested-by: Koteswararao Nayudu &lt;kotin@xilinx.com&gt;
</content>
</entry>
<entry>
<title>machine-xilinx-default.inc: Remove xserver-xorg-extension-glx</title>
<updated>2017-05-30T09:35:10+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2017-05-26T22:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=b3a1bb6145ee2291b6f5b35154e032fabad77fb0'/>
<id>urn:sha1:b3a1bb6145ee2291b6f5b35154e032fabad77fb0</id>
<content type='text'>
xserver-xorg-extension-glx is a software support, the performance is not
validate on Xilinx platform. Instead convert application to depend on
egl/gles1/gles2. MALI400 provides the required hardware acceleration

Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
Reviewed-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>zcu102-zynqmp.conf: Remove mali as machine feature</title>
<updated>2017-05-30T09:30:28+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2017-05-26T22:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d0979730c2ac7951f97ffb02c07ad1ad3e117b32'/>
<id>urn:sha1:d0979730c2ac7951f97ffb02c07ad1ad3e117b32</id>
<content type='text'>
Remove mali as machine feature. This is not required, any dependencies
on mali userspace libraries should be resolved through gles1/gles2/egl
preffered provider. for ex:
PREFERRED_PROVIDER_virtual/libgles1_zynqmp = "libmali-xlnx"
PREFERRED_PROVIDER_virtual/libgles2_zynqmp = "libmali-xlnx"
PREFERRED_PROVIDER_virtual/egl_zynqmp = "libmali-xlnx"

MALI userspace libraries inturn should depends on out-of-tree mali
kernel module.

Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
Reviewed-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>arm-trusted-firmware_git.bb: Make ATF machine independent</title>
<updated>2017-05-30T08:54:09+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2017-05-26T21:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=7dea558bf35c2c7087022851ad6a257530704a58'/>
<id>urn:sha1:7dea558bf35c2c7087022851ad6a257530704a58</id>
<content type='text'>
Make arm-trusted-firmware machine independent

Signed-off-by: Cyril Chemparathy &lt;cyril.chemparathy@xilinx.com&gt;
Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
Reviewed-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>feature-microblaze-versions.inc: Simplify version formatting functions</title>
<updated>2017-05-30T08:46:21+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2017-05-30T08:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c017b2a016429560223a0f8654994bc772977460'/>
<id>urn:sha1:c017b2a016429560223a0f8654994bc772977460</id>
<content type='text'>
Simplify the functions used to generate the TUNE_CCARGS and PKGARCH
version strings.

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