[yocto] WIreshark 1.12.x

2014-07-16 Thread akuster
Hello all, I have the latest wireshark 1.12.0-rc2 building and working with gtk2. Is anyone else working on this? if not I can submit patches. I am not sure which layer wireshark should swim in, meta-networking or meta-security ? - Armin -- ___

Re: [yocto] Boot Process of gumstix

2014-07-16 Thread Samuel Stirtzel
2014-07-15 17:18 GMT+02:00 Bharath Chandra ellurubharat...@gmail.com: Hi, I would like to analyze the startup process of gumstix board. What happens when we boot a gumstix board, for eg: first the MLO will be called and then it will call u-boot.img I would like to know what does MLO do

Re: [yocto] Boot Process of gumstix

2014-07-16 Thread Samuel Stirtzel
2014-07-16 10:09 GMT+02:00 Samuel Stirtzel s.stirt...@googlemail.com: 2014-07-15 17:18 GMT+02:00 Bharath Chandra ellurubharat...@gmail.com: Hi, I would like to analyze the startup process of gumstix board. What happens when we boot a gumstix board, for eg: first the MLO will be called and

Re: [yocto] MinGW support for qemux86-64

2014-07-16 Thread atulkumar singh
Hi Khem Raj, Thanks for your suggestion. But still i am not able to build Windows compatible toolchaing using MinGW support by adding bblayer.conf file with meta-mingw adder as a layer file in source directory. Also as per your suggestion i am keeping SDKMACHINE unchanged(i686). But it's

[yocto] [meta-raspberrypi][for-daisy][PATCH 1/7] rpi-default-versions: Use 3.12.X as default kernel version

2014-07-16 Thread Koen Kooi
From: Andrei Gherzan and...@gherzan.ro Change-Id: Ief7949be4b9726b5b6ba58e6280f6b6ca3fdfdc4 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- conf/machine/include/rpi-default-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [meta-raspberrypi][for-daisy][PATCH 2/7] linux-raspberrypi: Update v3.12.11 to v3.12.18

2014-07-16 Thread Koen Kooi
From: Andrei Gherzan and...@gherzan.ro Change-Id: Ifa763e4352051e4533eac98b4f7c74daf791cf72 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../{linux-raspberrypi_3.12.11.bb = linux-raspberrypi_3.12.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[yocto] [meta-raspberrypi][for-daisy][PATCH 3/7] linux-raspberrypi: Update kernel to 3.12.21

2014-07-16 Thread Koen Kooi
From: Alex J Lennon ajlen...@dynamicdevices.co.uk Amongst other patches, this release includes a fix to an issue with gstreamer1.0 and v4l2src blocking ref: https://bugzilla.gnome.org/show_bug.cgi?id=726521 ref: http://tinyurl.com/mkqooeg To make use of the optional fix the module parameter

[yocto] [meta-raspberrypi][for-daisy][PATCH 4/7] README: Add patch guidelines info

2014-07-16 Thread Koen Kooi
From: Andrei Gherzan and...@gherzan.ro Change-Id: I2dac882a6dbe2fbca63a5c7405339edcca18cf04 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index daa4059..ab2959d 100644 --- a/README +++ b/README @@ -202,6 +202,9

[yocto] [meta-raspberrypi][for-daisy][PATCH 5/7] userland: Update to remote's HEAD

2014-07-16 Thread Koen Kooi
From: Andrei Gherzan and...@gherzan.ro Change-Id: If0e36184c741da5d68c158e1fb582050f5835bf9 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb

[yocto] [meta-raspberrypi][for-daisy][PATCH 7/7] firmware: Update to remote's HEAD

2014-07-16 Thread Koen Kooi
From: Andrei Gherzan and...@gherzan.ro Change-Id: I9e28318c5746484ebde636295c66f7b6b64ba2fb Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-bcm/common/firmware.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-bcm/common/firmware.inc

[yocto] [meta-raspberrypi][for-daisy][PATCH 6/7] userland: Add '--no-as-needed' linker flag

2014-07-16 Thread Koen Kooi
From: Alex J Lennon ajlen...@dynamicdevices.co.uk This is done to ensure all specified shared libraries are linked against applications (e.g. raspivid)i. libmmal_vc_client.so makes use of __attribute__(constructor) to ensure that supplier components (e.g. camera) are loaded when the static

Re: [yocto] MinGW support for qemux86-64

2014-07-16 Thread Jacob Kroon
On Wed, Jul 16, 2014 at 10:42 AM, atulkumar singh atul.singh...@gmail.com wrote: Hi Khem Raj, Thanks for your suggestion. But still i am not able to build Windows compatible toolchaing using MinGW support by adding bblayer.conf file with meta-mingw adder as a layer file in source directory.

[yocto] libtool error when running adt_installer

2014-07-16 Thread Joseph Andrew de la Peña
Good day, I have an error in libtool when running adt_installer script. make[1]: Entering directory `/users/jdelapena/adt-installer/opkg/build/opkg-svn/libbb' ../-libtool --tag=CC --mode=compile i586-poky-linux-gcc -m32 -march=i586

[yocto] Bash parser

2014-07-16 Thread Isak Lichtenstein
Hi all, I'm creating my own image by implementing IMAGE_CMD_myImage in my custom .bbclass file. In this method I'm using the bash syntax. But a lot of time the parser doesn't manage to parse my file properly. Examples: TMP=file1 file2 read -a scripts $tmp generates

Re: [yocto] Bash parser

2014-07-16 Thread Olof Johansson
On 14-07-16 11:36 +0200, Isak Lichtenstein wrote: In this method I'm using the bash syntax. But a lot of time the parser doesn't manage to parse my file properly. Examples: TMP=file1 file2 read -a scripts $tmp generates ShellSyntaxError: expecting here-document name, got

[yocto] Include all the native sdk packages built into sdk install script (populate_sdk)

2014-07-16 Thread Anooj Gopi
Hello, Which is the best way to include all the native sdk packages built during the command bitbake image -c populate_sdk into the SDK sysroots generated in the SDKMACHINE (generated by sdk installation script). For eg. I can see

Re: [yocto] Bash parser

2014-07-16 Thread Isak Lichtenstein
Hi Olof, Thank you very much for your prompt answer On 14-07-16 11:36 +0200, Isak Lichtenstein wrote: In this method I'm using the bash syntax. But a lot of time the parser doesn't manage to parse my file properly. Examples: TMP=file1 file2 read -a scripts $tmp generates

[yocto] missing udev permissions.rules in daisy

2014-07-16 Thread Richard Leitner
Hi folks, I've currently ran into following problem when updating my image from 1.4 to 1.6.1: Most files under /dev (especially tty's and USB devices) have invalid permissions (crw--- 1 root root 4, 65 Jan 1 1970 /dev/ttyS1). I figured out that the /etc/udev/rules.d/permissions.rules is

Re: [yocto] Include all the native sdk packages built into sdk install script (populate_sdk)

2014-07-16 Thread Meier, Dennis
Dear Anooj What goes into the native sysroot is determined by the TOOLCHAIN_HOST_TASK variable I believe. So setting TOOLCHAIN_HOST_TASK += “nativesdk-libqt5core-dev” or something alike should be what you are looking for. I don’t know if there is a simple solution to include *every*

[yocto] Toolchain build independent of host machine

2014-07-16 Thread atulkumar singh
Hi All, I wish to build my toolchain independent of host machine, either my sdk machine is 32bit or 64 bit. Like for 32bit host machine i am mentioning with i686 for SDKMACHINE in local.conf and x86-64 for 64 bit machine. Please let me know what i need to do to make my toolchain independent of

Re: [yocto] [oe] WIreshark 1.12.x

2014-07-16 Thread Joe MacDonald
[[oe] WIreshark 1.12.x] On 14.07.15 (Tue 23:20) akuster wrote: Hello all, I have the latest wireshark 1.12.0-rc2 building and working with gtk2. Is anyone else working on this? if not I can submit patches. I am not sure which layer wireshark should swim in, meta-networking or

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread Nicolas Dechesne
On Wed, Jul 16, 2014 at 3:28 PM, atulkumar singh atul.singh...@gmail.com wrote: I wish to build my toolchain independent of host machine, either my sdk machine is 32bit or 64 bit. Like for 32bit host machine i am mentioning with i686 for SDKMACHINE in local.conf and x86-64 for 64 bit machine.

[yocto] meta-oracle-java including patch for ARM

2014-07-16 Thread Vladimir Redzhepov
Hi Nitin, What do you think about including our patch for ARM into the meta-oracle-java? We've sent the patch https://lists.yoctoproject.org/pipermail/yocto/2014-June/020223.html on 06/13/2014 but still didn't get any comment. Could you please comment our solution? --

Re: [yocto] Bash parser

2014-07-16 Thread William Mills
On 07/16/2014 06:32 AM, Isak Lichtenstein wrote: Hi Olof, Thank you very much for your prompt answer On 14-07-16 11:36 +0200, Isak Lichtenstein wrote: In this method I'm using the bash syntax. But a lot of time the parser doesn't manage to parse my file properly. Examples:

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread atulkumar singh
Hi Nicolas, Thanks for your reply. And i am using Fedora20. Also please let me know how to check whether the machine has been install with 32bit lib or not? Thanks and regards, Atul On 16 Jul 2014 19:15, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Wed, Jul 16, 2014 at 3:28 PM,

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread Nicolas Dechesne
On Wed, Jul 16, 2014 at 6:37 PM, atulkumar singh atul.singh...@gmail.com wrote: Thanks for your reply. And i am using Fedora20. Also please let me know how to check whether the machine has been install with 32bit lib or not? I don't use Fedora, so i can't give the exact instructions, but the

[yocto] numerous missing list entries in chapter 11 of yocto project reference manual

2014-07-16 Thread Robert P. J. Day
looking at current version of ch 11 in ref manual, and sections 11.1 and 11.2 allegedly list the currently available machine features and distro features, but a while back, i noticed a number of features that were missing from both lists, and noted them here:

[yocto] [meta-mingw][RESEND][PATCH 3/3] packagegroup-cross-canadian: reenable gdb on mingw32

2014-07-16 Thread Richard Tollerton
Signed-off-by: Richard Tollerton rich.toller...@ni.com --- recipes-core/packagegroups/packagegroup-cross-canadian.bbappend | 5 - 1 file changed, 5 deletions(-) delete mode 100644 recipes-core/packagegroups/packagegroup-cross-canadian.bbappend diff --git

[yocto] [meta-mingw][RESEND][PATCH 1/3] common-mingw: force ac_cv_func_mmap_fixed_mapped=no

2014-07-16 Thread Richard Tollerton
The expat mingw build breaks because ix86-common defines ac_cv_func_mmap_fixed_mapped=yes, causing the build to think that mmap(), mman.h actually exist. Fix this by always forcing the variable to no, which configure would have concluded without such interference. Signed-off-by: Richard Tollerton

[yocto] [meta-mingw][RESEND][PATCH 2/3] gdb-cross-canadian: remove ncurses and python deps from mingw32 builds

2014-07-16 Thread Richard Tollerton
Python has never appeared to build under mingw; those who have gotten gdb builds working under mingw have extracted the MSIs from python.org. In lieu of that approach, just disable python support for now. nativesdk-ncurses has several build problems, the least surmountable of which is that it

[yocto] [meta-mingw][RESEND][PATCH 0/3] Fix gdb-cross-canadian on mingw32

2014-07-16 Thread Richard Tollerton
A lot of people were made very happy when mingw toolchain support was resurrected last year. Unfortunately, all of those came back this year crying where's my Eclipse debugging support!?! :F Fortunately, it sms like getting a working gdb-cross-canadian isn't too much of a hassle, as long as

[yocto] libtool error when running adt_installer

2014-07-16 Thread Joseph Andrew de la Peña
Good day, I have an error in libtool when running adt_installer script. make[1]: Entering directory `/users/jdelapena/adt-installer/opkg/build/opkg-svn/libbb' ../-libtool --tag=CC --mode=compile i586-poky-linux-gcc -m32 -march=i586

Re: [yocto] do_rootfs is throwing errors

2014-07-16 Thread jags gediya
How can i set file system permission and mask? On Wed, Jul 16, 2014 at 12:00 AM, Khem Raj raj.k...@gmail.com wrote: On Mon, Jul 14, 2014 at 8:53 AM, jags gediya jags.ged...@gmail.com wrote: Exception: OSError: [Errno 13] Permission denied ERROR: Function failed: do_rootfs ERROR: Logfile of

[yocto] Compiler on board

2014-07-16 Thread jags gediya
Hi All, Is it possible to have compiler in the yocto image? I want to compile some code on board itself instead of cross compiling it on host system? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Weekly build available.

2014-07-16 Thread Flanagan, Elizabeth
The weekly build is now available at: http://autobuilder.yoctoproject.org/pub/nightly/20140715-1 bitbake af1d3373706d365f9138caec110fcb20a5966b7b eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler 4a167fd662262ebdaa3cf0d332ac0debb52d7904 meta-fsl-arm

Re: [yocto] Compiler on board

2014-07-16 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Update the following in your build/conf/local.conf to add development tools like gcc, make, etc to the root file system image EXTRA_IMAGE_FEATURES = tools-sdk debug-tweaks Regards, B.Sathish Kumar -Original Message- From: yocto-boun...@yoctoproject.org

Re: [linux-yocto] Gstreamer on a Beaglebone black

2014-07-16 Thread Dimitri Slavaski
Hello, I did some testing and i found out that it keeps polling. With a strace i got this: clock_gettime(CLOCK_MONOTONIC, {4442, 529673320}) = 0 poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}]) read(4, \1\0\0\0\0\0\0\0, 16) = 8 write(4, \1\0\0\0\0\0\0\0, 8)

Re: [linux-yocto] [PATCH 16/17] kernel/smp: Allow smp_call_function_single() to be called with a function that doesn't return.

2014-07-16 Thread Paul, Charlie
Bruce LSI decided to cancel this patch but wants the rest in. Can I send you the pull request? Charlie -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, July 11, 2014 9:43 AM To: Charlie Paul; linux-yocto@yoctoproject.org Cc: Paul, Charlie

Re: [linux-yocto] [PATCH 16/17] kernel/smp: Allow smp_call_function_single() to be called with a function that doesn't return.

2014-07-16 Thread Bruce Ashfield
On 14-07-16 12:44 PM, Paul, Charlie wrote: Bruce LSI decided to cancel this patch but wants the rest in. Can I send you the pull request? Sure. Bruce Charlie -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, July 11, 2014 9:43 AM To:

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

2014-07-16 Thread Paul, Charlie
The following changes since commit e309525655c7b5b3a3168b4bda069701664eac8e: axxia: Fixed typo in acp.dts file (2014-06-15 23:39:15 -0400) are available in the git repository at: https://github.com/z8cpaul/lsikernel-3.4 sab-next-ly34 for you to fetch changes up to

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

2014-07-16 Thread Bruce Ashfield
On 14-07-16 02:02 PM, Paul, Charlie wrote: The following changes since commit e309525655c7b5b3a3168b4bda069701664eac8e: merged Bruce axxia: Fixed typo in acp.dts file (2014-06-15 23:39:15 -0400) are available in the git repository at: https://github.com/z8cpaul/lsikernel-3.4