[yocto] [PATCH 6/6] perf: add sgidefs.h to for mips builds

2012-07-10 Thread tom . zanussi
From: Tom Zanussi Allow Python.h to find the definitions it needs on mips i.e. get rid of the error: "_ABIN32" is not defined. Signed-off-by: Tom Zanussi --- .../perf/scripts/python/Perf-Trace-Util/Context.c |4 .../util/scripting-engines/trace-event-python.c|4 2 files

[yocto] [PATCH 0/6][3.0 KERNEL] linux-yocto-3.0 perf-scripting updates

2012-07-10 Thread tom . zanussi
From: Tom Zanussi This patchset comprises the kernel side of the modifications needed to enable the Perl and Python bindings for perf scripting for linux-yocto-3.0. I haven't had time to build-test all four meta-yocto machines that need this, but I did do a successful build-test of the atom-pc m

[yocto] [PATCH 5/6] perf: change --root to --prefix for python install

2012-07-10 Thread tom . zanussi
From: Tom Zanussi Otherwise we get the sysroot path appended to the build path, not what we want. Signed-off-by: Tom Zanussi --- tools/perf/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 6900cda..aa8bcd3 100644

[yocto] [PATCH 4/6] perf: add 'libperl not found' warning

2012-07-10 Thread tom . zanussi
From: Tom Zanussi If libperl isn't found, display a message to that effect along with some hints on how to fix it. Signed-off-by: Tom Zanussi --- tools/perf/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 3eda00d

[yocto] [PATCH 3/6] perf: use pkg-config instead of python-config

2012-07-10 Thread tom . zanussi
From: Tom Zanussi Python has build flags available via pkg-config, use those at build-time instead. Signed-off-by: Tom Zanussi --- tools/perf/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/Makefile b/tools/perf/Makefile index db7ec20..3eda00d 10

[yocto] [PATCH 2/6] perf tools: Add support to install perf python extension

2012-07-10 Thread tom . zanussi
From: Jiri Olsa Adding install-python_ext target to install python extension related files. Installation directory is governed by python distutils package and follows the DESTDIR variable settings. Also moving python extension build output into '$(O)python_ext_build' directory and making it con

[yocto] [PATCH 1/6] Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON"

2012-07-10 Thread tom . zanussi
From: Tom Zanussi This reverts commit 3216e7d5c3cada16161481826cdb39c930457587. LIBPERL and LIBPYTHON can now be enabled using the 'perf-scripting' feature. --- tools/perf/Makefile | 82 +- 1 files changed, 80 insertions(+), 2 deletions(-) diff

[yocto] Upcoming Yocto 1.2.1 "denzil" release this week.

2012-07-10 Thread Scott Garman
Hello, After a review of the QA full pass test report for Yocto 1.2.1, the release team has agreed to submit this release candidate as our final release for 1.2.1. Song Liu will organize the release readiness decision, and I expect Beth Flanagan will be able to perform the official release by

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

2012-07-10 Thread Liu, Song
Attendees: Dave, MichaelH, RP, Paul, Jim, Beth, Ross, Tom, Saul, Jefro, ScottG, Laurentiu, Nitin, Jessica, Michael (from Dell), Cristian, Jeff, Sean, Song   Agenda:   * Opens collection - 5 min (Song) * 1.2.1 update - 5 min (ScottG) - We have the full pass QA report on RC1 now. Scott will work w

[yocto] RFC: [PATCH 1/1] toolchain-scripts: Sync the SDK/ADT values to the build system

2012-07-10 Thread Mark Hatle
The build system passes specific TUNE (fundamental) flag values to various tools instead of using a shell wrapper or similar. It is important that the build system and ADT/SDK match the behaviors exactly, or we are likely to have differences in the way build-system and external components are buil

[yocto] RFC: [PATCH 0/1] Build system/SDK/ADT differ in toolchain config

2012-07-10 Thread Mark Hatle
(Yes this is intentionally cross posted to both the Yocto Project list and the oe-core list. The code affects the generated SDK, as well as potentially ADT imported SDKs... so both sides need to be verified and commented on to say if this is a reasonable change.) The problem we found is that if y

[yocto] [PATCH] meta-baryon: add build documentation

2012-07-10 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- README | 18 ++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 2a9c77d..bdd2269 100644 --- a/README +++ b/README @@ -27,6 +27,24 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the subject. +Building the meta-ba

[yocto] meta-baryon

2012-07-10 Thread Jim Abernathy
I took at look at the meta baryon NAS project and thought it was interesting and decided to build it on a n410 based miniITX motherboard. I think I guessed correctly on how to integrate it in. 1. make the machine = n450 in local.conf 2. make distro = baryon in local.conf 3. add meta-baryon and m

Re: [yocto] [PATCH] meta-baryon: update proftpd SRC_URI

2012-07-10 Thread Paul Eggleton
On Tuesday 10 July 2012 10:21:30 Kevin Strasser wrote: > ftp.nl.uu.net is no longer hosting the proftpd package. > > Signed-off-by: Kevin Strasser > --- > recipes-extended/proftpd/proftpd_1.3.3c.bb |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-extended/prof

[yocto] [PATCH] meta-baryon: update proftpd SRC_URI

2012-07-10 Thread Kevin Strasser
ftp.nl.uu.net is no longer hosting the proftpd package. Signed-off-by: Kevin Strasser --- recipes-extended/proftpd/proftpd_1.3.3c.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/proftpd/proftpd_1.3.3c.bb b/recipes-extended/proftpd/proftpd_1.3.3c.bb ind

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 12:53 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Tuesday 10 July 2012 12:45:28 Andrei Gherzan wrote: > > On Tue, Jul 10, 2012 at 12:35 PM, Paul Eggleton < > > paul.eggle...@linux.intel.com> wrote: > > > FYI Andrei has now created a denzil branch in meta-

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Paul Eggleton
On Tuesday 10 July 2012 12:45:28 Andrei Gherzan wrote: > On Tue, Jul 10, 2012 at 12:35 PM, Paul Eggleton < > paul.eggle...@linux.intel.com> wrote: > > FYI Andrei has now created a denzil branch in meta-raspberrypi which will > > match up with denzil in OE-Core/Poky. I'm not sure if the problem is s

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 12:35 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Monday 09 July 2012 20:21:32 Chris Tapp wrote: > > > The first sign of trouble was an error message saying there were no > > > recipes for netbase-4.7 (for which meta-raspberrypi had a .bbappend). > > > No

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Paul Eggleton
On Monday 09 July 2012 20:21:32 Chris Tapp wrote: > > The first sign of trouble was an error message saying there were no > > recipes for netbase-4.7 (for which meta-raspberrypi had a .bbappend). > > Noting that meta was at netbase-5.0 and that the .bbappend at a glance > > did not look to be versi

Re: [yocto] what's the preferred way of creating images for a classic beagle rev C4?

2012-07-10 Thread Tomas Frydrych
Hi, On 08/07/12 19:21, Robert P. J. Day wrote: > is it adequate to use the canonical beagleboard support in yocto, or > should i take advantage of the developments in the meta-ti layer? > this is for a training course so i don't need production-level > reliability so much as i want access to as

Re: [yocto] Some questions about the webhob design

2012-07-10 Thread Paul Eggleton
On Tuesday 10 July 2012 06:58:02 Xu, Dongxiao wrote: > Say an architect (his user id is "arch_a") creates a project with certain > configurations and customizations, and names it as "Project_FRI2", and he > invites "arch_b" also as the architect. Besides that, the project recruits > "dev_a", "dev_b