Re: [meta-xilinx] Nothing PROVIDES 'python3-pyyaml-native'

2017-04-26 Thread Giuseppe Di Guglielmo
Updating the URLs to github.com/Xilinx generates the following errors that I do not know how to fix. Do you have any idea? It may be a proble with the revision numbers coded in the *.bb files. Giuseppe ERROR: An uncaught exception occurred in runqueue | ETA:

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to u-boot for Zynq

2017-04-26 Thread Jean-Francois Dagenais
> On Apr 26, 2017, at 15:37, Philip Balister wrote: > > I'd be happiest if meta-xilinx used upstream u-boot and a bbappend to > add patches that are not upstream yet. This way we (the consumers) know > exactly what the delta is to upstream. Just for reference, you could

Re: [meta-xilinx] Nothing PROVIDES 'python3-pyyaml-native'

2017-04-26 Thread Jean-Francois Dagenais
> On Apr 26, 2017, at 16:58, Giuseppe Di Guglielmo > wrote: > > I think the patch solved that issue, but now I am getting this new error. The > URL git://gitenterprise.xilinx.com/Linux/device-tree-xlnx.git (or https) does > not exist. > > How can I fix the

Re: [meta-xilinx] Nothing PROVIDES 'python3-pyyaml-native'

2017-04-26 Thread Giuseppe Di Guglielmo
I think the patch solved that issue, but now I am getting this new error. The URL git://gitenterprise.xilinx.com/Linux/device-tree-xlnx.git (or https) does not exist. How can I fix the issue? WARNING: device-tree-generation-xilinx+gitAUTOINC+fed9a2dcdb-r0 do_fetch: Failed to fetch URL git://

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to u-boot for Zynq

2017-04-26 Thread Philip Balister
On 04/26/2017 03:06 PM, Manjukumar Harthikote Matha wrote: > > >> -Original Message- >> From: Nathan Rossi [mailto:nat...@nathanrossi.com] >> Sent: Wednesday, April 26, 2017 10:54 AM >> To: Manjukumar Harthikote Matha >> Cc: meta-xil...@lists.yoctoproject.org >>

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to u-boot for Zynq

2017-04-26 Thread Manjukumar Harthikote Matha
> -Original Message- > From: Nathan Rossi [mailto:nat...@nathanrossi.com] > Sent: Wednesday, April 26, 2017 10:54 AM > To: Manjukumar Harthikote Matha > Cc: meta-xil...@lists.yoctoproject.org > Subject: Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default

Re: [meta-xilinx] [PATCH 9/9] qemuboot-xilinx.bbclass: Rework qemu-xilinx setup

2017-04-26 Thread Alistair Francis
On Wed, Apr 26, 2017 at 7:52 AM, Alistair Francis wrote: > On Tue, Apr 25, 2017 at 10:53 PM, Nathan Rossi wrote: >> On 26 April 2017 at 04:11, Alistair Francis wrote: >>> On Tue, Apr 25, 2017 at 10:54 AM, Alistair Francis

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to u-boot for Zynq

2017-04-26 Thread Manjukumar Harthikote Matha
> -Original Message- > From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- > boun...@yoctoproject.org] On Behalf Of Nathan Rossi > Sent: Wednesday, April 26, 2017 4:57 AM > To: meta-xil...@lists.yoctoproject.org > Subject: [meta-xilinx] [PATCH] machine-xilinx-default.inc:

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to u-boot for Zynq

2017-04-26 Thread Nathan Rossi
On 27 April 2017 at 02:41, Manjukumar Harthikote Matha wrote: > > >> -Original Message- >> From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- >> boun...@yoctoproject.org] On Behalf Of Nathan Rossi >> Sent: Wednesday, April 26, 2017 4:57

Re: [meta-xilinx] [PATCH 9/9] qemuboot-xilinx.bbclass: Rework qemu-xilinx setup

2017-04-26 Thread Alistair Francis
On Tue, Apr 25, 2017 at 10:53 PM, Nathan Rossi wrote: > On 26 April 2017 at 04:11, Alistair Francis wrote: >> On Tue, Apr 25, 2017 at 10:54 AM, Alistair Francis >> wrote: >>> On Thu, Apr 20, 2017 at 3:35 AM, Nathan Rossi

Re: [meta-xilinx] [PATCH 4/5] u-boot-spl-zynq-init.inc: Add support for ZynqMP

2017-04-26 Thread Jean-Francois Dagenais
> On Apr 26, 2017, at 07:41, Nathan Rossi wrote: > > Update to using the xilinx-platform-init.bbclass and depending on the > 'virtual/xilinx-platform-init' provider. This allows for more generic > support of platform-init (between Zynq7, ZynqMP and any future targets). >

[meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to u-boot for Zynq

2017-04-26 Thread Nathan Rossi
Upstream U-Boot provides an almost complete environment for the majority of Zynq targets and specifically covers all the boot functionality required for the boards in the meta-xilinx layer. As such default to the mainline version of U-Boot. For users that require or prefer to use u-boot-xlnx this

[meta-xilinx] [PATCH 5/5] zybo-linux-bd-zynq7: Update to use FORCE_PLATFORM_INIT

2017-04-26 Thread Nathan Rossi
Use FORCE_PLATFORM_INIT, setting it to "1" to force U-Boot to use the platform-init from a virtual/xilinx-platform-init provider. Signed-off-by: Nathan Rossi --- conf/machine/zybo-linux-bd-zynq7.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-xilinx] [PATCH 2/5] zybo-linux-bd.bb: Update to use xilinx-platform-init.bbclass

2017-04-26 Thread Nathan Rossi
Update this recipe to use the new class, and change the virtual provider to the more generic 'virtual/xilinx-platform-init'. Additionally simplify the FILES_${PN}-platform-init paths, and take advantage of the PLATFORM_INIT_FILES variable. Signed-off-by: Nathan Rossi ---

[meta-xilinx] [PATCH 3/5] platform-init.bb: Update to xilinx-platform-init

2017-04-26 Thread Nathan Rossi
Update to use xilinx-platform-init.bbclass. And change to providing the generic 'virtual/xilinx-platform-init' as opposed to a zynq7 specific one. Remove the 'zynq7-platform-init.inc' this include was only useful for recipes that provide/package only platform-init files. Which means it is no more

[meta-xilinx] [PATCH 4/5] u-boot-spl-zynq-init.inc: Add support for ZynqMP

2017-04-26 Thread Nathan Rossi
Update to using the xilinx-platform-init.bbclass and depending on the 'virtual/xilinx-platform-init' provider. This allows for more generic support of platform-init (between Zynq7, ZynqMP and any future targets). This change also renames some of the variables used for defining the source of the

[meta-xilinx] [PATCH 1/5] xilinx-platform-init.bbclass: Generic platform-init class

2017-04-26 Thread Nathan Rossi
Create a more generic platform init class for use with Zynq 7000, ZynqMP and or future targets that use the platform initialization code files configuration setup. This generic class defines the source files (which are defined per SoC) and the staging directory to populate with the source files.

[meta-xilinx] [PATCH 0/5] Generalize platform-init Support For Zynq/ZynqMP/etc.

2017-04-26 Thread Nathan Rossi
This series includes changes to enable more generic support for Xilinx's platform-init style SoC early initialization code. These changes are intended to not only enable ZynqMP support but also potentially any future devices Xilinx releases that use the same style of platform initialization via

Re: [meta-xilinx] Kernel boot error: mount rootfs before init mmc

2017-04-26 Thread Mike Looijmans
Maybe adding "rootwait" to the kernel commanline helps? On 26-04-17 08:07, Arno Steffens wrote: Hi, using the Linux version 4.6.0-xilinx-v2016.3 kernel and have a problem. My rootfs is on emmc. In general it works, but from time to time it ends up in a crash: It seem it tries to mount rootfs

Re: [meta-xilinx] Kernel boot error: mount rootfs before init mmc

2017-04-26 Thread Nathan Rossi
On 26 April 2017 at 16:07, Arno Steffens wrote: > Hi, > using the Linux version 4.6.0-xilinx-v2016.3 kernel and have a problem. > My rootfs is on emmc. In general it works, but from time to time it ends up > in a crash: > It seem it tries to mount rootfs before the emmc subsystem is

[meta-xilinx] Kernel boot error: mount rootfs before init mmc

2017-04-26 Thread Arno Steffens
Hi, using the Linux version 4.6.0-xilinx-v2016.3 kernel and have a problem. My rootfs is on emmc. In general it works, but from time to time it ends up in a crash: It seem it tries to mount rootfs before the emmc subsystem is initialised. Is there any trick to get this stable working? error