[yocto] Request to enable SMP and virtio for qemux86/x86-64

2012-01-10 Thread Zhai, Edwin
Bruce, Can we enable SMP and virtio by default for qemux86/x86-64? This can achieve huge perf boost for workload inside qemu. E.g. we enabled self-hosted image, where we build yocto inside qemu. Attached patch showes the kernel config option. Is it reasonable? Thanks, Edwin -- best rgds, edw

Re: [yocto] hob usage

2012-01-10 Thread McClintock Matthew-B29882
On Tue, Jan 10, 2012 at 9:56 PM, Jim Abernathy wrote: > I have a question about hob usage.  I understand the basics of hob and how > it adds packages.  I also understand how it will parse through my local.conf > and include any extra packages that I may have included by using > IMAGE_INSTALL += .

[yocto] [PATCH] meta-emenlow: fix ptr->int and Werror=address compile errors

2012-01-10 Thread Tom Zanussi
A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is the same problem encountered by xserver-kdrive, and has the same fix, namely create a new version of REGION_INIT and have all calls that pass in a pointer to a static struct use i

[yocto] hob usage

2012-01-10 Thread Jim Abernathy
I have a question about hob usage. I understand the basics of hob and how it adds packages. I also understand how it will parse through my local.conf and include any extra packages that I may have included by using IMAGE_INSTALL += . I've found that if I start with a clean BSP and use hob to

Re: [yocto] [PATCH 1/4] lttng-ust: Integrate into yocto linux

2012-01-10 Thread Zumeng Chen
于 2012年01月11日 00:58, Darren Hart 写道: On 01/10/2012 08:11 AM, Zumeng Chen wrote: This patch intended to integrate the LTTng UST 2.0 package, which contains the userspace tracer library to trace userspace codes. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.b

Re: [yocto] Yocto SWAT team kickoff

2012-01-10 Thread Flanagan, Elizabeth
On Tue, Jan 10, 2012 at 2:59 PM, Flanagan, Elizabeth wrote: > Targets: > We currently have 5 yocto autobuilders that are used to run nightly. > ab01, ab02, ab04, ab05, ab06. Each of these run two build slaves. Quick point of clarification (since I don't want people confused). The above should rea

Re: [yocto] Yocto SWAT team kickoff

2012-01-10 Thread Flanagan, Elizabeth
On Tue, Jan 10, 2012 at 7:24 AM, Liu, Song wrote: > Hi all, > > We would like to kick off the Yocto SWAT team this week. Please see the > following for the purpose of the SWAT team and let me know if you have any > questions or concerns. We welcome any community participation on the SWAT > team

Re: [yocto] RFC: Joint, monthly, and online forum for developer discussion

2012-01-10 Thread Joshua Lock
Hi Sean, On 09/01/12 17:49, Hudson, Sean wrote: I propose having a monthly, online developer forum that promotes discussion on longer term technical issues that impact both Yocto and OpenEmbedded. This would supplement the already existing mailing list and irc communication channels. In order to

Re: [yocto] [PATCH 0/2][KERNEL] new yocto/emgd-1.10 feature branch

2012-01-10 Thread Bruce Ashfield
On 12-01-10 03:55 PM, Tom Zanussi wrote: On Tue, 2012-01-10 at 15:50 -0500, Bruce Ashfield wrote: On 12-01-02 02:31 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi This patchset adds a new yocto/emgd-1.10 feature branch to linux-yocto-3.0, alongside the existing yocto/emgd branch containing

Re: [yocto] [PATCH 0/2][KERNEL] new yocto/emgd-1.10 feature branch

2012-01-10 Thread Tom Zanussi
On Tue, 2012-01-10 at 15:50 -0500, Bruce Ashfield wrote: > On 12-01-02 02:31 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > This patchset adds a new yocto/emgd-1.10 feature branch to linux-yocto-3.0, > > alongside the existing yocto/emgd branch containing emgd-1.8. > > > > Bruce, pl

Re: [yocto] [PATCH 0/2][KERNEL] new yocto/emgd-1.10 feature branch

2012-01-10 Thread Bruce Ashfield
On 12-01-02 02:31 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi This patchset adds a new yocto/emgd-1.10 feature branch to linux-yocto-3.0, alongside the existing yocto/emgd branch containing emgd-1.8. Bruce, please don't merge this yet though - it depends on the new emgd-1.10 recipe, whic

Re: [yocto] [PATCH 0/3][meta-intel] Alsa enhancements

2012-01-10 Thread Tom Zanussi
On Tue, 2012-01-10 at 09:39 -0800, Joshua Lock wrote: > CAVEAT: This series requires the alsa-state series recently submitted to the > OE-Core mailing list. > Nice. Thanks for finally resolving this. When the other patches hit oe-core, I'll pull these in... Tom > This series enables alsa as a

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, January 10, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada)

2012-01-10 Thread Liu, Song
Attendees: Michael, Paul, Joshua, Saul, Darren, Matthew, Richard, Scott, Beth, Jessica, Jason (TI), Tom, Bruce, Mark, Denys, Jeff (WRS), Sean, Dave, Song   Focus of the week: top priority is M2 stabilization and bug fixing. Continue with feature development.   Action item: - Paul to work with Jer

[yocto] [PATCH 3/3] n450-audio: drop this machine specific recipe in favour of alsa-state

2012-01-10 Thread Joshua Lock
Signed-off-by: Joshua Lock --- meta-n450/conf/machine/n450.conf |2 - meta-n450/recipes-bsp/n450-audio/n450-audio.bb | 30 -- .../recipes-bsp/n450-audio/n450-audio/n450-audio | 42 3 files changed, 0 insertions(+), 74 deletions(-)

[yocto] [PATCH 2/3] alsa-state: add alsa state for n450

2012-01-10 Thread Joshua Lock
Add a custom asound.state for the n450 so that the alsa-state init script sets (and restores) sound configuration appropriately. Signed-off-by: Joshua Lock --- .../recipes-bsp/alsa-state/alsa-state.bbappend |1 + .../alsa-state/alsa-state/n450/asound.state| 450 +

[yocto] [PATCH 1/3] ia32-base: add alsa to MACHINE_FEATURES

2012-01-10 Thread Joshua Lock
Signed-off-by: Joshua Lock --- conf/machine/include/ia32-base.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc index 84693e2..8556d6e 100644 --- a/conf/machine/include/ia32-base.inc +++ b/conf/ma

[yocto] [PATCH 0/3][meta-intel] Alsa enhancements

2012-01-10 Thread Joshua Lock
CAVEAT: This series requires the alsa-state series recently submitted to the OE-Core mailing list. This series enables alsa as a MACHINE_FEATURE by default in the ia32-base so that alsa is enabled for all current BSP's. Following that the series drops the BSP-specific n450-audio recipe in favour

Re: [yocto] Related to eglibc

2012-01-10 Thread Khem Raj
On Tue, Jan 10, 2012 at 5:38 AM, Navani wrote: > Hello Khem, > > Thanks for your reply. > >> can you try it with eglibc-2.13 or eglibc-2.14 ? >  I tried using eglibc-2.13 and eglibc-2.14 but they didn't worked. Still Qt > application are refreshing at every touch. then you have to find difference

Re: [yocto] [PATCH 1/4] lttng-ust: Integrate into yocto linux

2012-01-10 Thread Darren Hart
On 01/10/2012 08:11 AM, Zumeng Chen wrote: > This patch intended to integrate the LTTng UST 2.0 package, which > contains the userspace tracer library to trace userspace codes. > > Signed-off-by: Zumeng Chen > --- > meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 > +++

Re: [yocto] yocto on Acer Aspire One NAV50

2012-01-10 Thread Bruce Ashfield
On 12-01-10 11:31 AM, Jim Abernathy wrote: On 01/10/2012 10:50 AM, Bruce Ashfield wrote: On 12-01-10 10:47 AM, James Abernathy wrote: I created a core-image-sato using the meta-n450 BSP hoping I could work with it on the Acer Aspire One 532h-2588. However, that netbook uses the Atheros AR5B95 w

Re: [yocto] yocto on Acer Aspire One NAV50

2012-01-10 Thread Jim Abernathy
On 01/10/2012 10:50 AM, Bruce Ashfield wrote: On 12-01-10 10:47 AM, James Abernathy wrote: I created a core-image-sato using the meta-n450 BSP hoping I could work with it on the Acer Aspire One 532h-2588. However, that netbook uses the Atheros AR5B95 wireless NIC and the Atheros AR8132 wired NIC

[yocto] [PATCH 3/4] lttng-modules: from lttng-modules 2.0 git repo.

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the lttng-modules 2.0 package containing the kernel tracer modules. LTTng-modules 2.0 is currently in pre-release (-pre11), so we have to update it when official released. lttng-2.0 supports lttng-modules extra builds, which don't need any patches on Linux kernel v

[yocto] [PATCH 4/4] babeltrace: Integrated from version 0.8

2012-01-10 Thread Zumeng Chen
It provides trace read and write libraries, as well as a trace converter. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++ 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_

[yocto] [PATCH 2/4] lttng-tools: Integrated from git repo.

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the Linux trace toolkit, which is a suite of tools designed to extract program execution details from the Linux operating system and interpret them. lttng-tools 2.0 is currently in pre-release(-pre16), so we have to update it when official released. Signed-off-by:

[yocto] [PATCH 1/4] lttng-ust: Integrate into yocto linux

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the LTTng UST 2.0 package, which contains the userspace tracer library to trace userspace codes. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 ++ 1 files changed, 25 insertions(+), 0 deletions(-) crea

Re: [yocto] yocto on Acer Aspire One NAV50

2012-01-10 Thread Bruce Ashfield
On 12-01-10 10:47 AM, James Abernathy wrote: I created a core-image-sato using the meta-n450 BSP hoping I could work with it on the Acer Aspire One 532h-2588. However, that netbook uses the Atheros AR5B95 wireless NIC and the Atheros AR8132 wired NIC, which are not recognized. Is there anything a

Re: [yocto] Trouble creating new package

2012-01-10 Thread Saul Wold
On 01/10/2012 03:21 AM, Jack Mitchell wrote: On 10/01/12 11:16, Martin Jansa wrote: On Tue, Jan 10, 2012 at 11:08:22AM +, Jack Mitchell wrote: Good morning everyone, I am currently having issues creating a (very!) simple package. I have looked at the latest reference manual and studied oth

[yocto] yocto on Acer Aspire One NAV50

2012-01-10 Thread James Abernathy
I created a core-image-sato using the meta-n450 BSP hoping I could work with it on the Acer Aspire One 532h-2588. However, that netbook uses the Atheros AR5B95 wireless NIC and the Atheros AR8132 wired NIC, which are not recognized. Is there anything already in Yocto that could be turned on to su

[yocto] Yocto SWAT team kickoff

2012-01-10 Thread Liu, Song
Hi all, We would like to kick off the Yocto SWAT team this week. Please see the following for the purpose of the SWAT team and let me know if you have any questions or concerns. We welcome any community participation on the SWAT team. At the same time, I will work with the team to make sure th

Re: [yocto] Trouble creating new package

2012-01-10 Thread Chris Larson
On Tue, Jan 10, 2012 at 4:21 AM, Jack Mitchell wrote: > Inheriting autotools makes no difference, I also don't understand why > autotools should be inherited if it is only a make/configure combination > being used? That's what autotools *is*. ./configure is almost always a script generated by aut

Re: [yocto] Trouble creating new package

2012-01-10 Thread Jack Mitchell
On 10/01/12 13:56, Jack Mitchell wrote: On 10/01/12 13:50, Gary Thomas wrote: On 2012-01-10 06:39, Jack Mitchell wrote: On 10/01/12 13:38, James Abernathy wrote: On Tue, Jan 10, 2012 at 8:20 AM, Jack Mitchell mailto:m...@communistcode.co.uk>> wrote: On 10/01/12 11:21, Jack Mitchell wro

Re: [yocto] understanding what's in an image

2012-01-10 Thread Jim Abernathy
On 01/10/2012 09:57 AM, Gary Thomas wrote: On 2012-01-10 07:48, Jim Abernathy wrote: On 01/09/2012 09:07 PM, Christopher Larson wrote: Read layer.conf in each layer. See the BBFILES variable. -- Christopher Larson On Monday, January 9, 2012 at 5:51 PM, James Abernathy wrote: I'm trying to und

Re: [yocto] understanding what's in an image

2012-01-10 Thread Gary Thomas
On 2012-01-10 07:48, Jim Abernathy wrote: On 01/09/2012 09:07 PM, Christopher Larson wrote: Read layer.conf in each layer. See the BBFILES variable. -- Christopher Larson On Monday, January 9, 2012 at 5:51 PM, James Abernathy wrote: I'm trying to understand how bitbake parses the poky directo

Re: [yocto] understanding what's in an image

2012-01-10 Thread Jim Abernathy
On 01/09/2012 09:07 PM, Christopher Larson wrote: Read layer.conf in each layer. See the BBFILES variable. -- Christopher Larson On Monday, January 9, 2012 at 5:51 PM, James Abernathy wrote: I'm trying to understand how bitbake parses the poky directory tree a little better. The best I can f

Re: [yocto] Trouble creating new package

2012-01-10 Thread Jack Mitchell
On 10/01/12 13:50, Gary Thomas wrote: On 2012-01-10 06:39, Jack Mitchell wrote: On 10/01/12 13:38, James Abernathy wrote: On Tue, Jan 10, 2012 at 8:20 AM, Jack Mitchell mailto:m...@communistcode.co.uk>> wrote: On 10/01/12 11:21, Jack Mitchell wrote: On 10/01/12 11:16, Martin Ja

Re: [yocto] Trouble creating new package

2012-01-10 Thread Gary Thomas
On 2012-01-10 06:39, Jack Mitchell wrote: On 10/01/12 13:38, James Abernathy wrote: On Tue, Jan 10, 2012 at 8:20 AM, Jack Mitchell mailto:m...@communistcode.co.uk>> wrote: On 10/01/12 11:21, Jack Mitchell wrote: On 10/01/12 11:16, Martin Jansa wrote: On Tue, Jan 10, 2

Re: [yocto] Trouble creating new package

2012-01-10 Thread Jack Mitchell
On 10/01/12 13:38, James Abernathy wrote: On Tue, Jan 10, 2012 at 8:20 AM, Jack Mitchell > wrote: On 10/01/12 11:21, Jack Mitchell wrote: On 10/01/12 11:16, Martin Jansa wrote: On Tue, Jan 10, 2012 at 11:08:22AM +, Jack Mitchell wr

Re: [yocto] Related to eglibc

2012-01-10 Thread Navani
Hello Khem, Thanks for your reply. > can you try it with eglibc-2.13 or eglibc-2.14 ? I tried using eglibc-2.13 and eglibc-2.14 but they didn't worked. Still Qt application are refreshing at every touch. ___ yocto mailing list yocto@yoctoproject.

Re: [yocto] Trouble creating new package

2012-01-10 Thread James Abernathy
On Tue, Jan 10, 2012 at 8:20 AM, Jack Mitchell wrote: > On 10/01/12 11:21, Jack Mitchell wrote: > >> On 10/01/12 11:16, Martin Jansa wrote: >> >>> On Tue, Jan 10, 2012 at 11:08:22AM +, Jack Mitchell wrote: >>> Good morning everyone, I am currently having issues creating a (very

[yocto] [PATCH] augeas: Add libxml2 dependency

2012-01-10 Thread Martin Donnelly
This patch fixes the following Augeas configure error. | checking for LIBXML... no | configure: error: Package requirements (libxml-2.0) were not met: | | No package 'libxml-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard pre

Re: [yocto] Trouble creating new package

2012-01-10 Thread Jack Mitchell
On 10/01/12 11:21, Jack Mitchell wrote: On 10/01/12 11:16, Martin Jansa wrote: On Tue, Jan 10, 2012 at 11:08:22AM +, Jack Mitchell wrote: Good morning everyone, I am currently having issues creating a (very!) simple package. I have looked at the latest reference manual and studied other .b

Re: [yocto] Unable to set system clock

2012-01-10 Thread Gary Thomas
On 2012-01-10 05:57, Navani Kamal Srivastava wrote: Hi, I am getting problem in changing system clock of my board. On rebooting the board after changing time, I can see the new time in kernel boot messages like “pmic_rtc pmic_rtc.1: setting system clock to 2012-01-10 18:22:15 UTC (1326219735

[yocto] Unable to set system clock

2012-01-10 Thread Navani Kamal Srivastava
Hi, I am getting problem in changing system clock of my board. On rebooting the board after changing time, I can see the new time in kernel boot messages like "pmic_rtc pmic_rtc.1: setting system clock to 2012-01-10 18:22:15 UTC (1326219735) " but again it used to reconfigure system clock. Kind

Re: [yocto] understanding what's in an image

2012-01-10 Thread Gary Thomas
On 2012-01-10 05:23, James Abernathy wrote: On Jan 10, 2012, at 7:03 AM, Gary Thomas wrote: On 2012-01-09 17:51, James Abernathy wrote: I'm trying to understand how bitbake parses the poky directory tree a little better. The best I can figure all .bb files are NOT included. Just some of the

Re: [yocto] understanding what's in an image

2012-01-10 Thread James Abernathy
On Jan 10, 2012, at 7:03 AM, Gary Thomas wrote: > On 2012-01-09 17:51, James Abernathy wrote: >> I'm trying to understand how bitbake parses the poky directory tree a little >> better. >> >> The best I can figure all .bb files are NOT included. Just some of them are. >> I'm guessing that the

Re: [yocto] understanding what's in an image

2012-01-10 Thread Gary Thomas
On 2012-01-09 17:51, James Abernathy wrote: I'm trying to understand how bitbake parses the poky directory tree a little better. The best I can figure all .bb files are NOT included. Just some of them are. I'm guessing that the .bb in the meta/recipe-sato named core-image-sato.bb is the one

Re: [yocto] Trouble creating new package

2012-01-10 Thread Jack Mitchell
On 10/01/12 11:16, Martin Jansa wrote: On Tue, Jan 10, 2012 at 11:08:22AM +, Jack Mitchell wrote: Good morning everyone, I am currently having issues creating a (very!) simple package. I have looked at the latest reference manual and studied other .bb files to no avail. I am trying to buil

Re: [yocto] Trouble creating new package

2012-01-10 Thread Martin Jansa
On Tue, Jan 10, 2012 at 11:08:22AM +, Jack Mitchell wrote: > Good morning everyone, > > I am currently having issues creating a (very!) simple package. I have > looked at the latest reference manual and studied other .bb files to no > avail. > > I am trying to build a simple web server call

[yocto] Trouble creating new package

2012-01-10 Thread Jack Mitchell
Good morning everyone, I am currently having issues creating a (very!) simple package. I have looked at the latest reference manual and studied other .bb files to no avail. I am trying to build a simple web server called Hiawatha. To install (http://www.hiawatha-webserver.org/howto/compilati