Re: [OE-core] [PATCH 0/2] perf recipe update

2013-03-07 Thread Bruce Ashfield
On Thu, Mar 7, 2013 at 7:38 PM, wrote: > From: Tom Zanussi > > With the 3.8 kernel update, we need a new perf recipe to match. Well, > not really, because there's nothing 3.4-specific about the current one, > and there's nothing tying it to a specific version of the kernel. > > This acknowledg

[OE-core] [PATCH 2/2] perf: rename perf_3.4 to perf

2013-03-07 Thread tom . zanussi
From: Tom Zanussi There's nothing kernel-version-specific about the perf_3.4 recipe, so it's actually misnamed and misleading now that it also gets used with the 3.8 kernel. Since the recipe isn't tied to a specific PV, and simply uses whatever's in STAGING_KERNEL_DIR, there's no reason to add a

[OE-core] [PATCH 0/2] perf recipe update

2013-03-07 Thread tom . zanussi
From: Tom Zanussi With the 3.8 kernel update, we need a new perf recipe to match. Well, not really, because there's nothing 3.4-specific about the current one, and there's nothing tying it to a specific version of the kernel. This acknowledges that by getting rid fo the version number. It als

[OE-core] [PATCH 1/2] perf: rename perf.inc to perf-features.inc

2013-03-07 Thread tom . zanussi
From: Tom Zanussi The contents of perf.inc are really specific to perf features and shouldn't use the generic perf.inc name, which implies common recipe code. It's always confusing to open up this file and find out that's not what it is. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/perf

[OE-core] [PATCH] strace: fix kernel release string parsing

2013-03-07 Thread Andreas Oberritter
* Strace just aborts with two-digit kernel versions (e.g. 3.0-foo). Backport a patch from strace Git. Signed-off-by: Andreas Oberritter --- .../0032-Fix-kernel-release-string-parsing.patch | 38 meta/recipes-devtools/strace/strace_4.7.bb |3 +- 2 files chan

[OE-core] multiple providers for gtk-icon-cache

2013-03-07 Thread Andreas Müller
Hi, I get ERROR: Multiple .bb files are due to be built which each provide virtual/gtk-update-icon-cache-native (/home/Superandy/data/oe-core/sources/openembedded-core/meta/recipes-gnome/gtk+/gtk-update-icon-cache-native_3.4.4.bb virtual:native:/home/Superandy/data/oe-core/sources/openembedded-co

[OE-core] [RFC] kernel bbclass: return to original directory in do_deploy

2013-03-07 Thread Chase Maupin
All, The below patch is just one way to fix the issue of dtb files not being copied into the deploy directory by the linux-dtb.inc file. The details below show why this failed. The reason I am marking this as an RFC is because I'm not sure this is the *best* way to fix the issue. What I'm conce

[OE-core] [PATCH] consolekit: make policykit an option, and disable by default

2013-03-07 Thread Ross Burton
Make PolicyKit usage a PACKAGECONFIG option, and disable it by default. Also migrate pam to use PACKAGECONFIG, and add systemd too. ConsoleKit doesn't currently have an option to force this on or off, so rely on a build-dependency for now. Signed-off-by: Ross Burton --- meta/recipes-support/co

[OE-core] [PATCH] libsoup-2.4: make libsoup-gnome optional

2013-03-07 Thread Andreas Oberritter
* Weakens dependency on libgnome-keyring and sqlite3 * Defaults to no if x11 is in DISTRO_FEATURES Signed-off-by: Andreas Oberritter --- meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libsoup/l

[OE-core] [PATCH] boost: Split out bjam build tool and add real native support

2013-03-07 Thread Stefan Herbrechtsmeier
The current boost recipe only creates the bjam build tool during a native run and thereby is not usable for other native programs that depend on a boost library. Split out the build tool into its own bjam recipe and add real native support to the boost recipe. This allows recipes to depend on nativ

[OE-core] [PATCH] busybox: Upgrade to v1.21.0

2013-03-07 Thread Radu Moisan
Removed obsolete patches Signed-off-by: Radu Moisan --- .../busybox-1.20.2/busybox-1.20.2-kernel_ver.patch | 28 -- .../busybox-mkfs-minix-tests_bigendian.patch | 34 --- .../fix-for-spurious-testsuite-failure.patch | 27 -- .../busybox/busybox-1.20.2/sys_resource.p

Re: [OE-core] [PATCH v2] neard: Update reference commit sha1 and script path

2013-03-07 Thread Burton, Ross
Hi Olivier, On 7 March 2013 16:09, Olivier Guiter wrote: > -DAEMON=/usr/sbin/neard > +DAEMON=/usr/lib/neard/nfc/neard Instead of doing this, have a neard.in that uses some variable (@libexecdir@, or whatever path you install to) and replace it with sed. A hard-coded path like this will break i

[OE-core] [PATCH v2] neard: Update reference commit sha1 and script path

2013-03-07 Thread Olivier Guiter
--- meta/recipes-connectivity/neard/neard/neard |2 +- meta/recipes-connectivity/neard/neard_0.9.bb |8 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/neard/neard/neard b/meta/recipes-connectivity/neard/neard/neard index 5f36174..34f47f1

Re: [OE-core] [PATCH] nfc: Update neard commit sha1 and start path.

2013-03-07 Thread Martin Jansa
On Thu, Mar 07, 2013 at 04:22:08PM +0100, Olivier Guiter wrote: > --- > meta/recipes-connectivity/neard/neard/neard |2 +- > meta/recipes-connectivity/neard/neard_0.9.bb |8 +--- > 2 files changed, 6 insertions(+), 4 deletions(-) subject should start with neard: not nfc: -- Martin

[OE-core] [PATCH] gconf: make polkit an option, and disable by default

2013-03-07 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gconf_3.2.6.bb | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index a37bd00..a245fa2 100644 --- a/meta/recipes-gn

[OE-core] [PATCH] nfc: Update neard commit sha1 and start path.

2013-03-07 Thread Olivier Guiter
--- meta/recipes-connectivity/neard/neard/neard |2 +- meta/recipes-connectivity/neard/neard_0.9.bb |8 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/neard/neard/neard b/meta/recipes-connectivity/neard/neard/neard index 5f36174..34f47f1

[OE-core] [PATCH] tune-cortexa*: Fix TUNE_FEATURES and PACKAGE_EXTRA_ARCHS for thf-neon

2013-03-07 Thread Martin Jansa
* all cortexa*thf-neon except cortexa8 were missing thumb feature from TUNE_FEATURES_tune-armv7athf-neon * all cortexa*thf-neon except cortexa8 included cortexa9t2-vfp instead of cortexa9t2hf-vfp * PACKAGE_EXTRA_ARCHS_tune-cortexa8thf-neon was including from armv7a -PACKAGE_EXTRA_ARCHS_tune-a

Re: [OE-core] [oe-commits] Denys Dmytriyenko : tune-cortexa15: add tunes for ARM Cortex-A15

2013-03-07 Thread Martin Jansa
On Thu, Mar 07, 2013 at 11:14:08AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 513180af7f67b614dd0dbd8d9d77c057c45190b8 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=513180af7f67b614dd0dbd8d9d77c057c45190b8 > > A

Re: [OE-core] [oe-commits] Cristian Iorga : connman: upgrade to 1.12

2013-03-07 Thread Martin Jansa
On Thu, Mar 07, 2013 at 11:14:08AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: bd94ab11bbb6501013ed27ecb22685664816986c > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bd94ab11bbb6501013ed27ecb22685664816986c > > A