[yocto] [meta-oracle-java][PATCH] java: version update and Java for ARM

2014-06-19 Thread Pavel Shumeika
Updated oracle jre and jdk recipes to the latest update 60. Also added recipe for ejre to support ARM. Signed-off-by: Pavel Shumeika pavel_shume...@epam.commailto:pavel_shume...@epam.com --- .../oracle-java/oracle-jse-ejre-arm_1.7.0.bb | 8 +

[yocto] [meta-oracle-java][PATCH] java: version update and Java for ARM

2014-06-19 Thread Pavel Shumeika
Updated oracle jre and jdk recipes to the latest update 60. Also added recipe for ejre to support ARM. Signed-off-by: Pavel Shumeika pavel_shume...@epam.commailto:pavel_shume...@epam.com --- .../oracle-java/oracle-jse-ejre-arm_1.7.0.bb | 8 +

Re: [yocto] Recipe to Copy JAR files, not extract it

2014-06-19 Thread Laurent d'Havé
That worked great. Except i'm now having a strange issue, been pulling hair's out for a couple of hours ... WARNING: QA Issue: taxi: Files/directories were installed but not shipped /usr/share /usr/share/java /usr/share/java/headless.jar And indeed, my jar file will not be bundled in

Re: [yocto] Recipe to Copy JAR files, not extract it

2014-06-19 Thread Paul Eggleton
On Thursday 19 June 2014 15:40:59 Laurent d'Havé wrote: That worked great. Except i'm now having a strange issue, been pulling hair's out for a couple of hours ... WARNING: QA Issue: taxi: Files/directories were installed but not shipped /usr/share /usr/share/java

[yocto] Hi

2014-06-19 Thread Himanshu Pandey
Hi, I want to perform some operation after rootfs.tar.bz2 is created. I have written a shell script to perform a set of operations. Could you please tell me that where shall I include this script so that it gets executed. Regards, Himanshu -- ___

Re: [yocto] Hi

2014-06-19 Thread Nicolas Dechesne
On Thu, Jun 19, 2014 at 3:38 PM, Himanshu Pandey pandey_himansh...@rediffmail.com wrote: I want to perform some operation after rootfs.tar.bz2 is created. I have written a shell script to perform a set of operations. Could you please tell me that where shall I include this script so that it

[yocto] List of hardware BSP from all vendors.

2014-06-19 Thread ssinfod ssinfod
Is there a list somewhere that gives all the hardware that has a Yocto BSB layer ? Is it somewhere on yoctoproject.org ? Thanks ssinfod -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] List of hardware BSP from all vendors.

2014-06-19 Thread Aziz Bahri
might this be something you are looking for? https://www.yoctoproject.org/downloads scroll down for bsp *Aziz Bahri* *CEO Engineering Society ITBInstitute of Technology BlanchardstownBlanchardstown Road NorthBlanchardstownDublin 15* *Email: azizeng...@gmail.com azizeng...@gmail.com*

Re: [yocto] List of hardware BSP from all vendors.

2014-06-19 Thread Philip Balister
On 06/19/2014 01:25 PM, Aziz Bahri wrote: might this be something you are looking for? https://www.yoctoproject.org/downloads scroll down for bsp Also try searching here: http://layers.openembedded.org/layerindex/branch/master/machines/ Philip *Aziz Bahri* *CEO

Re: [yocto] how to disable shell access

2014-06-19 Thread Insop Song
Thank you Ross, To answer my own question on 1. how to change the default password of root? - remove debug-tweaks and do as it is described in https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_password; Ref:

Re: [linux-yocto] Back-porting a new driver to Yocto kernel(s)..and device firmware

2014-06-19 Thread Allan, Bruce W
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Wednesday, June 18, 2014 7:51 PM To: Kamble, Nitin A; Allan, Bruce W; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] Back-porting a new driver to Yocto kernel(s)..and device firmware On

[linux-yocto] [PATCH 4/9] dma: lsi-dma32: Remove debug printks

2014-06-19 Thread Charlie Paul
From: Anders Berg anders.b...@avagotech.com Signed-off-by: Anders Berg anders.b...@avagotech.com --- drivers/dma/lsi-dma32.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/dma/lsi-dma32.c b/drivers/dma/lsi-dma32.c index a5f3804..a488eec 100644 --- a/drivers/dma/lsi-dma32.c +++

[linux-yocto] [PATCH 2/9] sysdev LSI_POWERPC: Adding 3500 PCIe inbound mapping support

2014-06-19 Thread Charlie Paul
From: SangeethaRao sangeetha@lsi.com Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/powerpc/sysdev/lsi_pci.c | 42 ++--- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/arch/powerpc/sysdev/lsi_pci.c

[linux-yocto] [PATCH 1/9] dma: lsi-dma32: Add support for sg operation

2014-06-19 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com The driver is extended with implementation of DMA scatterlist operation (device_prep_dma_sg). This allows for DMA operations to be performed on non-contiguous ranges of memory. Due to hardware limitations, each entry in the scatterlist needs to have

[linux-yocto] [PATCH 6/9] arch/arm: virtio

2014-06-19 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/axm5504-sim.dts |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/axm5504-sim.dts b/arch/arm/boot/dts/axm5504-sim.dts index 7580ae5..7c99c9f 100644 ---

[linux-yocto] [PATCH 3/9] board/powerpc: Update the Device Tree for 3500

2014-06-19 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Update the compatibility field and peripherals to support the 3500. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/powerpc/boot/dts/acp35xx.dts | 68 +++-- 1 file changed, 19 insertions(+), 49 deletions(-)

[linux-yocto] [PATCH 7/9] arch/arm: Add Virtio Block Support to Axxia Simulation

2014-06-19 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/axm5504-sim.dts | 12 ++-- arch/arm/boot/dts/axm5516-sim.dts |6 ++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/axm5504-sim.dts

Re: [linux-yocto] [PATCH 0/9] LSI AXXIA updates to 3.10 standard/axxia/base

2014-06-19 Thread Bruce Ashfield
On 14-06-19 04:13 PM, Charlie Paul wrote: Adding RAPIDIO code and support files Anders Berg (3): dma: lsi-dma32: Add support for sg operation dma: lsi-dma32: Remove debug printks ARM: dts: axxia: Fix flash partitions John Jacques (4): board/powerpc: Update the Device Tree for 3500

[linux-yocto] [PULL REQUEST] Kernel: 3.10 Branch: standard/axxia/base

2014-06-19 Thread Paul, Charlie
The following changes since commit 0651cf0a88bb3a8026328436bffc72da221f6ddf: Merge branch 'standard/base' into standard/axxia/base (2014-06-16 12:25:09 -0400) are available in the git repository at: https://github.com/z8cpaul/lsikernel-3.10 sab-next for you to fetch changes up to