[meta-xilinx] [RFC v2 3/5] zynqmp: Consolidate the QEMU dependencies

2017-01-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- conf/machine/ep108-zynqmp.conf | 4 conf/machine/zcu102-zynqmp.conf | 4 2 files changed, 8 deletions(-) diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf index 72b554c..3b08248 100644 --- a/conf/machine/ep108-zynqmp.conf

Re: [meta-xilinx] [RFC v2 0/5] Add support for running Xilinx's QEMU

2017-01-16 Thread Nathan Rossi
On 17 January 2017 at 11:18, Alistair Francis wrote: > Ross Burton recently sent a pull request to oe-core which applies my patch > runqemu: Allow the user to specity no kernel or rootFS > > Once this patch is applied this series allows users to boot Xiilnx's QEMU > directly from runqemu. > >

Re: [meta-xilinx] [RFC v2 1/5] qemu-xilinx: Apply a display port fix patch

2017-01-16 Thread Nathan Rossi
On 17 January 2017 at 11:18, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > ...linx-dp-Add-support-for-yuy2-video-format.patch | 27 > ++ > recipes-devtools/qemu/qemu-xilinx_2016.4.bb| 4 +++- > 2 files changed, 30 insertions(+), 1 deletion(-) >

[meta-xilinx] [RFC v2 4/5] machine-xilinx-qemu.inc: Add support for starting Xilinx's QEMU

2017-01-16 Thread Alistair Francis
This patch adds support to the general include file to boot Xilinx's QEMU machines. Signed-off-by: Alistair Francis Signed-off-by: Nathan Rossi --- conf/machine/include/machine-xilinx-qemu.inc | 34 +++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/conf/

Re: [meta-xilinx] [RFC v2 4/5] machine-xilinx-qemu.inc: Add support for starting Xilinx's QEMU

2017-01-16 Thread Nathan Rossi
On 17 January 2017 at 11:18, Alistair Francis wrote: > This patch adds support to the general include file to boot Xilinx's > QEMU machines. > > Signed-off-by: Alistair Francis > Signed-off-by: Nathan Rossi > --- > conf/machine/include/machine-xilinx-qemu.inc | 34 > +++

Re: [meta-xilinx] [RFC v2 5/5] zcu102: Add support for running Xilinx's QEMU

2017-01-16 Thread Nathan Rossi
On 17 January 2017 at 11:18, Alistair Francis wrote: > Signed-off-by: Alistair Francis > Signed-off-by: Nathan Rossi > --- > conf/machine/zcu102-zynqmp.conf | 19 ++- > 1 file changed, 18 insertions(+), 1 deletion(-) > > diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machin

[meta-xilinx] [RFC v2 2/5] runqemu: Add the morty runqemu script

2017-01-16 Thread Alistair Francis
This commit adds the runqemu script as included in the morty release of OE-Core except the patch below has been applied ontop: runqemu: Allow the user to specity no kernel or rootFS Signed-off-by: Alistair Francis --- scripts/runqemu | 1037 +++

[meta-xilinx] [RFC v2 5/5] zcu102: Add support for running Xilinx's QEMU

2017-01-16 Thread Alistair Francis
Signed-off-by: Alistair Francis Signed-off-by: Nathan Rossi --- conf/machine/zcu102-zynqmp.conf | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf index a38ac4a..52295a9 100644 --- a/conf/machi

[meta-xilinx] [RFC v2 1/5] qemu-xilinx: Apply a display port fix patch

2017-01-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- ...linx-dp-Add-support-for-yuy2-video-format.patch | 27 ++ recipes-devtools/qemu/qemu-xilinx_2016.4.bb| 4 +++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 recipes-devtools/qemu/files/xilinx-dp-Add-support

[meta-xilinx] [RFC v2 0/5] Add support for running Xilinx's QEMU

2017-01-16 Thread Alistair Francis
Ross Burton recently sent a pull request to oe-core which applies my patch runqemu: Allow the user to specity no kernel or rootFS Once this patch is applied this series allows users to boot Xiilnx's QEMU directly from runqemu. Ross's branch is avaliable here: ssh://g...@git.yoctoproject.

Re: [meta-xilinx] [RFC v1 4/4] zcu102: Add support for running Xilinx's QEMU

2017-01-16 Thread Nathan Rossi
On 17 January 2017 at 08:34, Alistair Francis wrote: > On Mon, Jan 16, 2017 at 2:00 AM, Nathan Rossi wrote: >> On 14 January 2017 at 10:32, Alistair Francis >> wrote: >>> Signed-off-by: Alistair Francis >>> Signed-off-by: Nathan Rossi >>> --- >>> conf/machine/zcu102-zynqmp.conf | 15 +

Re: [meta-xilinx] QEMU produced no output

2017-01-16 Thread Peter Smith
Thanks very much for investigating this issue, Xilinx's qemu does work for me, and hopefully when your patch set has been tweaked the Yocto workflow I'm trying to establish in our team will be easier. On 16 Jan 2017 10:38 pm, "Alistair Francis" wrote: > On Sun, Jan 15, 2017 at 9:34 AM, Alistair

Re: [meta-xilinx] QEMU produced no output

2017-01-16 Thread Alistair Francis
On Sun, Jan 15, 2017 at 9:34 AM, Alistair Francis wrote: > On Sun, Jan 15, 2017 at 3:44 AM, Peter Smith wrote: >> Hi, >> >> I have built core-image-minimal from Morty branches of poky and meta-xilinx, >> build completes withoiut issue (providing I remove ATF from image extra >> dependsdue to the

Re: [meta-xilinx] [RFC v1 4/4] zcu102: Add support for running Xilinx's QEMU

2017-01-16 Thread Alistair Francis
On Mon, Jan 16, 2017 at 2:00 AM, Nathan Rossi wrote: > On 14 January 2017 at 10:32, Alistair Francis > wrote: >> Signed-off-by: Alistair Francis >> Signed-off-by: Nathan Rossi >> --- >> conf/machine/zcu102-zynqmp.conf | 15 ++- >> 1 file changed, 14 insertions(+), 1 deletion(-) >>

Re: [meta-xilinx] [RFC v1 3/4] machine-xilinx-qemu.inc: Add support for starting Xilinx's QEMU

2017-01-16 Thread Alistair Francis
On Mon, Jan 16, 2017 at 1:55 AM, Nathan Rossi wrote: > On 14 January 2017 at 10:32, Alistair Francis > wrote: >> This patch adds support to the general include file to boot Xilinx's >> QEMU machines. >> >> Signed-off-by: Alistair Francis >> Signed-off-by: Nathan Rossi >> --- >> conf/machine/in

Re: [meta-xilinx] [RFC v1 1/4] runqemu: Add the morty runqemu script

2017-01-16 Thread Alistair Francis
On Mon, Jan 16, 2017 at 11:28 AM, Peter Smith wrote: > Alistiar, I have sucessfully applied the patches, my next question is how do > I invoke the script to ensure that Xilinx's qemu is executed, I have run the > runqemu script in meta-xilinx/scripts but this still executes the mainline > qemu. So

Re: [meta-xilinx] [RFC v1 1/4] runqemu: Add the morty runqemu script

2017-01-16 Thread Peter Smith
Alistiar, I have sucessfully applied the patches, my next question is how do I invoke the script to ensure that Xilinx's qemu is executed, I have run the runqemu script in meta-xilinx/scripts but this still executes the mainline qemu. Sorry if this is obvious but I have got much experience with run

Re: [meta-xilinx] Did a build of yocto master with meta-xilinx and am trying to figure out how to prep SD card to boot zcu102

2017-01-16 Thread Brian Hutchinson
On Mon, Jan 16, 2017 at 8:20 AM, Brian Hutchinson wrote: > > Can I just steal BOOT.bin from the xilinx pre-built image release and use > the other yocto images to get this thing booting from SD Card since Yocto > isn't making BOOT.bin for this board? > > Regards, > > Brian That last email I sent

[meta-xilinx] [linux-xlnx] features/rtc/rtc.scc does not exist

2017-01-16 Thread Adrian Fiergolski
Hello, I work with morty branch. I wanted do modify linux-xlnx recipe uding devtool. However, I get an error: $>: devtool modify linux-xlnx Parsing recipes..done. Parsing recipes..done. NOTE: Fetching linux-xlnx... NOTE: Unpacking... NOTE: Doing kernel checkout... NOTE: Patching... NOTE: Executin

Re: [meta-xilinx] Did a build of yocto master with meta-xilinx and am trying to figure out how to prep SD card to boot zcu102

2017-01-16 Thread Brian Hutchinson
On Jan 13, 2017 3:12 PM, "Brian Hutchinson" wrote: Hi, Back in November I built core-image-minimal from Yocto master with meta-xilinx included. I have the following files in deploy/images/zcu102-zynqmps: -rw-r--r-- 2 hutch hutch24640 Nov 16 01:05 bl31-zcu102-zynqmp.bin -rw-r--r-- 2 hutch h

Re: [meta-xilinx] [RFC v1 4/4] zcu102: Add support for running Xilinx's QEMU

2017-01-16 Thread Nathan Rossi
On 14 January 2017 at 10:32, Alistair Francis wrote: > Signed-off-by: Alistair Francis > Signed-off-by: Nathan Rossi > --- > conf/machine/zcu102-zynqmp.conf | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > > diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zc

Re: [meta-xilinx] [RFC v1 3/4] machine-xilinx-qemu.inc: Add support for starting Xilinx's QEMU

2017-01-16 Thread Nathan Rossi
On 14 January 2017 at 10:32, Alistair Francis wrote: > This patch adds support to the general include file to boot Xilinx's > QEMU machines. > > Signed-off-by: Alistair Francis > Signed-off-by: Nathan Rossi > --- > conf/machine/include/machine-xilinx-qemu.inc | 35 > +++