Re: [linux-yocto] [PATCH] Intel Axxia updates to yocto-kernel-cache yocto-4.1

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 10:50 AM, Daniel Dragomir wrote: Hello Bruce! Please apply those patches on the 'yocto-4.1' branch from git.yoctoproject.org/yocto-kernel-cache This is a porting from 3.14 for axxiapowerpc bsp fragments. merged Brice Thank you, Daniel Dragomir (1): bsp/axxiapowerpc: Add

Re: [linux-yocto] [PATCH 0/2] Clean up some cfg files

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 7:35 PM, Saul Wold wrote: Found this trying to debug something else. The ip_nf goes into 4.1 and newer. The firmware one goes into 4.4 and newer. wow. That's been broken for a long time merged and pushed. SRCREV updates to follow when my next queue is ready. Bruce

[linux-yocto] [PATCH 0/2] Clean up some cfg files

2017-03-29 Thread Saul Wold
Found this trying to debug something else. The ip_nf goes into 4.1 and newer. The firmware one goes into 4.4 and newer. Sau! Saul Wold (2): ip_nf.cfg: clean up bad merge lines firmware.cfg: clean up bad merge lines cfg/net/ip_nf.cfg | 5 - features/firmware/firmware.cfg

[linux-yocto] [PATCH 2/2] firmware.cfg: clean up bad merge lines

2017-03-29 Thread Saul Wold
The '+' dont belong here and cause warnings Signed-off-by: Saul Wold --- features/firmware/firmware.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/firmware/firmware.cfg b/features/firmware/firmware.cfg index c8e436c..c013129 100644

[linux-yocto] [PATCH 1/2] ip_nf.cfg: clean up bad merge lines

2017-03-29 Thread Saul Wold
These lines don't belong in the .cfg and cause warnings during the configme process Signed-off-by: Saul Wold --- cfg/net/ip_nf.cfg | 5 - 1 file changed, 5 deletions(-) diff --git a/cfg/net/ip_nf.cfg b/cfg/net/ip_nf.cfg index 3b3eed0..f43e7b2 100644 ---

Re: [linux-yocto] hid-multitouch driver missing from 4.8.3

2017-03-29 Thread Paul Gortmaker
[[linux-yocto] hid-multitouch driver missing from 4.8.3] On 28/03/2017 (Tue 16:13) Paul Knopf wrote: > I am using meta-intel BSP's on a board that has a multitouch device, but it > isn't working. I need hd-multitouch.c, specifically. > > I checked the local kernel that was built, but didn't see

Re: [yocto] Compiling custom kernel

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 1:11 PM, Alvaro Garcia wrote: Hi, I'm trying to compile a custom kernel (just custom config). I created a recipe called linux-yocto in my layer: meta-test -recipes-test --linux-yocto ---linux-yocto.bbapend ---files enable_various_options.cfg The content of the

Re: [yocto] Compiling custom kernel

2017-03-29 Thread Leonardo Sandoval
On Wed, 2017-03-29 at 19:11 +0200, Alvaro Garcia wrote: > Hi, I'm trying to compile a custom kernel (just custom config). > I created a recipe called linux-yocto in my layer: > meta-test > -recipes-test > --linux-yocto > ---linux-yocto.bbapend you may need to include the kernel version to your

[yocto] Compiling custom kernel

2017-03-29 Thread Alvaro Garcia
Hi, I'm trying to compile a custom kernel (just custom config). I created a recipe called linux-yocto in my layer: meta-test -recipes-test --linux-yocto ---linux-yocto.bbapend ---files enable_various_options.cfg The content of the linux-yocto.bbapend is: FILESEXTRAPATHS_prepend :=

[linux-yocto] [PATCH] bsp/axxiapowerpc: Add initial fragments

2017-03-29 Thread Daniel Dragomir
This is a porting from yocto-3.14 branch. Signed-off-by: Daniel Dragomir --- bsp/axxiapowerpc/axxiapowerpc-preempt-rt.scc | 8 ++ bsp/axxiapowerpc/axxiapowerpc-standard.scc | 8 ++ bsp/axxiapowerpc/axxiapowerpc.cfg| 159

[linux-yocto] [PATCH] Intel Axxia updates to yocto-kernel-cache yocto-4.1

2017-03-29 Thread Daniel Dragomir
Hello Bruce! Please apply those patches on the 'yocto-4.1' branch from git.yoctoproject.org/yocto-kernel-cache This is a porting from 3.14 for axxiapowerpc bsp fragments. Thank you, Daniel Dragomir (1): bsp/axxiapowerpc: Add initial fragments bsp/axxiapowerpc/axxiapowerpc-preempt-rt.scc |

Re: [yocto] how to include a static library in SDK?

2017-03-29 Thread Anders Darander
Hi, * Jovic, Vladimir [170329 11:10]: > Hello, > I have a recipe that creates a static library. The directory is as follows: > example-staticlib/ > example-staticlib/example-staticlib_0.1.bb > example-staticlib/files/ > example-staticlib/files/lib.c >

[yocto] Keyboard Layout

2017-03-29 Thread Stefano Zuín
Hi all, How can I change the keyboard layout of my image?? Este correo electrónico y sus documentos adjuntos contienen información privilegiada, personal y estrictamente confidencial, y está prohibida la copia, reenvío o utilización de la información. Si usted no es la persona destinataria

Re: [yocto] Fwd: [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-29 Thread Maxin B. John
Hi, On Wed, Mar 29, 2017 at 09:03:15AM +0200, Jaap de Jong wrote: > --- > > recipes-devtools/oracle-java/oracle-jse.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-devtools/oracle-java/oracle-jse.inc > b/recipes-devtools/oracle-java/oracle-jse.inc > index

Re: [yocto] [meta-qt4][PATCH] qt4: don't override dbg package content

2017-03-29 Thread Pascal Bach
On 09.03.2017 17:06, Burton, Ross wrote: > > On 9 March 2017 at 15:53, Pascal Bach > wrote: > > The default from bitbake.conf is `FILES_${PN}-dbg = "/usr/lib/debug > /usr/src/debug"` > which is perfectly fine as a basis for Qt4.

Re: [yocto] how to include a static library in SDK?

2017-03-29 Thread Burton, Ross
On 29 March 2017 at 09:37, Jovic, Vladimir wrote: > I also tried adding this to local.conf: > > EXTRA_IMAGE_FEATURES += “staticdev-pkgs” > > but that also didn’t install the library. > > That's for regular images, to control the SDK you want SDKIMAGE_FEATURES.

[yocto] how to include a static library in SDK?

2017-03-29 Thread Jovic, Vladimir
Hello, I have a recipe that creates a static library. The directory is as follows: example-staticlib/ example-staticlib/example-staticlib_0.1.bb example-staticlib/files/ example-staticlib/files/lib.c example-staticlib/files/lib.h example-staticlib/files/Makefile Files content is: 1.

Re: [yocto] Unpack hierarchy - jethro vs. krogoth

2017-03-29 Thread Colin Helliwell
> On 29 March 2017 at 00:05 Andre McCurdy wrote: > > On Tue, Mar 28, 2017 at 3:33 AM, wrote: > > > Is there a change to recipe parsing and/or variables between jethro and > > krogoth? > > I'm migrating from the former to the latter and have

Re: [yocto] NVIDIA Drivers

2017-03-29 Thread Alvaro Garcia
Well, the problem was booting from UEFI. Enabled normal boot and now everything is working perfectly. Its ok for me but if anyone knows how to make it run nice from UEFI will be nice because the splash screen does not work in normal boot. Thank you so much for your help! 2017-03-29 10:19

Re: [yocto] NVIDIA Drivers

2017-03-29 Thread Alvaro Garcia
I have checked the rootfs and the nouveau files are there: /usr/lib/libdrm_nouveau.so.2 /usr/lib/libdrm_nouveau.so.2.0.0 /usr/lib/xorg/modules/drivers/nouveau_drv.so /usr/lib/dri/nouveau_vieux_dri.so Xorg seems to load it (II) LoadModule: "nouveau" It seems that the recipe is working fine, will

Re: [yocto] NVIDIA Drivers

2017-03-29 Thread Burton, Ross
On 29 March 2017 at 00:20, Alvaro Garcia wrote: > I used rpm and deb, you mean dpkg (for deb) when you say package manager? > Whatever package manager you've got enabled - rpm by default. Ross -- ___ yocto mailing list

Re: [yocto] multiple, different kernel images in one rootfs

2017-03-29 Thread Richard Leitner
On 03/28/2017 08:17 PM, Khem Raj wrote: > On 3/28/17 2:53 AM, Richard Leitner wrote: >> Hi, >> I'm currently using Jethro and like to include multiple, different >> kernel (fit)images (with different source branches/versions) in one >> RootFS. When booting such a system the bootloader (U-Boot)

[yocto] Fwd: [meta-oracle-java][PATCH 6/6] oracle-jse: Add sources package

2017-03-29 Thread Jaap de Jong
--- recipes-devtools/oracle-java/oracle-jse.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle-jse.inc b/recipes-devtools/oracle-java/oracle-jse.inc index 37685cd..18ef411 100644 --- a/recipes-devtools/oracle-java/oracle-jse.inc +++

[yocto] Fwd: [meta-oracle-java][PATCH 4/6] Use 'standarized' install path

2017-03-29 Thread Jaap de Jong
--- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 15 ++- recipes-devtools/oracle-java/oracle-jse.inc | 12 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk.inc

[yocto] Fwd: [meta-oracle-java][PATCH 2/6] oracle-java: upgrade to 8u121

2017-03-29 Thread Jaap de Jong
--- .../oracle-jse-ejre-arm-vfp-hflt-client-headless.inc | 11 ++- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 14 +++--- recipes-devtools/oracle-java/oracle-jse-jdk-i586_1.8.0.bb | 10 +- .../oracle-java/oracle-jse-jdk-x86-64_1.8.0.bb

[yocto] Fwd: [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-29 Thread Jaap de Jong
--- recipes-devtools/oracle-java/oracle-jse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle-jse.inc b/recipes-devtools/oracle-java/oracle-jse.inc index 8cb0953..488bce2 100644 --- a/recipes-devtools/oracle-java/oracle-jse.inc +++