Re: [OE-core] [PATCH] Flex: use proper m4 binary on target

2013-02-01 Thread Saul Wold
On 01/29/2013 04:31 AM, Marcin Juszkiewicz wrote: flex tries to execute: /data/oe/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/m4 As workaround you can: mkdir -p /data/oe/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ ln -s /usr/bin/m4

[OE-core] [CONSOLIDATED PULL 00/69] master-next MUT (post M3)

2013-02-01 Thread Saul Wold
Richard, Here is a group of M4 patches and updates that have been pending. I fixed a small issue I found with the package.bbclass changes in gkt-icon-cache.bbclass I have included the DEB Incremental image set along with the READ-Only Rootfs changes, this way they can get broader views and

Re: [OE-core] [PATCH] Flex: use proper m4 binary on target

2013-02-01 Thread Richard Purdie
On Fri, 2013-02-01 at 00:03 -0800, Saul Wold wrote: On 01/29/2013 04:31 AM, Marcin Juszkiewicz wrote: flex tries to execute: /data/oe/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/m4 As workaround you can: mkdir -p /data/oe/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/ ln -s

[OE-core] [PATCH 0/1] busybox: add config fragments

2013-02-01 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Test Cases -- 1. Backward Compatibility Operation: No config fragments, build busybox Expected Result: Everything should be the same with before, especially the .config file [Actual Result (Success/Fail): Success] 2. Single config

[OE-core] [PATCH 1/1] busybox: add config fragments

2013-02-01 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Add config fragments to busybox. Both the implementation and the use case are similar to yocto kernel's configuration fragments. [YOCTO #3379] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/busybox/busybox.inc | 45

[OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Radu Moisan
enable/disable support as relevant Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta/recipes-extended/polkit/polkit_0.104.bb |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

[OE-core] Two recipes with the same file name for the SRC_URI

2013-02-01 Thread Lukas Bulwahn
Hi all, I ran into the following issue with bitbake: I have two recipes, where the SRC_URI of both recipes have the same file name (but of course, different URLs), e.g. SRC_URI = http://foo.com/src.tar.gz; and SRC_URI = http://bar.com/src.tar.gz;. Now when I want to fetch both of them,

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Andreas Müller
On Fri, Feb 1, 2013 at 10:22 AM, Radu Moisan radu.moi...@intel.com wrote: enable/disable support as relevant Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Andreas Müller schnitzelt...@googlemail.com What caused my sign-off - or is it a hint that meta-oe/meta-systemd need

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Burton, Ross
On 1 February 2013 09:22, Radu Moisan radu.moi...@intel.com wrote: enable/disable support as relevant Please write a more verbose comment, something along the lines of systemd is auto-detected unless disabled explicitly, potentially contaminating sstate. +# there is no --enable/--disable

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Radu Moisan
On 02/01/2013 11:39 AM, Andreas Müller wrote: On Fri, Feb 1, 2013 at 10:22 AM, Radu Moisan radu.moi...@intel.com wrote: enable/disable support as relevant Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Andreas Müller schnitzelt...@googlemail.com What caused my sign-off - or

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Burton, Ross
On 1 February 2013 09:39, Andreas Müller schnitzelt...@googlemail.com wrote: On Fri, Feb 1, 2013 at 10:22 AM, Radu Moisan radu.moi...@intel.com wrote: enable/disable support as relevant Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Andreas Müller schnitzelt...@googlemail.com

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Radu Moisan
On 02/01/2013 11:47 AM, Burton, Ross wrote: On 1 February 2013 09:39, Andreas Müller schnitzelt...@googlemail.com wrote: On Fri, Feb 1, 2013 at 10:22 AM, Radu Moisan radu.moi...@intel.com wrote: enable/disable support as relevant Signed-off-by: Radu Moisan radu.moi...@intel.com

Re: [OE-core] [CONSOLIDATED PULL 00/69] master-next MUT (post M3)

2013-02-01 Thread Martin Jansa
On Fri, Feb 01, 2013 at 12:19:04AM -0800, Saul Wold wrote: Richard, Here is a group of M4 patches and updates that have been pending. I fixed a small issue I found with the package.bbclass changes in gkt-icon-cache.bbclass I have included the DEB Incremental image set along with the

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Radu Moisan
On 02/01/2013 11:44 AM, Burton, Ross wrote: On 1 February 2013 09:22, Radu Moisan radu.moi...@intel.com wrote: enable/disable support as relevant Please write a more verbose comment, something along the lines of systemd is auto-detected unless disabled explicitly, potentially contaminating

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Martin Jansa
On Fri, Feb 01, 2013 at 12:22:01PM +0200, Radu Moisan wrote: On 02/01/2013 11:44 AM, Burton, Ross wrote: On 1 February 2013 09:22, Radu Moisan radu.moi...@intel.com wrote: enable/disable support as relevant Please write a more verbose comment, something along the lines of systemd is

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Burton, Ross
On 1 February 2013 10:22, Radu Moisan radu.moi...@intel.com wrote: I did change that manually because I assumed it was a typo. However it make sense to add consolekit as a runtime dependency, but the documentation specifically says PACKAGECONFIG will add to DEPENDS. How is it different in this

Re: [OE-core] [PATCH 1/1] pseudo.inc: Fix sqlite libdir again, pseudo 1.4.3

2013-02-01 Thread Martin Jansa
On Thu, Jan 31, 2013 at 04:00:25PM -0600, Peter Seebach wrote: This updates to pseudo 1.4.3. Changes: 1. A couple of minor tweaks to reduce difficulties using SDKs built on slightly more recent machines on older machines; specifically, avoiding getting @GLIBC_2.7 symbol references for

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-02-01 Thread Marinescu, Bogdan A
On Thu, Jan 31, 2013 at 6:30 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-01-31 at 13:53 +0200, Bogdan Marinescu wrote: Removed the patches to flex, because they are now applied to the latest version. Signed-off-by: Bogdan Marinescu

Re: [OE-core] Two recipes with the same file name for the SRC_URI

2013-02-01 Thread Burton, Ross
On 1 February 2013 09:35, Lukas Bulwahn lukas.bulw...@oss.bmw-carit.de wrote: I ran into the following issue with bitbake: I have two recipes, where the SRC_URI of both recipes have the same file name (but of course, different URLs), e.g. SRC_URI = http://foo.com/src.tar.gz; and SRC_URI =

[OE-core] [oe-core] oprofile: avoid processing files under .pc

2013-02-01 Thread b28495
From: Ting Liu b28...@freescale.com Fix the below issue: | DEBUG: Executing shell function do_configure | sed: can't read ./.pc/opstart.patch/doc/opstop.1.in: Permission denied | sed: can't read ./.pc/opstart.patch/doc/opstart.1.in: Permission denied | sed: can't read

[OE-core] [PATCH] insane.bbclass: removing outdated comment

2013-02-01 Thread Lukas Bulwahn
This commit removes an outdated comment that recorded an issue that has been resolved in the commits 1c75a5df6845090480deff20f469f177501d2182 and d2d5456cd3b3bd3e52a5dedccca4d46e3a7986d1. Probably, the comment was missed when changing the behavior in those commits. Signed-off-by: Lukas Bulwahn

Re: [OE-core] [oe-core][PATCH v4] mesa-dri: add extra dri drivers

2013-02-01 Thread Burton, Ross
On 31 January 2013 18:22, igei...@devonit.com wrote: From: Ian Reinhart Geiser igei...@devonit.com * By default enable only swrast. This needs to be here or for some reason qemuarm tries to detect the intel dri libraries and fails. * For x86 and x86-64 explicitly set all of the

[OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Radu Moisan
By default the polkit will autodetect if systemd is available and setup the configuraton accordingly, potentially contaminating sstate. In this patch systemd is explicitly enabled/disabled. When enabled, polkit will use systemd for session tarcking, otherwise it will use ConsoleKit.

[OE-core] [PATCH v2] polkit: Enable systemd support

2013-02-01 Thread Radu Moisan
By default the polkit will autodetect if systemd is available and setup the configuraton accordingly, potentially contaminating sstate. In this patch systemd is explicitly enabled/disabled. When enabled, polkit will use systemd for session tarcking, otherwise it will use ConsoleKit.

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Radu Moisan
On 02/01/2013 12:27 PM, Burton, Ross wrote: On 1 February 2013 10:22, Radu Moisan radu.moi...@intel.com wrote: I did change that manually because I assumed it was a typo. However it make sense to add consolekit as a runtime dependency, but the documentation specifically says PACKAGECONFIG will

[OE-core] [PATCH 1/2] bitbake.conf: add STAMPS_DIR for constructing STAMP

2013-02-01 Thread Robert Yang
Add STAMPS_DIR for constructing STAMP, the defination of STAMP is: STAMP = ${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR} We can only change the TMPDIR if we want to change the STAMP's location, but the bb_cache.dat would be regenerated if TMPDIR changes, so add STAMPS_DIR

[OE-core] [PATCH 0/2] bitbake-whatchanged: print what is about to happen

2013-02-01 Thread Robert Yang
The following changes since commit 9a26b9c69c47c87ce71a06f76682c187767e7897: rpm: Ensure native binaries are correctly wrapped (2013-01-30 14:47:30 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/what

[OE-core] [PATCH 2/2] bitbake-whatchanged: print what is about to happen

2013-02-01 Thread Robert Yang
* Contents: - Summary - Usage - Implementation summary - Output - TODO * Summary: This is used for printing what is about to happen between the current and last builds, for example: $ bitbake core-image-sato # Edit some recipes $ bitbake-whatchanged core-image-sato The

Re: [OE-core] [PATCH] polkit: Enable systemd support

2013-02-01 Thread Burton, Ross
On 1 February 2013 11:37, Radu Moisan radu.moi...@intel.com wrote: By default the polkit will autodetect if systemd is available and setup the configuraton accordingly, potentially contaminating sstate. In this patch systemd is explicitly enabled/disabled. When enabled, polkit will use

Re: [OE-core] [PATCH 1/1] pseudo.inc: Fix sqlite libdir again, pseudo 1.4.3

2013-02-01 Thread Martin Jansa
On Thu, Jan 31, 2013 at 04:00:25PM -0600, Peter Seebach wrote: This updates to pseudo 1.4.3. Changes: 1. A couple of minor tweaks to reduce difficulties using SDKs built on slightly more recent machines on older machines; specifically, avoiding getting @GLIBC_2.7 symbol references for

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-02-01 Thread Mike Looijmans
On 02/01/2013 11:29 AM, Burton, Ross wrote: On 1 February 2013 07:51, Mike Looijmans mike.looijm...@topic.nl wrote: A concrete example might help. Would be glad to comply, if you care to explain what you need. What should I do, which logging to collect (and maybe how)? To start with just

[OE-core] [PATCH 3/6] clutter-box2d: remove

2013-02-01 Thread Ross Burton
This is a specialised physics engine for Clutter, and isn't suitable for oe-core. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/clutter/clutter-box2d.inc| 15 --- meta/recipes-graphics/clutter/clutter-box2d_git.bb | 14 -- 2 files

[OE-core] [PATCH 0/6] Remove old recipes

2013-02-01 Thread Ross Burton
Hi, A series containing some more removes from oe-core: libcanberra and metacity have already been submitted, but they're in this branch for completeness. clutter-box2d is about to move to meta-oe if they want it, as it's unused in oe-core. orinoco-conf is legacy, if a BSP layer still needs

[OE-core] [PATCH 1/6] libcanberra: remove, migrated to meta-gnome

2013-02-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../pulseaudio/libcanberra_0.29.bb | 32 1 file changed, 32 deletions(-) delete mode 100644 meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb diff --git

[OE-core] [PATCH 2/6] metacity: remove, migrated to meta-gnome

2013-02-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../metacity/remove-yelp-help-rules-var.patch | 28 -- meta/recipes-gnome/gnome/metacity_2.34.13.bb | 30 2 files changed, 58 deletions(-) delete mode 100644

[OE-core] [PATCH 6/6] matchbox-stroke: remove

2013-02-01 Thread Ross Burton
matchbox-stroke was never more than a proof of concept, so remove it. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../matchbox-stroke/files/configure_fix.patch | 15 .../matchbox-stroke/files/single-instance.patch| 20

[OE-core] [PATCH 5/6] packagegroup-core-x11-sato: remove matchbox-stroke

2013-02-01 Thread Ross Burton
matchbox-stroke was never more than a proof of concept, so let's not pretend it's a serious gesture input method and remove it. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb |1 - 1 file changed, 1 deletion(-) diff --git

Re: [OE-core] Two recipes with the same file name for the SRC_URI

2013-02-01 Thread Lukas Bulwahn
On 02/01/2013 11:32 AM, Burton, Ross wrote: Try the downloadfilename option, i.e. http://bar.com/src.tar.gz;downloadfilename=bar-src.tar.gz; (if this works, it should be added to the manual) The downloadfilename option worked. Thanks a lot for your help. Lukas

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-02-01 Thread Burton, Ross
On 1 February 2013 12:59, Mike Looijmans mike.looijm...@topic.nl wrote: How can I get a list of packages/tasks? They just flash by on screen, but I bet there's a convenient flag that I can pass to bitbake to get what I want. There's a log in tmp/logs/cooker/, or just redirect bitbake into a

[OE-core] [PATCH 2/5] kernel-yocto: make configuration audit details debug only

2013-02-01 Thread Bruce Ashfield
The details of the kernel configuration audit are typically a debug action, so should be moved to bb.debug(). But in order to maintain visibility of the results, a reference to the log file is provided in the standard message. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

[OE-core] [PATCH 4/5] kernel-yocto: allow multiple / shared kernel feature directories

2013-02-01 Thread Bruce Ashfield
To promote the reuse and sharing of configuration fragments this change allows any kernel-yocto based recipe to have multiple alternate git repositories which provide kernel feature directory trees listed on the SRC_URI. These feature directories are in addition to any in-tree kernel meta data

[OE-core] [PATCH 3/5] kernel-yocto: fix .scc and .cfg matching

2013-02-01 Thread Bruce Ashfield
SRC_URIs that contained git repositories or other constructs that resulted in an extension of . or a substring of scc or cfg were matching the tests for patches and configs. This was due to a python tuple being used instead of an array. Switching to an array makes the match exact and the behaviour

[OE-core] [PATCH 5/5] kernel-yocto/linux-yocto-custom: support low bandwidth options

2013-02-01 Thread Bruce Ashfield
To support configurations where active development is not being done within the oe/bitbake build environment and restricted bandwidth situations, this commit allows the SRC_URI to point to a kernel tgz instead of a full git repository. Outside of the upstream tgz instead of a kernel git

[OE-core] [PATCH 1/5] guilt: remove GIT_EXEC_BASE export

2013-02-01 Thread Bruce Ashfield
git-core provides the following routines (among others): git-sh-setup, cd_to_toplevel, die, and more. But it is not always in the same location relative to the guilt binary if git is not part of a 'host tools' sysroot. Modern git versions don't need this, so commenting it out (until it breaks

[OE-core] [PATCH 0/5] kernel-yocto: consolidated pull request

2013-02-01 Thread Bruce Ashfield
Richard/Saul, This pull request is a collection of bug fixes and feature additions for the 1.4 release. Documentation updates are underway for the new features, but they've soaked long enough here, so I wanted to get them out while there's lots of time to address any issues. [PATCH 1/5] guilt:

Re: [OE-core] [PATCH 1/1] busybox: add config fragments

2013-02-01 Thread Bruce Ashfield
On Fri, Feb 1, 2013 at 4:00 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Add config fragments to busybox. Both the implementation and the use case are similar to yocto kernel's configuration fragments. I can fairly easily tweak the configuration parts of the

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-02-01 Thread Richard Purdie
On Fri, 2013-02-01 at 12:29 +0200, Marinescu, Bogdan A wrote: On Thu, Jan 31, 2013 at 6:30 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-01-31 at 13:53 +0200, Bogdan Marinescu wrote: Removed the patches to flex, because they are now applied to

[OE-core] What's up with fontconfig

2013-02-01 Thread Mike Looijmans
When compiling fontconfig, it fails because it is using build flags in the host compiler. I have BUILD_OPTIMIZATIONS=-march=native ... set, and fontconfig will fail to compile because it passes the -march=native flag to the ARM compiler which then fails. Which is justified. This is the part

[OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-01 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../net-tools-config.h |0 .../net-tools-config.make|0 .../net-tools/{net-tools_1.60-23.bb = net-tools_1.60-24.2.bb} |6 +++--- 3 files

Re: [OE-core] What's up with fontconfig

2013-02-01 Thread Burton, Ross
On 1 February 2013 14:56, Mike Looijmans mike.looijm...@topic.nl wrote: I have no idea what fontconfig is supposed to do and where it is supposed to run, but it looks to me as if that configure_append should not be there at all. Erm, yeah. The git log that file stops in 2007 and they were

Re: [OE-core] What's up with fontconfig

2013-02-01 Thread Burton, Ross
On 1 February 2013 15:09, Burton, Ross ross.bur...@intel.com wrote: Erm, yeah. The git log that file stops in 2007 and they were present then too, so the appearance of them isn't easy. Richard pointed out I didn't read the diff properly and it was me who introduced this. I have no idea what I

Re: [OE-core] What's up with fontconfig

2013-02-01 Thread Burton, Ross
On 1 February 2013 15:21, Richard Purdie richard.pur...@linuxfoundation.org wrote: We likely need to replace this with something sane. The question is whether we need it at all and if so, what problem dies it solve? It looks a bit like an attempt to build native tools when compiling, as FC_LANG

[OE-core] [PATCH] rm_work: remove package and packages-split dirs

2013-02-01 Thread Martin Jansa
* as described in http://git.openembedded.org/openembedded-core/commit/?id=6107ee294afde395e39d084c33e8e94013c625a9 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/rm_work.bbclass | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] pseudo.inc: Fix sqlite libdir again, pseudo 1.4.3

2013-02-01 Thread Peter Seebach
On Fri, 1 Feb 2013 13:22:44 +0100 Martin Jansa martin.ja...@gmail.com wrote: You can remove PR when upgrading PV. Thanks! I had been sort of wondering whether there was a way to get away from ever-increasing PR, but I hadn't actually followed through to find out. -s -- Listen, get this.

Re: [OE-core] [PATCH 1/1] pseudo.inc: Fix sqlite libdir again, pseudo 1.4.3

2013-02-01 Thread Peter Seebach
On Fri, 1 Feb 2013 11:29:35 +0100 Martin Jansa martin.ja...@gmail.com wrote: Peter can you check this issue: http://lists.linuxtogo.org/pipermail/openembedded-core/2013-January/035089.html to confirm or disprove that it could be somehow caused by pseudo? It's possible that the increases in

Re: [OE-core] [PATCH 1/1] busybox: add config fragments

2013-02-01 Thread Saul Wold
On 02/01/2013 06:18 AM, Bruce Ashfield wrote: On Fri, Feb 1, 2013 at 4:00 AM, qi.c...@windriver.com mailto:qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com mailto:qi.c...@windriver.com Add config fragments to busybox. Both the implementation and the use case are

Re: [OE-core] [PATCH 1/1] busybox: add config fragments

2013-02-01 Thread Bruce Ashfield
On Fri, Feb 1, 2013 at 1:56 PM, Saul Wold s...@linux.intel.com wrote: On 02/01/2013 06:18 AM, Bruce Ashfield wrote: On Fri, Feb 1, 2013 at 4:00 AM, qi.c...@windriver.com mailto:qi.c...@windriver.com** wrote: From: Chen Qi qi.c...@windriver.com mailto:qi.c...@windriver.com**

Re: [OE-core] What's up with fontconfig

2013-02-01 Thread Burton, Ross
On 1 February 2013 17:22, Burton, Ross ross.bur...@intel.com wrote: For what it's worth, removing everything that looks dubious in EXTRA_OECONF and that do_configure_append results in a zero-difference buildhistory, so it at least compiles. I'll kick off an image build now and see if fonts

Re: [OE-core] [oe-core][PATCH] pulseaudio_2.1: when do_compile, pulseaudio needs fftw3.h header file. In order to provide fftw3.h, the dependence of fftw is added.

2013-02-01 Thread Saul Wold
On 01/31/2013 10:45 PM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com Signed-off-by: yanjun.zhu yanjun@windriver.com --- meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [oe-core] oprofile: avoid processing files under .pc

2013-02-01 Thread McClintock Matthew-B29882
On Fri, Feb 1, 2013 at 4:12 AM, b28...@freescale.com wrote: From: Ting Liu b28...@freescale.com Fix the below issue: | DEBUG: Executing shell function do_configure | sed: can't read ./.pc/opstart.patch/doc/opstop.1.in: Permission denied | sed: can't read

[OE-core] [PATCH] qt4: Add space for _appends

2013-02-01 Thread Saul Wold
With out the space we get -x11-no-neon concatanted incorrectly Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb | 2 +- meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [oe-core] oprofile: avoid processing files under .pc

2013-02-01 Thread Chris Larson
On Fri, Feb 1, 2013 at 1:16 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Feb 1, 2013 at 4:12 AM, b28...@freescale.com wrote: From: Ting Liu b28...@freescale.com Fix the below issue: | DEBUG: Executing shell function do_configure | sed: can't read

[OE-core] [PATCH 1/1] systemtap: make session copy constructor pick up kernel builddir

2013-02-01 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com When using the stap -r option with a full path to a kernel build tree (i.e. one starting with /) along with --remote to execute the script on a remote system, the build tree that I passed in was ignored and it used some default locally-constructed

[OE-core] [PATCH 0/1] systemtap 'crosstap' fix

2013-02-01 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com This is a patch to systemtap and fixes a problem where a passed-in builddir gets lost in the session copy constructor when connecting to remote hosts, resulting in failed script compilation. The patch has been submitted upstream but no feedback yet.