Re: [yocto] [PATCH 1/1] Support for .dtbo files for dtb overlays

2016-05-14 Thread Khem Raj
That patch is ok, however you should have not changed the formatting. So please send a v2 with original formatting preserved. > On May 13, 2016, at 11:47 PM, Herve Jourdain wrote: > > Signed-off-by: Herve Jourdain > --- > meta/recipes-kernel/linux/linux-dtb.inc | 66 +--

Re: [yocto] [PATCH 1/1] Support for .dtbo files for dtb overlays

2016-05-14 Thread Herve Jourdain
Hi Khem, OK, sorry for that. V2 is coming. Cheers, Herve -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: samedi 14 mai 2016 09:15 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [PATCH 1/1] Support for .dtbo files for dtb overlays That patch is

[yocto] [PATCH v2 0/1] Support for .dtbo files for dtb overlays

2016-05-14 Thread Herve Jourdain
Recent kernels tend to use .dtbo files for device tree overlays, instead of .dtb before. .dtb are still used, but only for the "real" device trees (not the overlays). On some platforms (meta-raspberrypi for instance), recent firmware only loads .dtbo files for overlays. This patch tries to addr

[yocto] [PATCH v2 1/1] Support for .dtbo files for dtb overlays

2016-05-14 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- meta/recipes-kernel/linux/linux-dtb.inc | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 651a19e..ee60b6d 100644 --- a/meta/recipes-ker

[yocto] [meta-raspberrypi][PATCH v2 0/1] Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12

2016-05-14 Thread Herve Jourdain
Please disregard v1, there was 1 patch missing for 4.4 kernel... The firmware after 2016/04/12 () seems to have altered the behavior of device tree loading on RaspberryPi: for overlays, it loads only .dtbo files, not .dtb anymore. Also, it does not check for -overlay extension, so the name of th

[yocto] [meta-raspberrypi][PATCH v2 1/1] Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12

2016-05-14 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- classes/linux-raspberrypi-base.bbclass | 4 +-- classes/sdcard_image-rpi.bbclass | 6 ++-- conf/machine/include/rpi-base.inc | 30 +-- .../0002-fix-dtbo-rules.patch | 35 +++

[yocto] [meta-cgl][PATCH] CGL recipes compliance calculator first draft

2016-05-14 Thread Sanziana.Voicu
From: Sanziana Voicu Signed-off-by: Sanziana Voicu --- meta-cgl-common/classes/cgl-calc.bbclass | 21 .../recipes-cgl/corosync/corosync_1.4.7.bb | 7 +- .../recipes-cgl/pacemaker/pacemaker_1.1.13.bb | 7 +- scripts/script.py | 11

[yocto] [meta-cgl][PATCH] CGL recipes compliance calculator first draft

2016-05-14 Thread Sanziana.Voicu
From: Sanziana Voicu Signed-off-by: Sanziana Voicu --- meta-cgl-common/classes/cgl-calc.bbclass | 21 .../recipes-cgl/corosync/corosync_1.4.7.bb | 7 +- .../recipes-cgl/pacemaker/pacemaker_1.1.13.bb | 7 +- scripts/script.py | 11

[yocto] Error in spec file (bad %description of dev package)

2016-05-14 Thread Jonathan Poulin
Hello, I have a packaging problem with the new share lib recipe I try to make. When I bitbake the recipe I get the correct package split : # tree . |-- libtime64 | `-- usr | `-- lib | |-- libtime64.so.1 -> /home/ ... /libtime64/1.0.1-r0/image/usr/lib/libtime64.so.1.0.1 |

Re: [yocto] Error in spec file (bad %description of dev package)

2016-05-14 Thread Khem Raj
On Sat, May 14, 2016 at 6:40 AM, Jonathan Poulin wrote: > Hello, > > I have a packaging problem with the new share lib recipe I try to make. When > I bitbake the recipe I get the correct package split : > > # tree > . > |-- libtime64 > | `-- usr > | `-- lib > | |-- libtime64.so.1

[yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-14 Thread Paul Knopf
What configs do I need to include in my machine.conf to support this processor? http://www.nvidia.com/object/jetson-tx1-dev-kit.html "require conf/machine/include/arm/arch-*.inc" ? Thanks, Paul Knopf Software Engineer Med X Change, Inc pkn...@medxchange.com -- __

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-14 Thread Khem Raj
Look at kraj/meta-jetson-tk1 on github On May 14, 2016 2:17 PM, "Paul Knopf" wrote: > What configs do I need to include in my machine.conf to support this > processor? > > http://www.nvidia.com/object/jetson-tx1-dev-kit.html > > "require conf/machine/include/arm/arch-*.inc" ? > > Thanks, > Paul K

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-14 Thread Paul Knopf
They are using "require conf/machine/include/tune-cortexa15.inc" for the TK1, but the TX1 uses a Cortex A57, not a A15. There is no "tune-cortexa57". Thanks, Paul Knopf Software Engineer Med X Change, Inc pkn...@medxchange.com On Sat, May 14, 2016 at 6:08 PM, Khem Raj wrote: > Look at kraj/meta

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-14 Thread Paul Knopf
NVideo provides the following crosstools-ng config for building a cross-compile toolchain. https://gist.github.com/anonymous/95b2ec71aebf8df644b1789bc3ed958d Some parts I think that are relevant... - CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORT

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-14 Thread Khem Raj
On Sat, May 14, 2016 at 3:23 PM, Paul Knopf wrote: > NVideo provides the following crosstools-ng config for building a > cross-compile toolchain. > > https://gist.github.com/anonymous/95b2ec71aebf8df644b1789bc3ed958d > with OE it will build everything for you just clone https://github.com/kraj/m

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-14 Thread Paul Knopf
That layer is for the tk1, not the tx1. I am asking for the proper include files to build for the tx1. Thanks, Paul Knopf Software Engineer Med X Change, Inc pkn...@medxchange.com On Sat, May 14, 2016 at 6:27 PM, Khem Raj wrote: > On Sat, May 14, 2016 at 3:23 PM, Paul Knopf wrote: > > NVideo p

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-14 Thread Paul Knopf
This is what I am thinking. DEFAULTTUNE = "cortexa9hf" require conf/machine/include/tune-cortexa9.inc Does this sound right? I am using "hf" because in the crosstools-ng has CT_ARCH_FLOAT="hard", and cortexa9 because of CT_ARCH_CPU="cortex-a9" and CT_ARCH_TUNE="cortex-a9". Sorry, I'm that famili