[meta-xilinx] [PATCH v2] qemu-xilinx: Add support for building extensible SDK

2017-02-01 Thread Alistair Francis
This patch allows the user to build an extensible SDK including the Xilinx fork of QEMU. Signed-off-by: Alistair Francis --- recipes-devtools/qemu/qemu-xilinx_2017.1.bb | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/recipes-devtools/qemu/qemu-xilinx_

Re: [meta-xilinx] [PATCH] qemu-xilinx: Add support for building extensible SDK

2017-02-01 Thread Alistair Francis
On Wed, Feb 1, 2017 at 4:34 AM, Nathan Rossi wrote: > On 31 January 2017 at 11:21, Alistair Francis > wrote: >> This patch allows the user to build an extensible SDK including the >> Xilinx fork of QEMU. >> >> Signed-off-by: Alistair Francis >> --- >> recipes-devtools/qemu/qemu-xilinx_2017.1.bb

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

2017-02-01 Thread Nathan Rossi
On 18 January 2017 at 23:40, Nathan Rossi wrote: > This series includes the following changes: > > * Adding CONFIG_USB_ULPI for Zynq to fix USB on some boards > * Removal of zynq7-base.dtsi, this was deprecated and now removed > * Improve MicroBlaze tune includes > > Nathan Rossi (4): > devic

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

2017-02-01 Thread Nathan Rossi
On 26 January 2017 at 00:59, Nathan Rossi wrote: > These updates are based on oe-core master as at 2017-01-26 (40463f9d80). Merged. Regards, Nathan > > Nathan Rossi (4): > conf/machine/*.conf: Move to QB_NETWORK_DEVICE for QEMU targets > glibc-*.bbappend: Update appends for glibc 2.25 > u

Re: [meta-xilinx] [PATCH] qemu-xilinx: Add support for building extensible SDK

2017-02-01 Thread Nathan Rossi
On 31 January 2017 at 11:21, Alistair Francis wrote: > This patch allows the user to build an extensible SDK including the > Xilinx fork of QEMU. > > Signed-off-by: Alistair Francis > --- > recipes-devtools/qemu/qemu-xilinx_2017.1.bb | 28 +--- > 1 file changed, 17 insert