Re: [yocto] [meta-xilinx] Trying to build xen-guest-image-minimal

2017-05-17 Thread Alistair Francis
On Wed, May 17, 2017 at 12:37 AM, Pello Heriz wrote: > Hi all, > > I'm trying to build a xen-guest-image-minimal, but I have the next error: > > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ bitbake > xen-guest-image-minimal > Loading cache:

Re: [yocto] [meta-xilinx] Trying to build xen-guest-image-minimal

2017-05-18 Thread Alistair Francis
> generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ > > Do you know how can I solve this issue? Strange, I haven't seen this before. Are you sure you have all the layers that you need and that the versions match? Thanks, Alistair > > Best regard

Re: [yocto] Trying to build a xen-image-minimal with petalinux v2016.4

2017-05-18 Thread Alistair Francis
On Thu, May 18, 2017 at 1:08 AM, Pello Heriz wrote: > Hi all, > > I'm trying to build a xen-image-minimal using petalinux v2016.4 following > the steps that are given in the ug1144 documentation. Anyway, when it starts > to execute the bitbake, it shows the next

Re: [yocto] [meta-xilinx] xen-image-minimal testing

2017-05-02 Thread Alistair Francis
On Tue, May 2, 2017 at 2:16 AM, Jason Wu wrote: > > > On 2/05/2017 4:33 PM, Pello Heriz wrote: >> Hi all, >> >> I have built an image using "xen-image-minimal" command with Yocto and I >> would want to know how can I test if xen functionalities are correct or >> not with

Re: [yocto] [meta-mingw][PATCH] qemu_2.11.%.bbappend: fix broken qemu build for mingw

2018-04-13 Thread Alistair Francis
gain. Hopefully it will last longer this time. >> >> >> >> From: Burton, Ross [ross.bur...@intel.com] >> Sent: Friday, April 13, 2018 5:50 AM >> To: Bystricky, Juro >> Cc: Yocto-mailing-list; Juro Bystricky; Alistair Francis >> Subject: Re: [yocto] [meta

[yocto] [meta-yocto-bsp][PATCH v2] beaglebone-yocto: Update u-boot config to match u-boot 19.04

2019-04-11 Thread Alistair Francis
for 2019.04 release. Signed-off-by: Alistair Francis Acked-by: Denys Dmytriyenko --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf

[yocto] [meta-yocto-bsp][PATCH] beaglebone-yocto: Update u-boot config to match u-boot 19.04

2019-04-11 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index 70d3cfe..bc18ee8 100644

Re: [yocto] Build break in the latest openbmc tree.

2019-09-03 Thread Alistair Francis
> -Original Message- > From: Khem Raj > Sent: Tuesday, 3 September 2019 6:01 PM > To: Brad Bishop ; Jae Hyun Yoo > ; Alistair Francis > Cc: yocto@yoctoproject.org; OpenBMC Maillist ; > akuster808 ; James Feist > > Subject: Re: [yocto] Build break

[linux-yocto] [PATCH 1/3] features: Add the drm-bochs feature

2019-02-25 Thread Alistair Francis
Signed-off-by: Alistair Francis --- features/drm-bochs/drm-bochs.cfg | 44 features/drm-bochs/drm-bochs.scc | 1 + 2 files changed, 45 insertions(+) create mode 100644 features/drm-bochs/drm-bochs.cfg create mode 100644 features/drm-bochs/drm-bochs.scc diff

[linux-yocto] [PATCH 2/3] qemuriscv64: Enable graphics support

2019-02-25 Thread Alistair Francis
Signed-off-by: Alistair Francis --- bsp/qemuriscv64/qemuriscv64.scc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/qemuriscv64/qemuriscv64.scc b/bsp/qemuriscv64/qemuriscv64.scc index 527a2878..8694a3b3 100644 --- a/bsp/qemuriscv64/qemuriscv64.scc +++ b/bsp/qemuriscv64/qemuriscv64.scc

[linux-yocto] [PATCH 3/3] qemursicv32: Enable graphics support

2019-02-25 Thread Alistair Francis
Signed-off-by: Alistair Francis --- bsp/qemuriscv32/qemuriscv32.scc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/qemuriscv32/qemuriscv32.scc b/bsp/qemuriscv32/qemuriscv32.scc index e2548274..0b125dfd 100644 --- a/bsp/qemuriscv32/qemuriscv32.scc +++ b/bsp/qemuriscv32/qemuriscv32.scc