Re: [meta-xilinx] Can Xilinx SDK (XSDK - Eclipse IDE) be integrated with Yocto SDK?

2017-01-25 Thread Vidhumouli Hunsigida
Hi Brian, Current Xilinx SDK today allows the user to provide option to provide his own sysroot and aswell an option to provide his own compiler tool chain to be pointed to. We have good number of customers today who build apps in Xilinx SDK and debug from GUI which makes their debug flow very

Re: [meta-xilinx] Can Xilinx SDK (XSDK - Eclipse IDE) be integrated    with Yocto SDK?

2017-01-25 Thread Andrey Filippov
Hello Brian, You may look at our approach ( https://github.com/Elphel/elphel393 ) - we use Yocto and Eclipse with Zynq-based product, but not Yocto plugin or Xilinx SDK. We use Eclipse with Yocto for Linux kernel (drivers) development. A Python program (https://github.com/Elphel/linux-elphel/bl

Re: [meta-xilinx] Can Xilinx SDK (XSDK - Eclipse IDE) be integrated with Yocto SDK?

2017-01-25 Thread Schmitt, Richard
It is all possible. Xilinx publishes a meta-xilinx layer which we've been using here. If you need help, send me mail offline. Rich -Original Message- From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx-boun...@yoctoproject.org] On Behalf Of Brian Hutchinson Sent: Wednesday,

Re: [meta-xilinx] [PATCH 1/4] conf/machine/*.conf: Move to QB_NETWORK_DEVICE for QEMU targets

2017-01-25 Thread Alistair Francis
On Wed, Jan 25, 2017 at 9:44 AM, Nathan Rossi wrote: > On 26 January 2017 at 01:54, Alistair Francis wrote: >> On Wed, Jan 25, 2017 at 6:59 AM, Nathan Rossi wrote: >>> Move the setup of network devices to the new QB_NETWORK_DEVICE variable, >>> this avoids the need to configure slirp or tap opti

[meta-xilinx] Can Xilinx SDK (XSDK - Eclipse IDE) be integrated with Yocto SDK?

2017-01-25 Thread Brian Hutchinson
I build custom SDK's with Yocto for various products and development teams around the globe for our company. To date, the application developers that install and use my Yocto based SDK have been using Makefile based build systems for their application code. I'm starting to get requests for IDE su

Re: [meta-xilinx] multiple problems with microzed-zynq7 machine

2017-01-25 Thread Nathan Rossi
On 25 January 2017 at 23:47, David Roman wrote: > Hi > > I'm having two problems when trying to use the morty branch for a > microzed-zynq7 machine. > First, the ethernet is not working and shows an error (Configuring network > interfaces... ifconfig: SIOCGIFFLAGS: No such device) Hi David, This

Re: [meta-xilinx] [PATCH 1/4] conf/machine/*.conf: Move to QB_NETWORK_DEVICE for QEMU targets

2017-01-25 Thread Nathan Rossi
On 26 January 2017 at 01:54, Alistair Francis wrote: > On Wed, Jan 25, 2017 at 6:59 AM, Nathan Rossi wrote: >> Move the setup of network devices to the new QB_NETWORK_DEVICE variable, >> this avoids the need to configure slirp or tap options from the machine >> configuration. >> >> Additionally t

Re: [meta-xilinx] [PATCH 1/4] conf/machine/*.conf: Move to QB_NETWORK_DEVICE for QEMU targets

2017-01-25 Thread Alistair Francis
On Wed, Jan 25, 2017 at 6:59 AM, Nathan Rossi wrote: > Move the setup of network devices to the new QB_NETWORK_DEVICE variable, > this avoids the need to configure slirp or tap options from the machine > configuration. > > Additionally this provides the benefit of letting runqemu handle the > setu

[meta-xilinx] [PATCH 4/4] linux-yocto*_4.9.bbappend: Enable linux-yocto 4.9

2017-01-25 Thread Nathan Rossi
Enable linux-yocto and linux-yocto-tiny 4.9 kernels. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-yocto-tiny_4.9.bbappend | 4 recipes-kernel/linux/linux-yocto_4.9.bbappend | 4 2 files changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto-tin

[meta-xilinx] [PATCH 3/4] u-boot_*.bbappend: Change u-boot bbappend to wildcard

2017-01-25 Thread Nathan Rossi
This append no longer provides patches and only includes the platform init injection support. As such this append can apply generally to 'u-boot' versions. Signed-off-by: Nathan Rossi --- recipes-bsp/u-boot/{u-boot_2016.11.bbappend => u-boot_%.bbappend} | 2 +- 1 file changed, 1 insertion(+), 1

[meta-xilinx] [PATCH 2/4] glibc-*.bbappend: Update appends for glibc 2.25

2017-01-25 Thread Nathan Rossi
Update the appends to apply for glibc 2.25. The MicroBlaze patch still applies for this version. Signed-off-by: Nathan Rossi --- .../glibc/{glibc-initial_2.24.bbappend => glibc-initial_2.25.bbappend}| 0 recipes-microblaze/glibc/{glibc_2.24.bbappend => glibc_2.25.bbappend} | 0 2 files c

[meta-xilinx] [PATCH 1/4] conf/machine/*.conf: Move to QB_NETWORK_DEVICE for QEMU targets

2017-01-25 Thread Nathan Rossi
Move the setup of network devices to the new QB_NETWORK_DEVICE variable, this avoids the need to configure slirp or tap options from the machine configuration. Additionally this provides the benefit of letting runqemu handle the setup of tap and slirp arguments, allowing for it to provide features

Re: [meta-xilinx] [PATCH 0/4] Fixes, removals and improving MicroBlaze tune includes

2017-01-25 Thread Nathan Rossi
On 21 January 2017 at 03:20, Manjukumar Harthikote Matha wrote: > Hi Nathan, > >> -Original Message- >> From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- >> boun...@yoctoproject.org] On Behalf Of Nathan Rossi >> Sent: Wednesday, January 18, 2017 5:41 AM >> To: meta-xil...@lis

[meta-xilinx] [PATCH 0/4] Updates to match updates in oe-core master

2017-01-25 Thread Nathan Rossi
These updates are based on oe-core master as at 2017-01-26 (40463f9d80). Nathan Rossi (4): conf/machine/*.conf: Move to QB_NETWORK_DEVICE for QEMU targets glibc-*.bbappend: Update appends for glibc 2.25 u-boot_*.bbappend: Change u-boot bbappend to wildcard linux-yocto*_4.9.bbappend: Enable

[meta-xilinx] multiple problems with microzed-zynq7 machine

2017-01-25 Thread David Roman
Hi I'm having two problems when trying to use the morty branch for a microzed-zynq7 machine. First, the ethernet is not working and shows an error (Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device) Second, DMA is not usable (requesting an slave channel from our kernel m