Re: [yocto] devshell: what am I missing?

2014-05-15 Thread Alex J Lennon
On 14/05/2014 23:16, ezek...@sanborndeasis.net wrote: OE newbie here, so I may just be missing something. I am running in latest pocky-daisy-11.0.0. I created my own simple layer with the helloworld sample in it. I am building for machine qemuarm. The build itself is working fine, the

Re: [yocto] meta-web-kiosk: bad fonts in high resolution

2014-05-15 Thread Burton, Ross
On 14 May 2014 22:38, Saul Wold s...@linux.intel.com wrote: I'm new to Yocto, and I made an Image meta-web-kiosk, and when I run it, the fonts in browser are getting messed up, as you can see in these images: https://drive.google.com/folderview?id=0Bw1B-mbeX0tbRnc0OHZSaDVuQlEusp=sharing

Re: [yocto] [RFC] Upgrade to a package with all its dependency without network

2014-05-15 Thread Bryan Evenson
Marco, -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Marco Sent: Tuesday, May 06, 2014 3:42 AM To: yocto@yoctoproject.org Subject: [yocto] [RFC] Upgrade to a package with all its dependency without network Hello, I

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-15 Thread Stefan Agner
Am 2014-05-08 18:44, schrieb ste...@agner.ch: From: Stefan Agner ste...@agner.ch Hi folks, We plan to make use of the Yocto Autobuilder at Toradex. I successfully deployed an installation, however since we distribute an Anstrom based BSP I had to adjust some files. With those patches and

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-15 Thread Flanagan, Elizabeth
Ok, these look ok. I'll apply them and run them on dev. Expect something tomorrow. -b On Thu, May 8, 2014 at 9:44 AM, ste...@agner.ch wrote: From: Stefan Agner ste...@agner.ch Hi folks, We plan to make use of the Yocto Autobuilder at Toradex. I successfully deployed an installation,

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-15 Thread Flanagan, Elizabeth
Hey Stefan, Sorry, this got caught somewhere in my email On Thu, May 15, 2014 at 6:03 AM, Stefan Agner ste...@agner.ch wrote: Am 2014-05-08 18:44, schrieb ste...@agner.ch: From: Stefan Agner ste...@agner.ch Hi folks, We plan to make use of the Yocto Autobuilder at Toradex. I successfully

Re: [yocto] meta-web-kiosk: bad fonts in high resolution

2014-05-15 Thread Lucas Pirolla
Attached are the outputs for both commands in localhost:0.0 in u-boot, I have: vid_dev0=ldb,LDB-1080P60,if=RGB24 ldb=spl0 On Thu, May 15, 2014 at 6:57 AM, Burton, Ross ross.bur...@intel.com wrote: On 14 May 2014 22:38, Saul Wold s...@linux.intel.com wrote: I'm new to Yocto, and I made an

Re: [yocto] meta-web-kiosk: bad fonts in high resolution

2014-05-15 Thread Lucas Pirolla
I found out what the problem was... it's congatec's LVDS-DVI converter! Attached a screen in the HDMI output and all fonts were marvelous! Thanks for the attention! On Thu, May 15, 2014 at 2:33 PM, Lucas Pirolla lucas.piro...@gmail.comwrote: Attached are the outputs for both commands in

Re: [yocto] Best way to remove DISTRO_FEATURES?

2014-05-15 Thread Richard Purdie
On Wed, 2014-05-14 at 16:42 +0200, Neuer User wrote: Probably solved. It should be include conf/distro/poky.conf instead of include poky.conf. (Stupid newbie error). FWIW if you said require instead of include you'd have got a useful error saying it couldn't find the file. Cheers,

Re: [yocto] Where did my preferred version go?

2014-05-15 Thread Richard Purdie
On Wed, 2014-05-14 at 12:06 -0600, Gary Thomas wrote: I have a number of platforms which [for whatever reason] need older versions of GCC. I've been supporting this by keeping the older code around in my own layers - I need 4.7.x for some targets, even 4.6.x for others. With the changes in

[yocto] [PATCH V2 0/9] meta-selinux on master branch

2014-05-15 Thread Armin Kuster
These patches fix build messages 'ERROR: No recipes available for:' by syncing the with versions in Poky master. In most cases, the bbappends included only configuration parameters and using a wildcard in the version works for now. I removed patches if the changes are the newer versions.

[yocto] [PATCH 1/9] Use wildcard for augeas and fix build issue

2014-05-15 Thread Armin Kuster
augeas: Use wildcard in version to minimize keeping in-sync with Poky --- recipes-extended/augeas/augeas_1.%.bbappend | 1 + recipes-extended/augeas/augeas_1.1.0.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644

[yocto] [PATCH 2/9] Use wildcard in bind bbappend name

2014-05-15 Thread Armin Kuster
bind: Use wildcard to minimize the need to keep in-sync with poky. Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-connectivity/bind/bind_9.%.bbappend | 13 + recipes-connectivity/bind/bind_9.8.1.bbappend | 13 - 2 files changed, 13 insertions(+),

[yocto] [PATCH 3/9] Use wildcard in bind bbappend name

2014-05-15 Thread Armin Kuster
bind: Use wildcard to minimize the need to keep tp keep in-synx with Poky. Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-connectivity/bind/bind_9.%.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-connectivity/bind/bind_9.%.bbappend

[yocto] [PATCH 4/9] Use wildcard in kernel bbappend name

2014-05-15 Thread Armin Kuster
linux-kernel: Use wildcard in version to minimize keeping in-sync with Poky. Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-kernel/linux/linux-yocto_3.%.bbappend | 7 +++ recipes-kernel/linux/linux-yocto_3.8.bbappend | 7 --- 2 files changed, 7 insertions(+), 7

[yocto] [PATCH 6/9] update util-linux package version and remove patch

2014-05-15 Thread Armin Kuster
util-linux: Update package to match Poky master. Remove patch since it was merged upstream. Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-core/util-linux/util-linux_2.23.2.bbappend | 8 recipes-core/util-linux/util-linux_2.24.2.bbappend | 3 +++ 2 files changed, 3

[yocto] [PATCH 7/9] Update to latest swig from meta-openembedded

2014-05-15 Thread Armin Kuster
swig: Update to latest swig from meta-openembedded Updated from: git://git.openembedded.org/meta-openembedded/meta-oe/recipes-devtools/swig As of commit dca466c074c9a35bc0133e7e0d65cca0731e2acf Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-devtools/swig/swig.inc | 8

[yocto] [PATCH 8/9] update psmics 22.21 and remove unneeded patch

2014-05-15 Thread Armin Kuster
psmics: Update to match version in Poky and remove patch. Signed-off-by: Armin Kuster akuster...@gmail.com --- .../psmisc/pstree-compiles-with-SE-Linux.patch | 265 - recipes-extended/psmisc/psmisc_22.20.bbappend | 7 - recipes-extended/psmisc/psmisc_22.21.bbappend

[yocto] [PATCH 9/9] Use wildcard in glib-2.0 bbappend name

2014-05-15 Thread Armin Kuster
glib-2.0: Update to match version in Poky Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-core/glib-2.0/glib-2.0_2.%.bbappend| 1 + recipes-core/glib-2.0/glib-2.0_2.38.2.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644

[yocto] Changing metadata during bitbaking

2014-05-15 Thread Ash Charles
Hi, (apologies if this is the wrong list---I tried sending to the bitbake list and got bounced) Under what conditions can I change the content of layers without affecting an ongoing bitbake? On occasion, I find myself wanting to do git operations on my layers while I've got a build going on.

[linux-yocto] [PATCH 1/5] meta: romley: removed using of common-pc-64.scc

2014-05-15 Thread wei . sern . chan
From: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com Removed using of bsp/common-pc-64/common-pc-64.scc from romley-preempt-rt.scc and romley-standard.scc Added ktypes/standard/standard.scc for romley-standard.scc This is because we are migrating the BSP to use intel-common. Signed-off-by:

[linux-yocto] [PATCH 0/5] [linux-yocto-3.10] Update meta for Romley platform configuration

2014-05-15 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This is a patch series targetting linux-yocto-3.10:meta branch. This is a patch series that consist of below: 1. Removed using of common-pc-64.scc from romley. 2. Start using ktypes/standard/standard.scc for romley platforms to align with

[linux-yocto] [PATCH 2/5] meta: romley: added power management

2014-05-15 Thread wei . sern . chan
From: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com Since migrating this BSP to use intel-common, we need to add configuration required for power management Signed-off-by: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com ---

[linux-yocto] [PATCH 5/5] mei.cfg: configure Intel MEI driver as module

2014-05-15 Thread wei . sern . chan
From: Sreeju Slevaraj sreeju.armughanx.selva...@intel.com Changing the flag of this CONFIG_INTEL_MEI_ME from built-in to as module driver. As not all BIOS comes ready with AMT/MEI firmware. Signed-off-by: Sreeju Slevaraj sreeju.armughanx.selva...@intel.com Signed-off-by: Chan Wei Sern

Re: [linux-yocto] [PATCH 0/5] [linux-yocto-3.10] Update meta for Romley platform configuration

2014-05-15 Thread Kamble, Nitin A
On 5/15/2014 12:22 PM, wei.sern.c...@intel.com wrote: From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This is a patch series targetting linux-yocto-3.10:meta branch. This is a patch series that consist of below: 1. Removed using of common-pc-64.scc from romley. 2. Start using

Re: [linux-yocto] [PATCH 1/5] meta: romley: removed using of common-pc-64.scc

2014-05-15 Thread Kamble, Nitin A
On 5/15/2014 12:22 PM, wei.sern.c...@intel.com wrote: From: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com Removed using of bsp/common-pc-64/common-pc-64.scc from romley-preempt-rt.scc and romley-standard.scc Added ktypes/standard/standard.scc for romley-standard.scc This is because we

Re: [linux-yocto] [PATCH 2/5] meta: romley: added power management

2014-05-15 Thread Kamble, Nitin A
On 5/15/2014 12:22 PM, wei.sern.c...@intel.com wrote: From: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com Since migrating this BSP to use intel-common, we need to add configuration required for power management Signed-off-by: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com

Re: [linux-yocto] [PATCH 4/5] meta: romley: included RTC configuration

2014-05-15 Thread Kamble, Nitin A
On 5/15/2014 12:22 PM, wei.sern.c...@intel.com wrote: From: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com Since migrating this BSP to use intel-common, we need to add RTC configuration to enable real time clock. Signed-off-by: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com

Re: [linux-yocto] [PATCH 3/5] meta: romley: included USB HID Configuration

2014-05-15 Thread Kamble, Nitin A
On 5/15/2014 12:22 PM, wei.sern.c...@intel.com wrote: From: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com Since migrating this BSP to use intel-common, we need to add the configuration required to enable USB HID Signed-off-by: Sreeju Selvaraj sreeju.armughanx.selva...@intel.com

Re: [linux-yocto] [PATCH 5/5] mei.cfg: configure Intel MEI driver as module

2014-05-15 Thread Kamble, Nitin A
On 5/15/2014 12:22 PM, wei.sern.c...@intel.com wrote: From: Sreeju Slevaraj sreeju.armughanx.selva...@intel.com Changing the flag of this CONFIG_INTEL_MEI_ME from built-in to as module driver. As not all BIOS comes ready with AMT/MEI firmware. Signed-off-by: Sreeju Slevaraj

Re: [linux-yocto] [PATCH 0/5] [linux-yocto-3.10] Update meta for Romley platform configuration

2014-05-15 Thread Chan, Wei Sern
-Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of Kamble, Nitin A Sent: Friday, May 16, 2014 1:52 AM To: linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 0/5] [linux-yocto-3.10] Update meta for