[yocto] ADT installer support

2014-04-10 Thread peter ducai
hi all, i currently work for company that is using ADT installer and they like to automate it. After digging in code I found out this is very badly written (5 scripts calling each other) and almost impossible to run it without any user intervention. My main question is: is there any maintainer

[yocto] [meta-linaro][PATCH] external-linaro-toolchain: Fix for 32bit armhf build

2014-04-10 Thread Kazuya Nishimura
From: Kazuya Nishimura kazuya.nisim...@gmail.com Use ld-linux-armhf.so.3 if call convention hard. Fix QA issue errors by packaging approprieately. Add eglibc-locale_2.19.bbappend to fix QA issue error. An empty directory is created while do_install. Signed-off-by: Kazuya Nishimura

[yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com * Use fbdev video driver for xserver-xorg * Recommend installing device tree DTB files into rootfs /boot directory * Switch back to uImage kernel format from zImage, as U-boot was not updated - default has changed to zImage in newer U-boot 2013.10+, but we

[yocto] [meta-yocto][PATCH 2/2] README.hardware: update with Texas Instruments Beaglebone instructions

2014-04-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Replaces outdated Beagleboard instructions with Beaglebone Black (and White). Signed-off-by: Denys Dmytriyenko de...@ti.com --- README.hardware | 78 + 1 file changed, 78 insertions(+) diff --git

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-04-10 Thread Meenakumari Shedole
Hi All. By using all latest version packages, Vaapi able to set the foreign window but there is random changes between Application and VaapiSink in SetWindowId, Play and Stop state. Below are few of the different behaviors. a. To play 1080p media, First SetWindowID, Play and Stop. ( It

Re: [yocto] Dogfooding and usability testing Toaster

2014-04-10 Thread Paul Eggleton
On Wednesday 09 April 2014 16:39:38 Chris Larson wrote: On Wed, Apr 9, 2014 at 4:33 PM, Rudolf Streif rudolf.str...@linux.comwrote: That is exciting. I just ran with it and started a build with toaster in the background. A couple of observations from the get-go: - South 0.8.4 is also

Re: [yocto] Dogfooding and usability testing Toaster

2014-04-10 Thread Barros Pena, Belen
On 09/04/2014 21:52, Philip Balister phi...@balister.org wrote: On 04/09/2014 03:43 AM, Barros Pena, Belen wrote: Hi all, I am looking into collecting feedback on the first version of Toaster https://www.yoctoproject.org/blogs/belenbarrospena/2014/eye-candy which will be out with Yocto

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Romain
Hi, any clue ? Thanks and Regards Romain On 8 April 2014 18:10, Romain romain...@gmail.com wrote: Hello all, While building an image I get those notes, and I would like to lock down the providers for sshd and jpeg : NOTE: multiple providers are available for runtime sshd (openssh,

Re: [yocto] Dogfooding and usability testing Toaster

2014-04-10 Thread Barros Pena, Belen
On 10/04/2014 11:14, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 09 April 2014 16:39:38 Chris Larson wrote: On Wed, Apr 9, 2014 at 4:33 PM, Rudolf Streif rudolf.str...@linux.comwrote: That is exciting. I just ran with it and started a build with toaster in the

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Gaurang Shastri
Dear Romain, Did you try writing in meta/conf/distro/include/default-providers.inc like below: == PREFERRED_PROVIDER_virtual/sshd ?= openssh PREFERRED_PROVIDER_virtual/jpeg ?= jpeg == //Gaurang Shastri On Thu, Apr 10, 2014 at 3:51 PM, Romain romain...@gmail.com wrote: Hi, any clue ?

Re: [yocto] copying media files to qemux86

2014-04-10 Thread Bhushan S
Hi Cristian, I meant passing the --enable-plugin_name to ./configure. # cd gst-plugins-base # ./configure --enable-audiotestsrc --enable-videotestsrc .. Regards, --bhushan On Tue, Apr 8, 2014 at 11:14 PM, Iorga, Cristian cristian.io...@intel.comwrote: Hello, Sorry, what exactly to enable

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Paul Eggleton
On Thursday 10 April 2014 16:55:15 Gaurang Shastri wrote: Did you try writing in meta/conf/distro/include/default-providers.inc like below: == PREFERRED_PROVIDER_virtual/sshd ?= openssh PREFERRED_PROVIDER_virtual/jpeg ?= jpeg == You shouldn't modify this file directly - modifications

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Paul Eggleton
Hi Romain, On Tuesday 08 April 2014 18:10:11 Romain wrote: While building an image I get those notes, and I would like to lock down the providers for sshd and jpeg : NOTE: multiple providers are available for runtime sshd (openssh, dropbear) NOTE: consider defining a PREFERRED_PROVIDER entry

Re: [yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Stanacar, StefanX
Hi Denys, With this patch applied and the updated README I can boot a Beaglebone Black (rev A6) with a default yocto image/config (I've used core-image-sato-sdk FWIW). Everything seems fine, I ran a bunch of tests on the image, except for X - it doesn't start :(. I've built with fbdev and omapfb

Re: [yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Stanacar, StefanX
On Thu, 2014-04-10 at 13:36 +, Stanacar, StefanX wrote: Hi Denys, With this patch applied and the updated README I can boot a Beaglebone Black (rev A6) with a default yocto image/config (I've used core-image-sato-sdk FWIW). Everything seems fine, I ran a bunch of tests on the image,

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Romain
Hi Paul, I am now using openssh-sshd in IMAGE_INSTALL and it solved the problem. For jpeg unfortunately it can't be solved like this because others recipes depends on jpeg. I think the PREFERRED_PROVIDER is the only solution to choose between jpeg and libjpeg-turbo. Cheers, Romain On 10 April

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Paul Barker
On 10 April 2014 15:53, Romain romain...@gmail.com wrote: Hi Paul, I am now using openssh-sshd in IMAGE_INSTALL and it solved the problem. For jpeg unfortunately it can't be solved like this because others recipes depends on jpeg. I think the PREFERRED_PROVIDER is the only solution to choose

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Paul Eggleton
On Thursday 10 April 2014 15:53:12 Romain wrote: On 10 April 2014 14:31, Paul Eggleton paul.eggle...@linux.intel.comwrote: Of these, only PREFERRED_PROVIDER_sshd = openssh would be expected to work. However, testing it locally I think there is a problem here; I'll do some more

[yocto] How to include kernel module without including the kernel in the rootfs?

2014-04-10 Thread Patrick Doyle
I just added a custom kernel module to my build, and now my rootfs includes a copy of my kernel (thus making it too large to fit in my pinhole sized root partition). Is there any way to prevent the kernel from being included in the rootfs? Do modutils require a kernel image in order to function

Re: [yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Stanacar, StefanX
On Thu, 2014-04-10 at 14:14 +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 13:36 +, Stanacar, StefanX wrote: Hi Denys, With this patch applied and the updated README I can boot a Beaglebone Black (rev A6) with a default yocto image/config (I've used

Re: [yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Bruce Ashfield
On 14-04-10 11:27 AM, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 14:14 +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 13:36 +, Stanacar, StefanX wrote: Hi Denys, With this patch applied and the updated README I can boot a Beaglebone Black (rev A6) with a default yocto

Re: [yocto] How to include kernel module without including the kernel in the rootfs?

2014-04-10 Thread Bruce Ashfield
On 14-04-10 11:32 AM, Patrick Doyle wrote: I just added a custom kernel module to my build, and now my rootfs includes a copy of my kernel (thus making it too large to fit in my pinhole sized root partition). Is there any way to prevent the kernel from being included in the rootfs? Do modutils

[yocto] Why increment PRINC by 2?

2014-04-10 Thread Patrick Doyle
The BSP guide gives the following helpful tip for installing a custom /etc/network/interfaces file (see https://www.yoctoproject.org/docs/current/bsp-guide/bsp-guide.html#customizing-a-recipe-for-a-bsp -- and thank you, BTW -- that addressed a specific problem I needed to solve): 1. Edit the

Re: [yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Denys Dmytriyenko
On Thu, Apr 10, 2014 at 03:27:43PM +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 14:14 +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 13:36 +, Stanacar, StefanX wrote: Hi Denys, With this patch applied and the updated README I can boot a Beaglebone

Re: [yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Stanacar, StefanX
On Thu, 2014-04-10 at 11:58 -0400, Denys Dmytriyenko wrote: On Thu, Apr 10, 2014 at 03:27:43PM +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 14:14 +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 13:36 +, Stanacar, StefanX wrote: Hi Denys,

Re: [yocto] Why increment PRINC by 2?

2014-04-10 Thread Denys Dmytriyenko
On Thu, Apr 10, 2014 at 12:23:31PM -0400, Denys Dmytriyenko wrote: On Thu, Apr 10, 2014 at 11:55:08AM -0400, Patrick Doyle wrote: The BSP guide gives the following helpful tip for installing a custom /etc/network/interfaces file (see

Re: [yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Denys Dmytriyenko
On Thu, Apr 10, 2014 at 04:35:51PM +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 11:58 -0400, Denys Dmytriyenko wrote: On Thu, Apr 10, 2014 at 03:27:43PM +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 14:14 +, Stanacar, StefanX wrote: On

Re: [yocto] How to include kernel module without including the kernel in the rootfs?

2014-04-10 Thread Patrick Doyle
Hi Bruce, Thank you very much. That did the trick. --wpd On Thu, Apr 10, 2014 at 11:35 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 14-04-10 11:32 AM, Patrick Doyle wrote: I just added a custom kernel module to my build, and now my rootfs includes a copy of my kernel (thus

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Romain
Thanks for filing the bug. I confirm that adding the line in my local.conf fix the jpeg provider : PREFERRED_PROVIDER_jpeg = libjpeg-turbo Thanks for your help ! Romain -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [meta-linaro][PATCH] external-linaro-toolchain: Fix for 32bit armhf build

2014-04-10 Thread Khem Raj
On Thu, Apr 10, 2014 at 12:49 AM, Kazuya Nishimura kazuya.nisim...@gmail.com wrote: From: Kazuya Nishimura kazuya.nisim...@gmail.com Use ld-linux-armhf.so.3 if call convention hard. Fix QA issue errors by packaging approprieately. Add eglibc-locale_2.19.bbappend to fix QA issue error. An

Re: [yocto] CGL compliance layer initiative

2014-04-10 Thread Diego Sueiro
Vali, I'm excited to see CGL support for Yocto. I'm going to test this layer as soon as possible. One question, which branch of Yocto is it based on? Regards, -- *dS Diego Sueiro sent from mobile. On Apr 9, 2014 11:05 AM, Vali Cobelea valentin.cobe...@enea.com wrote: OK Paul, that indeed

[yocto] defconfig on daisy

2014-04-10 Thread Søren Holm
Hi I have a linux-yocto_3.14.bbappend file in my local layer. Basically it just specifies the defconfig for the kernel. The problem now is just that defconfig is not used for the specific kernel. It's copied into ${WORKDIR} but never used. Have procedures on how to do this changed since dora

[yocto] Building python module after compiling in one recipe

2014-04-10 Thread Jens Lucius
Hi I am trying to bitbake pjproject including the python module. I manged to write a working .bb recipe for the latest pjproject, which compiles and installes correctly. But I also want to build the python module. The documentation of pjproject says about building the python module: 1.

[yocto] polkit and consolekit

2014-04-10 Thread Trevor Woerner
consolekit has a dependency on polkit: arm-oe-linux-gnueabi-gcc: error: /SSD/build/distroless/tmp/qemuarm-eglibc/sysroots/qemuarm/usr/lib/libpolkit-gobject-1.so: No such file or directory ERROR: Function failed: do_compile (log file is located at

[yocto] Confusion about autotools

2014-04-10 Thread Patrick Doyle
I am trying to write a recipe for a custom gstreamer plugin that compiles fine (natively) with autotools. I thought it would be as simple as writing a recipe that said something like: inherit autotools myplugin_do_fetch() { commands_to_make_a_copy_of_my_source_code_in_build_tree; }

Re: [yocto] Confusion about autotools

2014-04-10 Thread Chris Larson
On Thu, Apr 10, 2014 at 4:43 PM, Patrick Doyle wpds...@gmail.com wrote: I am trying to write a recipe for a custom gstreamer plugin that compiles fine (natively) with autotools. I thought it would be as simple as writing a recipe that said something like: inherit autotools

Re: [yocto] Confusion about autotools

2014-04-10 Thread Patrick Doyle
ok, that makes sense. Trying to pattern match against too many patterns, and not spending enough time understanding the underlying technology. Thank you for the explanation. If you don't mind, I'll move on to my next question... I now have a do_fetch() task that looks like this: do_fetch () {

Re: [yocto] Confusion about autotools

2014-04-10 Thread Chris Larson
On Thu, Apr 10, 2014 at 5:12 PM, Patrick Doyle wpds...@gmail.com wrote: ok, that makes sense. Trying to pattern match against too many patterns, and not spending enough time understanding the underlying technology. Thank you for the explanation. If you don't mind, I'll move on to my next

Re: [yocto] Confusion about autotools

2014-04-10 Thread Patrick Doyle
ok, thanks. I do get a Hello World message out of do_unpack(). Weird. Thanks. --wpd On Thu, Apr 10, 2014 at 8:15 PM, Chris Larson clar...@kergoth.com wrote: On Thu, Apr 10, 2014 at 5:12 PM, Patrick Doyle wpds...@gmail.com wrote: ok, that makes sense. Trying to pattern match against too

Re: [yocto] CGL compliance layer initiative

2014-04-10 Thread João Henrique Ferreira de Freitas
Hi Vali, I took a look into meta-cgl and I've builded with all master (lots of warning) layers described in README file. Good initiative. I noted that in README file you mention about 'meta-openclovis'. I believed that you got openipmi recipe from meta-openclovis, because meta-cgl has a

Re: [yocto] [meta-linaro][PATCH] external-linaro-toolchain: Fix for 32bit armhf build

2014-04-10 Thread Kazuya Nishimura
Hi Khem, why is chown needed here ? It is copied from original implementation. Please check do_install() in meta/recipes-core/eglibc/eglibc-locale.inc secondly, this piece should go into OE-Core maybe. Best regards, Kaz 2014-04-11 3:36 GMT+09:00 Khem Raj raj.k...@gmail.com: On Thu, Apr

Re: [yocto] defconfig on daisy

2014-04-10 Thread Bruce Ashfield
On 2014-04-10, 5:41 PM, Søren Holm wrote: Hi I have a linux-yocto_3.14.bbappend file in my local layer. Basically it just specifies the defconfig for the kernel. The problem now is just that defconfig is not used for the specific kernel. It's copied into ${WORKDIR} but never used. Have

[yocto] New RC for 1.6.

2014-04-10 Thread Flanagan, Elizabeth
All, A few much needed bug fixes came in to fix some of the issues we saw with rc3. We decided that we should just roll and rc4. Please begin testing this as soon as possible. We're seeing one issue on the world build:

Re: [linux-yocto] [PATCH 1/1] meta: smp.scc: increase default NR_CPUS to 64

2014-04-10 Thread Kamble, Nitin A
On 4/10/2014 4:20 AM, boon.leong@intel.com wrote: From: Ong Boon Leong boon.leong@intel.com Change CONFIG_NR_CPUS from 8 to 64 so that platform with processors count more than 8 will be all activited. Acked-By: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Ong Boon Leong

[linux-yocto] [PATCH 8/8] policycoreutils: remove PRINC warning

2014-04-10 Thread Hongxu Jia
Bump up PR and remove PRINC. Signed-off-by: Hongxu Jia hongxu@windriver.com --- recipes-security/selinux/policycoreutils.inc| 2 -- recipes-security/selinux/policycoreutils_git.bb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git

[linux-yocto] [PATCH 3/8] libselinux: remove PRINC warning

2014-04-10 Thread Hongxu Jia
Bump up PR and remove PRINC. Signed-off-by: Hongxu Jia hongxu@windriver.com --- recipes-security/selinux/libselinux.inc | 2 -- recipes-security/selinux/libselinux_2.2.2.bb | 2 +- recipes-security/selinux/libselinux_git.bb | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-)

[linux-yocto] [PATCH 5/8] libsepol: remove PRINC warning

2014-04-10 Thread Hongxu Jia
Bump up PR and remove PRINC. Signed-off-by: Hongxu Jia hongxu@windriver.com --- recipes-security/selinux/libsepol.inc| 2 -- recipes-security/selinux/libsepol_2.2.bb | 2 +- recipes-security/selinux/libsepol_git.bb | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git

[linux-yocto] [PATCH 7/8] libpcre_8.34.bbappend: remove PRINC warning

2014-04-10 Thread Hongxu Jia
The libpcre has been upgrade to 8.34 in oe-core, so remove PRINC. Signed-off-by: Hongxu Jia hongxu@windriver.com --- recipes-support/libpcre/libpcre_8.34.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-support/libpcre/libpcre_8.34.bbappend