[yocto] JAVA integration issue

2013-10-31 Thread sonia verma
Hi All, I have integrated JAVA i.e. Openjdk-7, by coping meta-java in yocto and using IMAGE_INSTALL_append = openjdk-7-jre command in local.conf successfully. But java -version on board shows it is running in interpreted mode. java version 1.7.0_25 OpenJDK Runtime Environment (IcedTea 2.3.12)

[yocto] Yocto toolchain build question

2013-10-31 Thread jan alexandru vaduva
Thanks for the information. That is what I was looking for. I was asking of the canadian build possibilities for a toolchian and I found the answer to that question. If I may ask. There was a thread: * I have a cross-toolchain supplied by an ARM SoC vendor which I need to** use to build my

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Gary Thomas
On 2013-10-30 19:12, Edward Vidal wrote: Hello, This is when I connect the camera udevadm monitor test monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[803.263336] add

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Diego Sueiro
Is it enabled on kernel config? Some references: http://linuxtv.org/wiki/index.php/Webcam_Devices http://tldp.org/HOWTO/Webcam-HOWTO/hardware.html Regards, -- *dS Diego Sueiro /*long live rock 'n roll*/ 2013/10/31 Gary Thomas g...@mlbassoc.com On 2013-10-30 19:12, Edward Vidal wrote:

Re: [yocto] [PATCH] adt-manual: Added note for static binary build.

2013-10-31 Thread Maxin B. John
On Mon, Oct 21, 2013 at 11:21 AM, maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com Fixes [YOCTO #5347] SDK created using the -c populate_sdk will not support static binary build without proper staticdev library packages. I have added a note to inform the

Re: [yocto] [PATCH] adt-manual: Added note for static binary build.

2013-10-31 Thread Maxin B. John
Hi, On Thu, Oct 31, 2013 at 02:21:16PM +, Rifenbark, Scott M wrote: Where are the insertions for this patch? I have attached the same patch in the Yocto bugzilla as well: https://bugzilla.yoctoproject.org/attachment.cgi?id=1571 Best Regards, Maxin -Original Message- From: Maxin

Re: [yocto] [PATCH] adt-manual: Added note for static binary build.

2013-10-31 Thread Rifenbark, Scott M
John, Thanks for steering me in the direction of the note. I am going to hand-apply this fix and update the entry in Bugzilla for review. Scott -Original Message- From: Maxin B. John [mailto:maxin.j...@enea.com] Sent: Thursday, October 31, 2013 7:31 AM To: Rifenbark, Scott M Cc:

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Khem Raj
On Wed, Oct 30, 2013 at 6:12 PM, Edward Vidal vidal.devel...@gmail.com wrote: Hello, This is when I connect the camera udevadm monitor test monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[803.263336]

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 1:38 AM, jan alexandru vaduva vaduva.jan.alexan...@gmail.com wrote: Thanks for the information. That is what I was looking for. I was asking of the canadian build possibilities for a toolchian and I found the answer to that question. If I may ask. There was a thread:

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread jan alexandru vaduva
I am trying something like this, but I have some annoying QA issues: QA Issue: Files/directories were installed but not shipped Hope to make them dissapear. I tried adding: FILES_${PN} += .. or install -D -m 0755 ${S}/... ${D}/... but with no succes. Do you have any ideeas regarding this.

[yocto] enable Shark support in JAVA

2013-10-31 Thread sonia verma
Hi ALL, I have integrated Java in one of the board having Powerpc architecture using meta-java. By default it cam with Zero port support which only works in interpreter mode. I need to enable Shark support in that. Can any one please help me with the procedure to compile JAVA with Shark support.

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Edward Vidal
Hello all, less /etc/udev/rules.d/10-c920.rules WARNING: terminal is not fully functional SUBSYSTEM==video4linux, BUS==usb, ATTRS{idvendor}==0x046d, ATTRS{idProduct }==0x082d, NAME=video0, MODE:=0660 It appears the key BUS is not correct based on the tests below. My mknod is /bin/mknod. find /

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Gary Thomas
On 2013-10-31 09:45, Edward Vidal wrote: Hello all, less /etc/udev/rules.d/10-c920.rules WARNING: terminal is not fully functional SUBSYSTEM==video4linux, BUS==usb, ATTRS{idvendor}==0x046d, ATTRS{idProduct }==0x082d, NAME=video0, MODE:=0660 It appears the key BUS is not correct based on the

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 7:54 AM, jan alexandru vaduva vaduva.jan.alexan...@gmail.com wrote: I am trying something like this, but I have some annoying QA issues: QA Issue: Files/directories were installed but not shipped Hope to make them dissapear. I tried adding: FILES_${PN} += .. or

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 8:55 AM, Gary Thomas g...@mlbassoc.com wrote: On 2013-10-31 09:45, Edward Vidal wrote: Hello all, less /etc/udev/rules.d/10-c920.rules WARNING: terminal is not fully functional SUBSYSTEM==video4linux, BUS==usb, ATTRS{idvendor}==0x046d, ATTRS{idProduct }==0x082d,

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 8:45 AM, Edward Vidal vidal.devel...@gmail.com wrote: Do I add RUN+=/bin/mknod /dev/video0 c 81 0 see below new version of 1--c920.rules cat 10-c920.rules SUBSYSTEM==video4linux, BUS==usb, ATTRS{idvendor}==0x046d, ATTRS{idProduct}==0x082d, NAME=video0, MODE:=0660,

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 9:19 AM, jan alexandru vaduva vaduva.jan.alexan...@gmail.com wrote: I have attached the log file. You need to package them up correctly in packages Look at the external sourcery toolchain recipes for help On Thu, Oct 31, 2013 at 6:11 PM, Khem Raj raj.k...@gmail.com

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 8:08 AM, sonia verma soniaverma9...@gmail.com wrote: Hi ALL, I have integrated Java in one of the board having Powerpc architecture using meta-java. By default it cam with Zero port support which only works in interpreter mode. I need to enable Shark support in that.

Re: [yocto] Mono 2.10.8.1 (meta-mono) Corelib not in sync with runtime...

2013-10-31 Thread Alex J Lennon
On 09/10/2013 20:52, Ryan Kirkpatrick wrote: On Tue, 8 Oct 2013, Paul Eggleton wrote: Have you sent these fixes to the layer maintainer - Autif Khan (autif.ml...@gmail.com) ? It would be good to get those integrated. Yes, I did

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Edward Vidal
hello, I removed the bus udevadm test --action=add /usr/src/kernel/sysfs run_command: calling: test adm_test: version 182 This program is for debugging only, it does not run any program, specified by a RUN key. It may show incorrect results, because some values may be different, or not available

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread sonia verma
Hi Khem Actually I'm runninng JAVA based Opendaylight controller on powerpc architecture with zero ineterpreter mode and it takes about 10 min to start. On the another hand when I run it on x-86 machine,in hardly takes few seconds to start. Board supporting java: java version 1.7.0_25 OpenJDK

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 9:56 AM, sonia verma soniaverma9...@gmail.com wrote: Hi Khem Actually I'm runninng JAVA based Opendaylight controller on powerpc architecture with zero ineterpreter mode and it takes about 10 min to start. yes. I dont think there are much possibilities there. You can

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 9:54 AM, Edward Vidal vidal.devel...@gmail.com wrote: hello, I removed the bus udevadm test --action=add /usr/src/kernel/sysfs run_command: calling: test adm_test: version 182 This program is for debugging only, it does not run any program, specified by a RUN key.

Re: [yocto] opkg git and download hosting

2013-10-31 Thread Trevor Woerner
On 30 October 2013 11:47, Paul Barker p...@paulbarker.me.uk wrote: I'm looking at moving opkg away from Subversion hosted on Google Code to Git hosted elsewhere. It's previously been mentioned that The Yocto Project may be able to help us with this. Does opkg (as a project) fall under the

Re: [yocto] opkg git and download hosting

2013-10-31 Thread Saul Wold
On 10/31/2013 10:59 AM, Trevor Woerner wrote: On 30 October 2013 11:47, Paul Barker p...@paulbarker.me.uk wrote: I'm looking at moving opkg away from Subversion hosted on Google Code to Git hosted elsewhere. It's previously been mentioned that The Yocto Project may be able to help us with

Re: [yocto] opkg git and download hosting

2013-10-31 Thread Philip Balister
On 10/31/2013 11:19 AM, Saul Wold wrote: On 10/31/2013 10:59 AM, Trevor Woerner wrote: On 30 October 2013 11:47, Paul Barker p...@paulbarker.me.uk wrote: I'm looking at moving opkg away from Subversion hosted on Google Code to Git hosted elsewhere. It's previously been mentioned that The

[yocto] Adding Custom Files to Build

2013-10-31 Thread Leo Schwab
This may seem rather basic, but something that I haven't been able to find any clear discussion on is how to add or modify files in the final rootfs image. We have customized versions of /etc/network/interfaces and /etc/wpa_supplicant.conf, with more to come. Right now I've been adding them by

Re: [yocto] Adding Custom Files to Build

2013-10-31 Thread Martin Jansa
On Thu, Oct 31, 2013 at 01:28:27PM -0700, Leo Schwab wrote: This may seem rather basic, but something that I haven't been able to find any clear discussion on is how to add or modify files in the final rootfs image. We have customized versions of /etc/network/interfaces and

Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-10-31 Thread Markus Svilans
With the help of a friend, have confirmed that 'core-image-minimal' cannot be built with Ubuntu 13.10 64-bit when MACHINE=genericx86-64. Attempted the build on a different machine in a different city, same results (failure to build). Confirmed that 'core-image-minimal' can be successfully

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Edward Vidal
Hello, I had just recently built angstrom a few days ago. I tried the kernel that was built with 3.2.28 with the same results still not getting a /dev/video0. I did the following steps since angstrom uses meta-beagleboard, in hopes of getting a kernel 3.8 version. git commit -a git checkout -b

Re: [yocto] Adding Custom Files to Build

2013-10-31 Thread Gary Thomas
On 2013-10-31 14:32, Martin Jansa wrote: On Thu, Oct 31, 2013 at 01:28:27PM -0700, Leo Schwab wrote: This may seem rather basic, but something that I haven't been able to find any clear discussion on is how to add or modify files in the final rootfs image. We have customized versions of

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Diego Sueiro
Edward, Is uvcvideo module loaded? What is lsmod and dmesg output when webcam is connected? Regards, -- *dS Diego Sueiro /*long live rock 'n roll*/ 2013/10/31 Edward Vidal vidal.devel...@gmail.com Hello, I had just recently built angstrom a few days ago. I tried the kernel that was

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Gary Thomas
On 2013-10-31 17:08, Edward Vidal wrote: Hello, I had just recently built angstrom a few days ago. I tried the kernel that was built with 3.2.28 with the same results still not getting a /dev/video0. I did the following steps since angstrom uses meta-beagleboard, in hopes of getting a kernel

Re: [yocto] Adding Custom Files to Build

2013-10-31 Thread Leo Schwab
On Thu, Oct 31, 2013 at 1:32 PM, Martin Jansa martin.ja...@gmail.com wrote: Creating .bbappends is the right direction, you just need to read a bit more docs (hint: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN}:) That helped! I've got my customized files injected into the build now. Thank you

Re: [yocto] build stripped rootfs

2013-10-31 Thread Nicolas Dechesne
On Thu, Oct 31, 2013 at 3:32 AM, Amit Kumar amit.ku...@lntinfotech.com wrote: I have quarry – How to build the stripped rootfs? Is the yocto build rootfs image has all the stripped packages or do we need to do something else for that? Please help me out how to create the stripped

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread sonia verma
Hi khem i am not able to find the link from where i can download IBM's proprietary JRE J9 for ppc can you please provide me the link. - Regards Sonia Verma On Thu, Oct 31, 2013 at 10:35 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, Oct 31, 2013 at 9:56 AM, sonia verma