Re: [OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-06-06 Thread Alistair Francis
On Mon, May 23, 2016 at 3:09 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > On Mon, May 23, 2016 at 2:37 PM, Alistair Francis > <alistair.fran...@xilinx.com> wrote: >> On Sat, May 21, 2016 at 2:33 PM, Burton, Ross <ross.bur...@intel.com> wrote: &

[OE-core] [PATCH] runqemu-internal: Update the qemuzynq boot options

2016-06-07 Thread Alistair Francis
The current qemuzynq options were causing QEMU to exit instead of booting as the QEMU Zynq-7000 machine does not have virtio or display devices. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> Reported-by: Arno <s...@gmx.li> --- scripts/runqemu-internal | 3 ++- 1 fil

[OE-core] [PATCH] runqemu: qemuzynqmp: Add Linux boot support

2016-06-15 Thread Alistair Francis
Add support to direct boot Linux instead of just booting u-boot. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 3 +-- scripts/runqemu-internal | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/runqemu b/scripts/r

Re: [OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-05-23 Thread Alistair Francis
On Sat, May 21, 2016 at 2:33 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 19 May 2016 at 17:40, Alistair Francis <alistair.fran...@xilinx.com> > wrote: >> >> On Thu, May 12, 2016 at 2:37 PM, Alistair Francis >> <alistair.fran...@xilinx.com>

Re: [OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-05-23 Thread Alistair Francis
On Mon, May 23, 2016 at 2:37 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > On Sat, May 21, 2016 at 2:33 PM, Burton, Ross <ross.bur...@intel.com> wrote: >> >> On 19 May 2016 at 17:40, Alistair Francis <alistair.fran...@xilinx.com> >> wrote:

Re: [OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-05-19 Thread Alistair Francis
On Thu, May 12, 2016 at 2:37 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> Ping! > --- > scripts/runqemu | 9 - > scripts/runqemu-internal | 21 + > 2 f

[OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-05-12 Thread Alistair Francis
Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 9 - scripts/runqemu-internal | 21 + 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index d7fa941..de05035

Re: [OE-core] [PATCH] runqemu: qemuzynqmp: Add Linux boot support

2016-07-27 Thread Alistair Francis
Ping! On Wed, Jun 15, 2016 at 1:43 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > Add support to direct boot Linux instead of just booting u-boot. > > Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> > --- > scripts/runqemu | 3 +--

Re: [OE-core] [PATCH] runqemu: qemuzynqmp: Add Linux boot support

2016-08-03 Thread Alistair Francis
Ping^2! On Wed, Jul 27, 2016 at 11:02 AM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > Ping! > > On Wed, Jun 15, 2016 at 1:43 PM, Alistair Francis > <alistair.fran...@xilinx.com> wrote: >> Add support to direct boot Linux instead of just booting u-boot.

Re: [OE-core] [PATCH] runqemu: qemuzynqmp: Add Linux boot support

2016-08-08 Thread Alistair Francis
On Mon, Aug 8, 2016 at 6:37 AM, Burton, Ross <ross.bur...@intel.com> wrote: > Sorry, staged in my branch now. Great! Thanks Alistair > > Ross > > On 3 August 2016 at 21:31, Alistair Francis <alistair.fran...@xilinx.com> > wrote: >> >> Ping^2! >&g

Re: [OE-core] [PATCH] runqemu: Allow the user to specity no kernel or rootFS

2017-01-17 Thread Alistair Francis
On Tue, Jan 10, 2017 at 1:04 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > In some cirsumstances the user doesn't want to supply a kernel, rootFS > or DTB to QEMU. This will occur more now that QEMU supports loading > images using a '-device loader' method. > > A

Re: [OE-core] [PATCH 0/8] runqemu: refactor it and remove machine knowledge

2016-08-18 Thread Alistair Francis
On Thu, Aug 18, 2016 at 2:36 PM, Alistair Francis <alistai...@gmail.com> wrote: > On Wed, Aug 17, 2016 at 11:15 PM, Robert Yang <liezhi.y...@windriver.com> > wrote: >> Previously, runqemu had hard coded machine knowledge, which limited its >> usage, for exa

Re: [OE-core] [PATCH 0/8] runqemu: refactor it and remove machine knowledge

2016-08-18 Thread Alistair Francis
On Wed, Aug 17, 2016 at 11:15 PM, Robert Yang wrote: > Previously, runqemu had hard coded machine knowledge, which limited its > usage, for example, qemu can boot genericx86, but runqemu can't, we need > edit runqemu/runqemu-internal a lot if we want to boot genericx86.

Re: [OE-core] [PATCH v2 2/2] runqemu: Allow the user to specity no kernel or rootFS

2016-11-08 Thread Alistair Francis
On Tue, Nov 8, 2016 at 3:15 AM, Nathan Rossi <nat...@nathanrossi.com> wrote: > On 3 November 2016 at 10:17, Alistair Francis > <alistair.fran...@xilinx.com> wrote: >> In some cirsumstances the user doesn't want to supply a kernel, rootFS >> or DTB to QEMU. This

Re: [OE-core] [PATCH 2/2] runqemu: Allow the user to specity no kernel or rootFS

2016-11-02 Thread Alistair Francis
On Wed, Nov 2, 2016 at 4:18 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > In some cirsumstances the user doesn't want to supply a kernel, rootFS > or DTB to QEMU. This will occur more now that QEMU supports loading > images using a '-device loader' method. > > A

[OE-core] [PATCH 2/2] runqemu: Allow the user to specity no kernel or rootFS

2016-11-02 Thread Alistair Francis
. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 922ebaf..ac10ee2 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -453,7 +453,7 @@ class Base

[OE-core] [PATCH v2 2/2] runqemu: Allow the user to specity no kernel or rootFS

2016-11-02 Thread Alistair Francis
. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 922ebaf..5f60312 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -453,7 +453,7 @@

[OE-core] [PATCH 0/2] runqemu: Allow users to not specify a kernel or RootFS

2016-11-02 Thread Alistair Francis
the user doesn't want to specify any -kernel, -initrd or -dtb options. Alistair Francis (2): runqemu: Split out the base name of QB_DEFAULT_KERNEL runqemu: Allow the user to specity no kernel or rootFS scripts/runqemu | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) -- 2.7.4

[OE-core] [PATCH v2 0/2] runqemu: Allow users to not specify a kernel or RootFS

2016-11-02 Thread Alistair Francis
the user doesn't want to specify any -kernel, -initrd or -dtb options. V2: - Squash patch I missed the first time. Alistair Francis (2): runqemu: Split out the base name of QB_DEFAULT_KERNEL runqemu: Allow the user to specity no kernel or rootFS scripts/runqemu | 14 -- 1 file

Re: [OE-core] [PATCH 2/2] runqemu: Allow the user to specity no kernel or rootFS

2016-11-02 Thread Alistair Francis
On Wed, Nov 2, 2016 at 5:13 PM, Andre McCurdy <armccu...@gmail.com> wrote: > On Wed, Nov 2, 2016 at 4:30 PM, Alistair Francis <alistai...@gmail.com> wrote: >> On Wed, Nov 2, 2016 at 4:18 PM, Alistair Francis >> <alistair.fran...@xilinx.com> wrote: >>> I

[OE-core] [PATCH 1/2] runqemu: Split out the base name of QB_DEFAULT_KERNEL

2016-11-02 Thread Alistair Francis
The function write_qemuboot_conf() in qemuboot.bbclass always inserts the full path into QB_DEFAULT_KERNEL. Remove this path before using the variable. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 5 - 1 file changed, 4 insertions(+), 1 de

[OE-core] [PATCH v2 1/2] runqemu: Split out the base name of QB_DEFAULT_KERNEL

2016-11-02 Thread Alistair Francis
The function write_qemuboot_conf() in qemuboot.bbclass always inserts the full path into QB_DEFAULT_KERNEL. Remove this path before using the variable. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 5 - 1 file changed, 4 insertions(+), 1 de

[OE-core] [PATCH] runqemu: Allow the user to specity no kernel or rootFS

2017-01-10 Thread Alistair Francis
. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- Nathan Rossi previously queried if we should have a QB_KERNEL_OPT variable instead of this, so then different machines can set that based on their specifc use cases. Generally it would be set to QB_KERNEL_OPT = "-kernel @K

[OE-core] [PATCH 1/2] runqemu: Automatically add a TFTP directory for slirp boot

2017-03-24 Thread Alistair Francis
When booting QEMU with slirp networking we want to use QEMUs TFTP server to make the images in deploy accessible to the guest. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run

[OE-core] [PATCH 2/2] runqemu: Add a background command option

2017-03-24 Thread Alistair Francis
(using QMP) or other servers/clients that QEMU can connect to. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- documentation/ref-manual/migration.xml | 2 ++ scripts/runqemu| 7 +++ 2 files changed, 9 insertions(+) diff --git a/documentation/ref-

[OE-core] [PATCH v2 2/2] runqemu: Add a background command option

2017-03-24 Thread Alistair Francis
(using QMP) or other servers/clients that QEMU can connect to. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 7 +++ 1 file changed, 7 insertions(+) diff --git a/scripts/runqemu b/scripts/runqemu index f76d976..b5cc56a 100755 --- a/scripts/runqemu

[OE-core] [PATCH v2 1/2] runqemu: Automatically add a TFTP directory for slirp boot

2017-03-24 Thread Alistair Francis
When booting QEMU with slirp networking we want to use QEMUs TFTP server to make the images in deploy accessible to the guest. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run

Re: [OE-core] [PATCH v2 1/2] runqemu: Automatically add a TFTP directory for slirp boot

2017-03-31 Thread Alistair Francis
On Fri, Mar 24, 2017 at 1:38 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > When booting QEMU with slirp networking we want to use QEMUs TFTP server > to make the images in deploy accessible to the guest. > > Signed-off-by: Alistair Francis <alistair.fran

Re: [OE-core] [PATCH v2 2/2] runqemu: Add a background command option

2017-04-03 Thread Alistair Francis
On Sat, Apr 1, 2017 at 12:19 AM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Fri, 2017-03-24 at 13:38 -0700, Alistair Francis wrote: >> This allows callers to specify commands that should be run in the >> background >> while running QEMU. This ca

Re: [OE-core] [PATCH v2 1/2] runqemu: Automatically add a TFTP directory for slirp boot

2017-04-07 Thread Alistair Francis
On Fri, Mar 31, 2017 at 10:07 AM, Alistair Francis <alistai...@gmail.com> wrote: > On Fri, Mar 24, 2017 at 1:38 PM, Alistair Francis > <alistair.fran...@xilinx.com> wrote: >> When booting QEMU with slirp networking we want to use QEMUs TFTP server >> to make t

Re: [OE-core] [PATCH v2 1/2] runqemu: Automatically add a TFTP directory for slirp boot

2017-04-18 Thread Alistair Francis
On Fri, Apr 7, 2017 at 9:59 AM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > On Fri, Mar 31, 2017 at 10:07 AM, Alistair Francis <alistai...@gmail.com> > wrote: >> On Fri, Mar 24, 2017 at 1:38 PM, Alistair Francis >> <alistair.fran...@xilinx.com> wro

[OE-core] [PATCH] devtools: qemu: Remove obsolete '--with-system-pixman' option

2017-09-15 Thread Alistair Francis
the config option as it is no longer supported in recent commits and is not required in older builds as the configure system defaults are already using system pixman. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- meta/recipes-devtools/qemu/qemu.inc | 1 - 1 file chan

Re: [OE-core] [PATCH] glib-2.0: recommend shared-mime-info

2017-09-13 Thread Alistair Francis
On Wed, Sep 13, 2017 at 1:42 PM, Burton, Ross wrote: > Can you share a log showing that? This is the full log, so it's not just OpenSSL: alistai@xsjalistai50:/scratch/alistai/yocto/oe-master/build (master)*$ SDKMACHINE="x86_64-mingw32" bitbake buildtools-tarball Loading

Re: [OE-core] [PATCH] glib-2.0: recommend shared-mime-info

2017-09-13 Thread Alistair Francis
On Wed, Sep 13, 2017 at 2:09 PM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Wed, 2017-09-13 at 13:55 -0700, Alistair Francis wrote: >> On Wed, Sep 13, 2017 at 1:42 PM, Burton, Ross <ross.bur...@intel.com> >> wrote: >> &

Re: [OE-core] [PATCH] glib-2.0: recommend shared-mime-info

2017-09-14 Thread Alistair Francis
On Wed, Sep 13, 2017 at 2:18 PM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Wed, 2017-09-13 at 14:12 -0700, Alistair Francis wrote: >> On Wed, Sep 13, 2017 at 2:09 PM, Richard Purdie >> <richard.pur...@linuxfoundation.org> wrote: >> > &g

Re: [OE-core] [PATCH] glib-2.0: recommend shared-mime-info

2017-09-13 Thread Alistair Francis
On Tue, Sep 5, 2017 at 8:08 AM, Ross Burton wrote: > Large portions of GIO are not that useful without the MIME database. Add a > recommends to shared-mime-info so that GIO works out of the box, but can be > removed (using BAD_RECOMMENDATIONS) if shared-mime-info is too

[OE-core] [PATCH v2 2/2] runqemu: Allow the user to override the device tree option

2017-10-12 Thread Alistair Francis
Update the runqemu script to allow the user to specify a device tree to boot when calling runqemu. This involves creating a seperate check_dtb() function incase the user has specified 'none' for the kernel but still wants a device tree. Signed-off-by: Alistair Francis <alistair.f

[OE-core] [PATCH v2 1/2] runqemu: Allow the user to override the Kernel option

2017-10-12 Thread Alistair Francis
Update the runqemu script to allow the user to specify a Kernel to boot when calling runqemu. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> Cc: Ben Levinsky <ben.levin...@xilinx.com> --- scripts/runqemu | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH 0/4] Recipes for Open Source Verilog and Lattice iCE40 FPGAs tools

2017-09-12 Thread Alistair Francis
On Tue, Sep 12, 2017 at 3:56 PM, Trevor Woerner wrote: > Nathan, this is awesome! > > (haven't tested it yet, but it's great to see this effort!!) > > On Mon, Sep 11, 2017 at 1:58 AM, Burton, Ross wrote: >> On 10 September 2017 at 14:14, Nathan Rossi

[OE-core] [PATCH] glib-2.0: Remove recommend shared-mime-info for MinGW

2017-09-25 Thread Alistair Francis
Commit glib-2.0: recommend shared-mime-info (51e4f9ca5368af5cefa26f4ca50b282e858982f8) broke compilation when cross compiling for Windows. This patch removes the recommendation for shared-mime-info when using MinGW cross compile. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com&

[OE-core] [PATCH 2/2] runqemu: Allow the user to override the device tree option

2017-09-26 Thread Alistair Francis
Update the runqemu script to allow the user to specify a device tree to boot when calling runqemu. This involves creating a seperate check_dtb() function incase the user has specified 'none' for the kernel but still wants a device tree. Signed-off-by: Alistair Francis <alistair.f

Re: [OE-core] [PATCH] glib-2.0: Remove recommend shared-mime-info for MinGW

2017-10-04 Thread Alistair Francis
On Mon, Sep 25, 2017 at 3:56 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > Commit glib-2.0: recommend shared-mime-info > (51e4f9ca5368af5cefa26f4ca50b282e858982f8) broke compilation when cross > compiling for Windows. This patch removes the recommendation for > sha

Re: [OE-core] [PATCH] glib-2.0: Remove recommend shared-mime-info for MinGW

2017-10-04 Thread Alistair Francis
On Wed, Oct 4, 2017 at 3:23 PM, Burton, Ross <ross.bur...@intel.com> wrote: > Already queued for master and probably rocko. Thanks for that. Alistair > > Ross > > On 4 October 2017 at 22:50, Alistair Francis <alistai...@gmail.com> wrote: >> >> On Mon, Se

Re: [OE-core] [PATCH v2 1/2] runqemu: Allow the user to override the Kernel option

2017-11-10 Thread Alistair Francis
On Thu, Oct 12, 2017 at 4:32 PM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > Update the runqemu script to allow the user to specify a Kernel to boot > when calling runqemu. > > Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> > Cc: Ben Levins

[OE-core] [PATCH v3 1/2] runqemu: Allow the user to override the Kernel option

2017-11-21 Thread Alistair Francis
Update the runqemu script to allow the user to specify a Kernel to boot when calling runqemu. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> Cc: Ben Levinsky <ben.levin...@xilinx.com> --- scripts/runqemu | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH v2 2/2] runqemu: Allow the user to override the device tree option

2017-11-21 Thread Alistair Francis
uilder/yocto-worker/nightly-arm-lsb/build/scripts/runqemu", > line 624, in check_dtb > cmd_match = "%s/%s" % (deploy_dir_image, dtb) > NameError: name 'deploy_dir_image' is not defined Ah! I don't know how that slipped through. Fixed in v3. Thanks for looking at the patch. Ali

[OE-core] [PATCH] glib-2.0: Update to glib 2.53.7

2017-11-06 Thread Alistair Francis
Update to Glib version 2.53.7. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- ...evert-meson-Substitute-the-Python-shebang.patch | 54 ++ .../glib-2.0/glib-2.0/configure-libtool.patch | 34 +++--- .../{glib-2.0_2.52.3.bb => glib-2.0_

Re: [OE-core] [PATCH 03/50] glib-2.0: update to 2.54.1

2017-11-07 Thread Alistair Francis
python, so > add a patch that avoids hardcoding the python path in the shebang, > and remove previous patching with sed. > > Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> Reviewed-by: Alistair Francis <alistair.fran...@xilinx.com> Alistair > --- > .

Re: [OE-core] [PATCH] glib-2.0: Update to glib 2.53.7

2017-11-07 Thread Alistair Francis
On Tue, Nov 7, 2017 at 1:20 PM, Randy MacLeod wrote: > On 2017-11-07 10:04 AM, Alexander Kanavin wrote: >> >> On 11/07/2017 11:58 AM, Burton, Ross wrote: >>> >>> Odd major version numbers are development releases, so this won't be >>> accepted into oe-core. >> >> >>

Re: [OE-core] [PATCH] glib-2.0: Update to glib 2.53.7

2017-11-07 Thread Alistair Francis
On Tue, Nov 7, 2017 at 7:04 AM, Alexander Kanavin wrote: > On 11/07/2017 11:58 AM, Burton, Ross wrote: >> >> Odd major version numbers are development releases, so this won't be >> accepted into oe-core. > > > Not to mention that I have already sent an update to

Re: [OE-core] [PATCH] recipes-graphics/libsdl2: Add native and nativesdk support

2018-05-10 Thread Alistair Francis
s your patches look better then mine :) It would be great if you could send the QEMU 2.12 patches seperatly. Can you CC me when you do? Alistair > > On Thu, May 10, 2018 at 11:31 PM Alistair Francis <alistair.fran...@wdc.com> > wrote: >> >> Allow building libsdl2 for nativ

[OE-core] [PATCH] recipes-graphics/libsdl2: Add native and nativesdk support

2018-05-10 Thread Alistair Francis
Allow building libsdl2 for native and nativesdk. This is required to use libsdl2 in QEMU. Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> --- meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-graphics/l

Re: [OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-05-10 Thread Alistair Francis
ough */ >> --case DISAS_JUMP: >> --tcg_gen_lookup_and_goto_ptr(); >> --break; >> - case DISAS_EXIT: >> - tcg_gen_exit_tb(0); >> - break; >> -+case DISAS_JUMP: >> -+tcg_ge

Re: [OE-core] [PATCHv2 5/5] qemu: use sdl2 instead of sdl1

2018-05-11 Thread Alistair Francis
On Fri, May 11, 2018 at 12:21 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > * sdl1 since qemu-2.12.0 depends on x11 in DISTRO_FEATURES, switch to sdl2 > > Signed-off-by: Martin Jansa <martin.ja...@gmail.com> Reviewed-by: Alistair Francis <alistair.fran...@wdc.com&g

Re: [OE-core] [PATCHv2 2/5] qemu: upgrade to 2.12.0

2018-05-11 Thread Alistair Francis
on <ross.bur...@intel.com> Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > meta/conf/distro/include/tcmode-default.inc | 2 +- > ...4-treat-DISAS_UPDATE-as-variant-of-D.patch | 67 --- > ...-connect-socket-to-a-spawned-command.

Re: [OE-core] [PATCHv2 3/5] qemu: refresh patches with devtool

2018-05-11 Thread Alistair Francis
On Fri, May 11, 2018 at 12:21 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > From: Martin Jansa <martin.ja...@gmail.com> > > Signed-off-by: Martin Jansa <martin.ja...@gmail.com> > Signed-off-by: Ross Burton <ross.bur...@intel.com> Reviewed-by: Alista

Re: [OE-core] [PATCH] recipes-graphics/libsdl2: Add native and nativesdk support

2018-05-11 Thread Alistair Francis
On Fri, May 11, 2018 at 12:44 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, May 10, 2018 at 03:06:47PM -0700, Alistair Francis wrote: >> On Thu, May 10, 2018 at 2:58 PM, Martin Jansa <martin.ja...@gmail.com> wrote: >> > See http://git.openembedded.org/op

Re: [OE-core] [PATCHv2 1/5] libsdl2: allow to build native and nativesdk

2018-05-11 Thread Alistair Francis
On Fri, May 11, 2018 at 12:20 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > * enable x11 in native builds > > Signed-off-by: Martin Jansa <martin.ja...@gmail.com> Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > meta/recipes-grap

Re: [OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

2018-05-22 Thread Alistair Francis
On Wed, May 2, 2018 at 1:49 PM, Alistair Francis <alistair.fran...@wdc.com> wrote: > If the user has set numa in their MACHINE_FEATURES we should enable > NUMA support in the kernel config. > > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> Ping! Alistai

[OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

2018-05-25 Thread Alistair Francis
If the user has set numa in their MACHINE_FEATURES we should enable NUMA support in the kernel config. Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> Acked-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- meta/recipes-kernel/linux/linux-yocto.inc | 2 ++ 1 fil

Re: [OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

2018-05-24 Thread Alistair Francis
On Thu, May 24, 2018 at 5:27 AM, Bruce Ashfield <bruce.ashfi...@gmail.com> wrote: > > > On Thu, May 24, 2018 at 5:45 AM, Anuj Mittal <anuj.mit...@intel.com> wrote: >> >> On 05/03/2018 04:49 AM, Alistair Francis wrote: >> > +KERNEL_FEATURES_append

Re: [OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

2018-05-24 Thread Alistair Francis
On Thu, May 24, 2018 at 4:30 PM, Alistair Francis <alistai...@gmail.com> wrote: > On Thu, May 24, 2018 at 5:27 AM, Bruce Ashfield > <bruce.ashfi...@gmail.com> wrote: >> >> >> On Thu, May 24, 2018 at 5:45 AM, Anuj Mittal <anuj.mit...@intel.com> wrote

[OE-core] [PATCH 1/4] recipes-devtools/qemu: Add RISC-V support

2018-06-14 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index faaea781cd..d1543b81f9 100644 --- a/meta/recipes-devtools/qemu/qemu.inc

[OE-core] [PATCH 2/4] recipes-extended/psmisc: Don't exclude autopoint for RISCV

2018-06-14 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-extended/psmisc/psmisc.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 82ef947709..73b4c56f69 100644 --- a/meta/recipes-extended

[OE-core] [PATCH 4/4] recipes-kernel/linux: Add RISC-V support

2018-06-14 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-kernel/linux/linux-yocto.inc | 4 meta/recipes-kernel/linux/linux-yocto_4.15.bb | 5 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux

[OE-core] [PATCH 3/4] recipes-support/nspr: Add RISC-V support

2018-06-14 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../0003-Add-riscv-architecture-support.patch | 103 ++ meta/recipes-support/nspr/nspr_4.19.bb| 1 + 2 files changed, 104 insertions(+) create mode 100644 meta/recipes-support/nspr/nspr/0003-Add-riscv-architecture-support.patch

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-15 Thread Alistair Francis
it with qemuarm and checking with bitbake -e I can't see anywhere that the variable is set. Any ideas on what to try to figure out how it is set? Alistair > > Ross > > On 4 June 2018 at 19:46, Alistair Francis wrote: >> On Mon, Jun 4, 2018 at 10:20 AM, Alexander Kanavin >

Re: [OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

2018-06-19 Thread Alistair Francis
On Fri, May 25, 2018 at 8:56 AM, Alistair Francis wrote: > If the user has set numa in their MACHINE_FEATURES we should enable > NUMA support in the kernel config. > > Signed-off-by: Alistair Francis > Acked-by: Bruce Ashfield Ping! Alistair > --- > meta/recipes-kernel/

Re: [OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-05-30 Thread Alistair Francis
On Tue, May 29, 2018 at 7:16 PM, Khem Raj wrote: > On Tue, May 29, 2018 at 4:14 PM, Alistair Francis > wrote: >> On Tue, May 29, 2018 at 1:40 PM, Martin Jansa wrote: >>> After removing ld-is-gold I was able to reproduce the issue. >>> >>> Unfortunately

Re: [OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-05-29 Thread Alistair Francis
ried to upgrade to latest SRCREV in > qemu master (currently 5a5c383b1373aeb6c87a0d6060f6c3dc7c53082b) > > Will try to bisect where it started to hang between 2.11.0 and 2.12.0, but > it might be faster if Alistair Francis can chime in as the author of this > patch, he might have bett

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-04 Thread Alistair Francis
On Mon, Jun 4, 2018 at 10:20 AM, Alexander Kanavin wrote: > On 06/04/2018 08:17 PM, Alistair Francis wrote: >> >> On Mon, Jun 4, 2018 at 3:06 AM, Burton, Ross >> wrote: >>> >>> So why isn't the inherit gettext sufficient? >> >> >> I'm no

Re: [OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-05-31 Thread Alistair Francis
t-x86-target.patch >> doesn't help with the hang, then I've tried to upgrade to latest SRCREV in >> qemu master (currently 5a5c383b1373aeb6c87a0d6060f6c3dc7c53082b) >> >> Will try to bisect where it started to hang between 2.11.0 and 2.12.0, but >> it might be faster if

[OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-01 Thread Alistair Francis
atk requires xgettext to compile, specify it as a dependency. Signed-off-by: Alistair Francis --- meta/recipes-support/atk/atk_2.28.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/atk/atk_2.28.1.bb b/meta/recipes-support/atk/atk_2.28.1.bb index

[OE-core] [PATCH 1/2] [meta] dbus: Fix X11 compille errors

2018-06-01 Thread Alistair Francis
When building with X11 set in DISTRO_FEATURES we need to specify that we depend on X11 native for building dbus. Otherwise we see missing include file compile errors. Signed-off-by: Alistair Francis --- meta/recipes-core/dbus/dbus_1.12.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH 1/2] [meta] dbus: Fix X11 compille errors

2018-06-02 Thread Alistair Francis
which is probably why I see it when others don't. Alistair > > And do the same for the other patch to atk. > > Alex > > 2018-06-02 1:14 GMT+03:00 Alistair Francis : >> When building with X11 set in DISTRO_FEATURES we need to specify that we >> depend on X11 native

Re: [OE-core] [master][PATCH 2/4] qemu: upgrade to 2.12.0

2018-06-01 Thread Alistair Francis
1 file changed, 4 deletions(-) > > diff --git a/configure b/configure > -index c30fd45..b5312f4 100755 > +index 69e05fb6c0..12fc3d8bdc 100755 > --- a/configure > +++ b/configure > -@@ -5115,10 +5115,6 @@ fi > +@@ -5413,10 +5413,6 @@ write_c_skeleton > if test "

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-04 Thread Alistair Francis
R: Task (/scratch/alistair/yocto/oe-master/meta/recipes-support/atk/atk_2.28.1.bb:do_configure) failed with exit code '1' Alistair > > Ross > > On 1 June 2018 at 23:14, Alistair Francis wrote: >> atk requires xgettext to compile, specify it as a dependency. >> >> Sig

Re: [OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

2018-06-29 Thread Alistair Francis
On Tue, Jun 19, 2018 at 12:46 PM, Khem Raj wrote: > This is good to apply Ping! Alistair > > On Tue, Jun 19, 2018 at 11:09 AM Alistair Francis > wrote: >> >> On Fri, May 25, 2018 at 8:56 AM, Alistair Francis >> wrote: >> > If the user has set numa in

Re: [OE-core] [PATCH v2 2/2] recipes-support/nspr: Add RISC-V support

2018-06-22 Thread Alistair Francis
On Thu, Jun 21, 2018 at 10:12 PM, Martin Hundebøll wrote: > > > On 2018-06-21 23:26, Alistair Francis wrote: >> >> Signed-off-by: Alistair Francis >> --- >> ...initions-for-the-RISC-V-architecture.patch | 150 ++ >> meta/recipes-support/

Re: [OE-core] [PATCH 3/3] qemu: refresh patches with devtool

2018-05-02 Thread Alistair Francis
On Wed, May 2, 2018 at 7:38 AM Martin Jansa <martin.ja...@gmail.com> wrote: > Signed-off-by: Martin Jansa <martin.ja...@gmail.com> Acked-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > .../qemu/qemu/add-ptest-in-makefile-v10.patch | 13

Re: [OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-05-02 Thread Alistair Francis
On Wed, May 2, 2018 at 7:37 AM Martin Jansa <martin.ja...@gmail.com> wrote: > Signed-off-by: Martin Jansa <martin.ja...@gmail.com> Looks good Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > meta/conf/distro/include/tcmode-default.i

[OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

2018-05-02 Thread Alistair Francis
If the user has set numa in their MACHINE_FEATURES we should enable NUMA support in the kernel config. Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> --- meta/recipes-kernel/linux/files/numa.cfg | 4 meta/recipes-kernel/linux/linux-yocto.inc | 3 +++ 2 files chan

Re: [OE-core] [PATCH] receipes-devtools: QEMU: Bump to version 2.11.0

2018-01-05 Thread Alistair Francis
On Thu, Jan 4, 2018 at 12:45 AM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Tue, 2018-01-02 at 14:58 -0800, Alistair Francis wrote: >> On Thu, Dec 21, 2017 at 1:56 PM, Alistair Francis >> <alistair.fran...@xilinx.com> wrote: >> > >>

Re: [OE-core] [PATCH] receipes-devtools: QEMU: Bump to version 2.11.0

2018-01-05 Thread Alistair Francis
On Fri, Jan 5, 2018 at 4:22 PM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Fri, 2018-01-05 at 11:15 -0800, Alistair Francis wrote: >> On Thu, Jan 4, 2018 at 12:45 AM, Richard Purdie >> <richard.pur...@linuxfoundation.org> wrote: >> > I

Re: [OE-core] [PATCH] receipes-devtools: QEMU: Bump to version 2.11.0

2018-01-08 Thread Alistair Francis
On Sat, Jan 6, 2018 at 2:15 AM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Fri, 2018-01-05 at 18:18 -0800, Alistair Francis wrote: >> On Fri, Jan 5, 2018 at 4:22 PM, Richard Purdie >> <richard.pur...@linuxfoundation.org> wrote: >> > &g

Re: [OE-core] [PATCH v3] receipes-devtools: QEMU: Bump to version 2.11.0

2018-01-16 Thread Alistair Francis
On Sun, Jan 14, 2018 at 1:20 AM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Fri, 2018-01-12 at 14:09 -0800, Alistair Francis wrote: >> Use the latest QEMU release 2.11. Remove all patches that are no >> longer >> required as they have been merged

[OE-core] [PATCH] glib-2.0: Re-add the gettext depend

2018-01-18 Thread Alistair Francis
Commit "glib-2.0: rationalise build dependencies" (8b0ca0cb54c91611213556bdb99316d5e7ac5b3b) broke mingw glib builds with the following error: This patch fixes the issue by re-adding the gettext dependency. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- meta/r

Re: [OE-core] [PATCH] glib-2.0: Re-add the gettext depend

2018-01-18 Thread Alistair Francis
On Thu, Jan 18, 2018 at 11:23 AM, Joshua Lock <joshua.g.l...@linux.intel.com> wrote: > > > On 18/01/18 19:12, Alistair Francis wrote: >> >> Commit "glib-2.0: rationalise build dependencies" >> (8b0ca0cb54c91611213556bdb99316d5e7ac5b3b) broke mi

Re: [OE-core] ✗ patchtest: failure for receipes-devtools: QEMU: Bump to version 2.11.0 (rev5)

2018-01-17 Thread Alistair Francis
On Wed, Jan 17, 2018 at 1:05 PM, Patchwork wrote: > == Series Details == > > Series: receipes-devtools: QEMU: Bump to version 2.11.0 (rev5) > Revision: 5 > URL : https://patchwork.openembedded.org/series/10286/ > State : failure > > == Summary == > > >

Re: [OE-core] ✗ patchtest: failure for receipes-devtools: QEMU: Bump to version 2.11.0 (rev2)

2018-01-12 Thread Alistair Francis
On Fri, Jan 12, 2018 at 1:02 PM, Patchwork wrote: > == Series Details == > > Series: receipes-devtools: QEMU: Bump to version 2.11.0 (rev2) > Revision: 2 > URL : https://patchwork.openembedded.org/series/10286/ > State : failure > > == Summary == > > >

Re: [OE-core] ✗ patchtest: failure for receipes-devtools: QEMU: Bump to version 2.11.0 (rev3)

2018-01-12 Thread Alistair Francis
Series does not apply on top of target branch > [test_series_merge_on_head] > Suggested fixRebase your series on top of targeted branch > Targeted branch master (currently at 4facc57238) This is weird, it's based on this commit: commit 2fe1d126a6d439c29cc71a19173d6d477765a078 (H

Re: [OE-core] [PATCH] receipes-devtools: QEMU: Bump to version 2.11.0

2018-01-12 Thread Alistair Francis
On Thu, Jan 11, 2018 at 11:37 AM, Alistair Francis <alistair.fran...@xilinx.com> wrote: > On Mon, Jan 8, 2018 at 3:45 PM, Alistair Francis <alistai...@gmail.com> wrote: >> On Sat, Jan 6, 2018 at 2:15 AM, Richard Purdie >> <richard.pur...@linuxfoundation.org> wrote

Re: [OE-core] [PATCH] receipes-devtools: QEMU: Bump to version 2.11.0

2018-01-11 Thread Alistair Francis
On Mon, Jan 8, 2018 at 3:45 PM, Alistair Francis <alistai...@gmail.com> wrote: > On Sat, Jan 6, 2018 at 2:15 AM, Richard Purdie > <richard.pur...@linuxfoundation.org> wrote: >> On Fri, 2018-01-05 at 18:18 -0800, Alistair Francis wrote: >>> On Fri, Jan 5

[OE-core] [PATCH] recipes-devtools: Bump QEMU to 2.11.1

2018-02-16 Thread Alistair Francis
Bump the QEMU version to the bug fix release of 2.11.1 and remove the patches that are no longer required. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> --- .../qemu/qemu/CVE-2017-15124.patch | 1476 .../qemu/{qemu_2.11.0.bb => qemu_

[OE-core] [PATCH] glib-2.0: Remove python3 modules when building for mingw

2018-01-02 Thread Alistair Francis
Commit "glib-2.0: Add python3 modules required by gdbus-codegen" (26af3b4b33a34d7e53059b07236f9d5aae5e004a) broke the MinGW build of QEMU. To fix the build remove the python3 RDEPENDS for gdbus-codegen when targeting mingw. Signed-off-by: Alistair Francis <alistair.fran...@xilinx.c

Re: [OE-core] [PATCH] glib-2.0: Remove python3 modules when building for mingw

2018-01-03 Thread Alistair Francis
On Wed, Jan 3, 2018 at 2:54 AM, Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > On Tue, 2018-01-02 at 14:49 -0800, Alistair Francis wrote: >> Commit "glib-2.0: Add python3 modules required by gdbus-codegen" >> (26af3b4b33a34d7e53059b07236f9d5aae5e004a) b

[OE-core] [PATCH v2] glib-2.0: Remove python3 modules when building for mingw

2018-01-03 Thread Alistair Francis
Commit "glib-2.0: Add python3 modules required by gdbus-codegen" (26af3b4b33a34d7e53059b07236f9d5aae5e004a) broke the MinGW build of QEMU. To fix the build remove the python3 RDEPENDS for gdbus-codegen when targeting mingw. Signed-off-by: Alistair Francis <alistair.fran...@xilin

[OE-core] [PATCH v2 2/2] recipes-support/nspr: Add RISC-V support

2018-06-21 Thread Alistair Francis
Signed-off-by: Alistair Francis --- ...initions-for-the-RISC-V-architecture.patch | 150 ++ meta/recipes-support/nspr/nspr_4.19.bb| 1 + 2 files changed, 151 insertions(+) create mode 100644 meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V

Re: [OE-core] [PATCH 2/4] recipes-extended/psmisc: Don't exclude autopoint for RISCV

2018-06-21 Thread Alistair Francis
On Thu, Jun 14, 2018 at 1:15 PM, Alexander Kanavin wrote: > Don't exclude why? Needs to be in recipe comment. Apparently this is no longer required. I'll remove it. Alistair > > Alex > > 2018-06-14 22:45 GMT+03:00 Alistair Francis : >> Signed-off-by: Alistair Francis &g

[OE-core] [PATCH v2 1/2] recipes-devtools/qemu: Add RISC-V support

2018-06-21 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 094a975177..b05c1cee9e 100644 --- a/meta/recipes-devtools/qemu/qemu.inc

  1   2   3   4   >