<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git, branch master-old</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master-old</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master-old'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2020-06-09T22:29:15+00:00</updated>
<entry>
<title>u-boot-xlnx.inc: Explicitly set builddir path</title>
<updated>2020-06-09T22:29:15+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-09T22:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=bef2bf9b155bb0eebc5439e8f2a3a3716f250725'/>
<id>urn:sha1:bef2bf9b155bb0eebc5439e8f2a3a3716f250725</id>
<content type='text'>
Previous Yocto releases, builddir path was set in u-boot.inc within poky layer.
Since u-boot-xlnx.inc inherits u-boot.inc, makefile configures and compiles
u-boot-xlnx in a build directory ( set by B) that is not the source directory.
In Dunfell, build directory path is moved from u-boot.inc to u-boot-common.inc
which is not inherited in u-boot-xlnx recipes. As a result, during the build,
makefile configures and compiles u-boot-xlnx from source directory resulting in
the following error:
tmp/work/zcu102_zynqmp-xilinx-linux/u-boot-xlnx/v2020.01-xilinx-v2020.1+gitAUTOINC+86c84c0d0f-r0/git
is not clean, please run 'make mrproper'

To fix the error, set builddir path (B) explicitly within u-boot-xlnx.inc

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>qemu-devicetrees: Use python3 instead of python</title>
<updated>2020-06-08T03:45:51+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-08T03:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=1a648afe0bcfbab576dddb828d1fe653ac640e74'/>
<id>urn:sha1:1a648afe0bcfbab576dddb828d1fe653ac640e74</id>
<content type='text'>
Makefile contains references to python2 instead of python3. As a result
qemu-devicetrees compilation fails during buildtime.  Fix by patching the
makefile to use python3.

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>python3-dtc_1.5.1.bb: Explicitly set the path to run make during configure</title>
<updated>2020-06-07T00:09:01+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-07T00:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=f3e04e9a5364a35482d231a417de504890805091'/>
<id>urn:sha1:f3e04e9a5364a35482d231a417de504890805091</id>
<content type='text'>
With current recipe,during build it fails with the following error:
xecuting Tasks
ERROR: python3-dtc-native-1.5.1-r0 do_configure: Execution of 'x86_64-linux/python3-dtc-native/1.5.1-r0/temp/run.do_configure.26600' failed with exit code 1:
make: *** No rule to make target 'version_gen.h'.  Stop.
WARNING: x86_64-linux/python3-dtc-native/1.5.1-r0/temp/run.do_configure.26600:1 exit 1 from 'do_configure'

ERROR: Logfile of failure stored in: x86_64-linux/python3-dtc-native/1.5.1-r0/temp/log.do_configure.26600

Explicitly set the path to change directory into so that the make command is succesful.

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>qemu-xilinx.inc: Add patch to enable/disbable libudev in qemu configure</title>
<updated>2020-06-06T22:53:08+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-06T22:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=7759c81140ad401381654123c0c26ee8656d10cc'/>
<id>urn:sha1:7759c81140ad401381654123c0c26ee8656d10cc</id>
<content type='text'>
Yocto qemu provides support for libudev through packageconfig and provides a
patch to modify qemu configure to handle libudev packageconfig options.  Since
qemu-xilinx doesnt contain this patch qemu-xilinx configure gets passed libudev
packageconfig option and qemu-xilinx configure fails with invalid option.

Add the patch from Yocto qemu to handle libudev configure options correctly.

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>meson_%.bbappend: Remove bbappend from layer</title>
<updated>2020-06-05T20:15:36+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-05T20:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ed22b945460d3644562fd035c97e10be0d7dc16a'/>
<id>urn:sha1:ed22b945460d3644562fd035c97e10be0d7dc16a</id>
<content type='text'>
Meson bbappend includes a patch that adds microblaze family to the envconfig
during mesonbuild.The patch is upstreamed and no longer needed in the layer.

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>libgloss, newlib: Upgrade version from 3.1 -&gt; 3.3</title>
<updated>2020-06-05T17:27:59+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-05T17:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d34c6f3c9edc1cdb5d9ea8d617c5baefeb9422a1'/>
<id>urn:sha1:d34c6f3c9edc1cdb5d9ea8d617c5baefeb9422a1</id>
<content type='text'>
Upgrade newlib and libgloss version from 3.1 to 3.3

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>gcc-9*: Upgrade gcc from 9.2-&gt;10.1</title>
<updated>2020-06-05T17:27:05+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-05T17:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=f18b529cffcae34d8ccf3d98b9b3376e18769739'/>
<id>urn:sha1:f18b529cffcae34d8ccf3d98b9b3376e18769739</id>
<content type='text'>
Upgrade microblaze recipes to use gcc-10 instead of gcc-9. This patch only
ensures the builds are not broken It doesnt validate the gcc-microblaze
functionality

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>libmali-xlnx: Inherit features_check instead of distro_features_check</title>
<updated>2020-06-05T16:58:54+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-05T16:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=816b41a5d970b0ec861415c9f7c5ce04e5a5f1cd'/>
<id>urn:sha1:816b41a5d970b0ec861415c9f7c5ce04e5a5f1cd</id>
<content type='text'>
distro_features_check is deprecated in dunfell, use features_check instead

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>qemu-xilinx-native.inc: Fix the patch file names for dunfell</title>
<updated>2020-06-05T16:58:54+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-06-05T16:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ec49caebbddbe9fceb46bd82eb9ea9c75792233f'/>
<id>urn:sha1:ec49caebbddbe9fceb46bd82eb9ea9c75792233f</id>
<content type='text'>
Fix patch file names for dunfell

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Set layer compat to dunfell &amp; gatesgarth</title>
<updated>2020-06-05T16:58:17+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2020-05-26T20:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=f5323aeb3faa910ad8bfdb3067102e5634b2df65'/>
<id>urn:sha1:f5323aeb3faa910ad8bfdb3067102e5634b2df65</id>
<content type='text'>
Set layer compat to dunfell and gatesgarth

Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
</feed>
