Re: [meta-xilinx] [meta-virtualization] Using Xen hypervisor and Docker on MPSoC QEMU

2017-02-27 Thread Alistair Francis
On Mon, Feb 27, 2017 at 11:32 PM, Bruce Ashfield wrote: > > > On Mon, Feb 27, 2017 at 5:51 AM, Pello Heriz > wrote: >> >> Hi, >> >> I'm interested on building an image for ZCU102 board using Yocto Project >> for then test the image on QEMU emulator. However, I need to know if is it >> possible to

[meta-xilinx] gpio export from device tree

2017-02-27 Thread Jean-Francois Dagenais
Hi guys, In a previous design on x86, in the kernel, I was exporting a bunch of system gpios to sysfs/userspace with direction and names using gpio_request_one() from platform init code. I’m now trying to achieve something similar on zynq/zynqmp but hopefully without having to write a driver,

Re: [meta-xilinx] Using Xen hypervisor and Docker on MPSoC QEMU

2017-02-27 Thread Bruce Ashfield
On Mon, Feb 27, 2017 at 5:51 AM, Pello Heriz < pello.he...@alumni.mondragon.edu> wrote: > Hi, > > I'm interested on building an image for ZCU102 board using Yocto Project > for then test the image on QEMU emulator. However, I need to know if is it > possible to add docker and xen hypervisor functi

[meta-xilinx] Using Xen hypervisor and Docker on MPSoC QEMU

2017-02-27 Thread Pello Heriz
Hi, I'm interested on building an image for ZCU102 board using Yocto Project for then test the image on QEMU emulator. However, I need to know if is it possible to add docker and xen hypervisor functionalities to the created image just adding the meta-virtualization layer in the bblayers.conf file