Re: [OE-core] [CONSOLIDATED PULL (M3 rc1) v2 00/25] Needs Final Review ACK

2013-07-31 Thread Richard Purdie
On Tue, 2013-07-30 at 07:30 -0700, Saul Wold wrote: Removed bluez / obex patch in preference for Ross's (later this week). Please review/ack for RP to pull today for M3-rc1 Thanks Sau! The following changes since commit 09deeef20ee5a0c12ad4fd89cace6e0fb832d5b1:

Re: [OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-31 Thread ChenQi
On 07/31/2013 02:17 AM, Chris Larson wrote: On Wed, Jul 24, 2013 at 7:51 PM, ChenQi qi.c...@windriver.com mailto:qi.c...@windriver.com wrote: You can get more information from the bug link below. The related bugs are listed in the blocks list of this bug.

Re: [OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-31 Thread ChenQi
On 07/31/2013 02:53 AM, Chris Larson wrote: On Wed, Jul 24, 2013 at 7:51 PM, ChenQi qi.c...@windriver.com mailto:qi.c...@windriver.com wrote: You can get more information from the bug link below. The related bugs are listed in the blocks list of this bug.

[OE-core] [PATCH] base-files: remove symbolic link from /etc/mtab to /proc/mounts

2013-07-31 Thread Chunrong Guo
*If /etc/mtab is a symlink to /proc/self/mounts, mounting fails because addmntent returns an error. As a consequence, the Private directory is unusable because /proc/self/mounts is read-only feature. Signed-off-by: Chunrong Guo b40...@freescale.com ---

Re: [OE-core] [PATCH] base-files: remove symbolic link from /etc/mtab to /proc/mounts

2013-07-31 Thread ChenQi
On 07/31/2013 04:19 PM, Chunrong Guo wrote: *If /etc/mtab is a symlink to /proc/self/mounts, mounting fails because addmntent returns an error. As a consequence, the Private directory is unusable because /proc/self/mounts is read-only feature. Could you please detail

Re: [OE-core] [PATCH v2] base.bbclass: Add support to EXTRA_DISTRO_FEATURES

2013-07-31 Thread Burton, Ross
On 31 July 2013 02:11, Otavio Salvador ota...@ossystems.com.br wrote: This allow the addition and removal of distro features easily. To add a feature, use: EXTRA_DISTRO_FEATURES += wayland and to remove, use '~' prefix, as: EXTRA_DISTRO_FEATURES += ~x11 I'm not sure I like the use of

Re: [OE-core] [PATCH] base-files: remove symbolic link from /etc/mtab to /proc/mounts

2013-07-31 Thread Stanacar, StefanX
On Wed, 2013-07-31 at 16:46 +0800, ChenQi wrote: On 07/31/2013 04:19 PM, Chunrong Guo wrote: *If /etc/mtab is a symlink to /proc/self/mounts, mounting fails because addmntent returns an error. As a consequence, the Private directory is unusable because

Re: [OE-core] [PATCH] base-files: remove symbolic link from /etc/mtab to /proc/mounts

2013-07-31 Thread Guo Chunrong-B40290
Hello, I add libhugetlbfs package into my rootfs and run the below command in my board . root@p1021rdb:~# hugeadm --create-mounts hugeadm:WARNING: Unable to add entry /var/lib/hugetlbfs/pagesize-4MB to /etc/mtab, error: Invalid argument hugeadm:WARNING: Unable to add entry

Re: [OE-core] [PATCH] base-files: remove symbolic link from /etc/mtab to /proc/mounts

2013-07-31 Thread Phil Blundell
On Wed, 2013-07-31 at 16:19 +0800, Chunrong Guo wrote: *If /etc/mtab is a symlink to /proc/self/mounts, mounting fails because addmntent returns an error. As a consequence, the Private directory is unusable because /proc/self/mounts is read-only feature. This looks like it

Re: [OE-core] SRC_URI and latest HEAD revision with git (in oe-classic)

2013-07-31 Thread Steffen Sledz
On 22.07.2013 11:51, Paul Eggleton wrote: On Monday 22 July 2013 11:46:23 Steffen Sledz wrote: On 22.07.2013 11:01, Nicolas Dechesne wrote: On Mon, Jul 22, 2013 at 8:21 AM, Steffen Sledz sl...@dresearch-fe.de mailto:sl...@dresearch-fe.de wrote: After being OE abstinent for some months i'd

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-07-31 Thread Laszlo Papp
As you may have already realized, it is not a simple change to make PACKAGECONFIG for this case to work. Here is the feature request, but it is just a future stuff. I do not know any simple solution at hand how to unbreak my still broken busybox in dylan and master ahead without a LOT of work.

Re: [OE-core] [PATCH v2] base.bbclass: Add support to EXTRA_DISTRO_FEATURES

2013-07-31 Thread Otavio Salvador
On Wed, Jul 31, 2013 at 5:51 AM, Burton, Ross ross.bur...@intel.com wrote: On 31 July 2013 02:11, Otavio Salvador ota...@ossystems.com.br wrote: This allow the addition and removal of distro features easily. To add a feature, use: EXTRA_DISTRO_FEATURES += wayland and to remove, use '~'

Re: [OE-core] [PATCH] makedevs: Change numeric user/group ids to user/group names in device table

2013-07-31 Thread Prica, Mihai
-Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Tuesday, July 30, 2013 5:57 PM To: Prica, Mihai Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] makedevs: Change numeric user/group ids to user/group names in device table On

Re: [OE-core] [oe] SRC_URI and latest HEAD revision with git (in oe-classic)

2013-07-31 Thread Paul Eggleton
On Wednesday 31 July 2013 12:02:42 Steffen Sledz wrote: On 22.07.2013 11:51, Paul Eggleton wrote: On Monday 22 July 2013 11:46:23 Steffen Sledz wrote: On 22.07.2013 11:01, Nicolas Dechesne wrote: On Mon, Jul 22, 2013 at 8:21 AM, Steffen Sledz sl...@dresearch-fe.de

[OE-core] [PATCH 02/13] git: upgrade to 1.8.3.4

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../git/{git_1.8.3.bb = git_1.8.3.4.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.8.3.bb = git_1.8.3.4.bb} (67%) diff --git a/meta/recipes-devtools/git/git_1.8.3.bb

[OE-core] [PATCH 01/13] xf86-video-intel: upgrade to 2.21.13

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...intel_2.21.9.bb = xf86-video-intel_2.21.13.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.9.bb = xf86-video-intel_2.21.13.bb} (85%) diff --git

[OE-core] [PATCH 04/13] powertop: upgrade to 2.4

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../powertop/{powertop_2.3.bb = powertop_2.4.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/powertop/{powertop_2.3.bb = powertop_2.4.bb} (87%) diff --git

[OE-core] [PATCH 06/13] libpciaccess: upgrade to 0.13.2

2013-07-31 Thread Laurentiu Palcu
Licence MD5 changed because some years were updated and some new people added their own copyright text which, apparently, is similar with what already exists in the file. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...bpciaccess_0.13.1.bb = libpciaccess_0.13.2.bb} |8

[OE-core] [PATCH 03/13] nasm: upgrade to 2.10.09

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../nasm/{nasm_2.10.07.bb = nasm_2.10.09.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/nasm/{nasm_2.10.07.bb = nasm_2.10.09.bb} (80%) diff --git

[OE-core] [PATCH 00/13] Package upgrades

2013-07-31 Thread Laurentiu Palcu
Hi, Tests done: * build tested on AB running following nightlies: x86, x86_64, ppc, mips, arm; * basic functionality for X, powertop, nasm, xhost and xranr was tested on an ideapad s10-3t with a core-image-sato image. No issues spotted; * makedepend, flex, git, subversion are needed during

[OE-core] [PATCH 05/13] libdrm: upgrade to 2.4.46

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../drm/{libdrm_2.4.45.bb = libdrm_2.4.46.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.45.bb = libdrm_2.4.46.bb} (46%) diff --git

[OE-core] [PATCH 09/13] subversion: upgrade to 1.8.1

2013-07-31 Thread Laurentiu Palcu
This patch adds a new recipe actually, for 1.8.1. The reason for that is that subversion supports the 1.7 release with security patches and fixes for critical bugs only. The recommended version, however, is 1.8. Additionaly: * change libtool2.patch to apply clean on the new version; * removed

[OE-core] [PATCH 13/13] grub_2.00: fix compilation when using flex 2.5.37

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../grub-2.00/fix-issue-with-flex-2.5.37.patch | 21 meta/recipes-bsp/grub/grub_2.00.bb |4 +++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 08/13] xf86-input-evdev: upgrade to 2.8.1

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...ut-evdev_2.8.0.bb = xf86-input-evdev_2.8.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.8.0.bb = xf86-input-evdev_2.8.1.bb} (83%) diff --git

[OE-core] [PATCH 11/13] makedepend: upgrade to 1.0.5

2013-07-31 Thread Laurentiu Palcu
Removed patch since it included upstream. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../obsolete_automake_macros.patch | 15 --- .../{makedepend_1.0.4.bb = makedepend_1.0.5.bb} |7 ++- 2 files changed, 2 insertions(+), 20 deletions(-)

[OE-core] [PATCH 07/13] xrandr: upgrade to 1.4.1

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../xorg-app/{xrandr_1.4.0.bb = xrandr_1.4.1.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xrandr_1.4.0.bb = xrandr_1.4.1.bb} (70%) diff --git

[OE-core] [PATCH 12/13] flex: upgrade to 2.5.37

2013-07-31 Thread Laurentiu Palcu
Removed patches since they were included upstream. Added a patch to not compile flex.pdf doc since it needs texi2dvi. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../flex/files/do_not_create_pdf_doc.patch | 17 ++ .../flex/flex/avoid-FORTIFY-warnings.patch

[OE-core] [PATCH 10/13] xhost: upgrade to 1.0.6

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../xorg-app/{xhost_1.0.5.bb = xhost_1.0.6.bb}|5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xhost_1.0.5.bb = xhost_1.0.6.bb} (79%) diff --git

[OE-core] [PATCH] u-boot: update to 2013.07

2013-07-31 Thread Laszlo Papp
Signed-off-by: Laszlo Papp lp...@kde.org --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 28 + meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 29 ++ meta/recipes-bsp/u-boot/u-boot_2013.07.bb | 26 +++ 3 files changed,

[OE-core] [PATCH] u-boot: update to 2013.07

2013-07-31 Thread Laszlo Papp
Signed-off-by: Laszlo Papp lp...@kde.org --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 28 + meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 29 ++ meta/recipes-bsp/u-boot/u-boot_2013.07.bb | 26 +++ 3 files changed,

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-07-31 Thread Burton, Ross
On 31 July 2013 14:16, Laszlo Papp lp...@kde.org wrote: Signed-off-by: Laszlo Papp lp...@kde.org --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 28 + meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 29 ++

[OE-core] [PATCH 2/2] apt: Upgrade from 0.9.8.2 to 0.9.9.4

2013-07-31 Thread Ionut Radu
makerace.patch: adapted to the new version Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../disable-configure-in-makefile.patch|0 .../fix-gcc-4.6-null-not-defined.patch |0 .../apt/{apt-0.9.8.2 = apt-0.9.9.4}/makerace.patch| 12

[OE-core] [PATCH 1/2] freetype: Upgrade from 2.4.12 to 2.5.0

2013-07-31 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../freetype/{freetype_2.4.12.bb = freetype_2.5.0.bb}|9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb = freetype_2.5.0.bb} (90%) diff --git

[OE-core] [PATCH 0/2] Package upgrades

2013-07-31 Thread Ionut Radu
* apt Tested on core-image-minimal on all architectures makerace.patch: adapted to the new version The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415: genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +0100) are available in the git repository

Re: [OE-core] [PATCH 12/13] flex: upgrade to 2.5.37

2013-07-31 Thread Burton, Ross
On 31 July 2013 14:09, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +PR = r3 You can remove this. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 0/2] ALSA stack upgrades

2013-07-31 Thread Cristian Iorga
alsa-lib, alsa-utils, alsa-utils-alsaconf upgrades to v1.0.27.2 Cristian Iorga (2): alsa-lib: upgrade to v1.0.27.2 alsa-utils: upgrade to 1.0.27.2 .../fix-O0-Optimize-unable-inline-function.patch | 63 -- .../alsa/alsa-lib/obsolete_automake_macros.patch | 15 --

[OE-core] [PATCH 1/2] alsa-lib: upgrade to v1.0.27.2

2013-07-31 Thread Cristian Iorga
fix-O0-Optimize-unable-inline-function.patch, obsolete_automake_macros.patch patches included in upstream; removed. unbreak_plugindir.patch not used, removed. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../fix-O0-Optimize-unable-inline-function.patch | 63 --

[OE-core] [PATCH 2/2] alsa-utils: upgrade to 1.0.27.2

2013-07-31 Thread Cristian Iorga
obsolete_automake_macros.patch, uclibc-exp10-replacement.patch patches removed; included in upstream. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...f_1.0.26.bb = alsa-utils-alsaconf_1.0.27.2.bb} | 0 ...-t-let-systemd-unit-restore-the-volume-wh.patch | 40 +-

Re: [OE-core] [PATCH] base-files: remove symbolic link from /etc/mtab to /proc/mounts

2013-07-31 Thread Mark Hatle
On 7/31/13 4:16 AM, Guo Chunrong-B40290 wrote: Hello, I add libhugetlbfs package into my rootfs and run the below command in my board . root@p1021rdb:~# hugeadm --create-mounts hugeadm:WARNING: Unable to add entry /var/lib/hugetlbfs/pagesize-4MB to /etc/mtab, error: Invalid argument

Re: [OE-core] [PATCH] makedevs: Change numeric user/group ids to user/group names in device table

2013-07-31 Thread Mark Hatle
On 7/31/13 7:14 AM, Prica, Mihai wrote: -Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Tuesday, July 30, 2013 5:57 PM To: Prica, Mihai Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] makedevs: Change numeric user/group ids to user/group

[OE-core] [PATCH 0/2] ALSA stack: upgrade to 1.0.27.2

2013-07-31 Thread Cristian Iorga
alsa-lib, alsa-utils, alsa-utils-alsaconf upgrades to v1.0.27.2 The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415: genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +0100) are available in the git repository at:

[OE-core] [PATCH 1/2] alsa-lib: upgrade to v1.0.27.2

2013-07-31 Thread Cristian Iorga
fix-O0-Optimize-unable-inline-function.patch, obsolete_automake_macros.patch patches included in upstream; removed. unbreak_plugindir.patch not used, removed. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../fix-O0-Optimize-unable-inline-function.patch | 63 --

[OE-core] [PATCH 2/2] alsa-utils: upgrade to 1.0.27.2

2013-07-31 Thread Cristian Iorga
obsolete_automake_macros.patch, uclibc-exp10-replacement.patch patches removed; included in upstream. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...f_1.0.26.bb = alsa-utils-alsaconf_1.0.27.2.bb} | 0 ...-t-let-systemd-unit-restore-the-volume-wh.patch | 40 +-

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-07-31 Thread Laszlo Papp
Just for the record as I already wrote, there are files already around, and I would not like to screw up anyone's work and use because I do not know why they are around. However, that should not be blocking people who need the new features for their software to operate. Anyway, I would like to

[OE-core] [PATCH v3] base.bbclass: Add support to EXTRA_DISTRO_FEATURES

2013-07-31 Thread Otavio Salvador
This allow the addition and removal of distro features easily. To add a feature, use: EXTRA_DISTRO_FEATURES += wayland and to remove, use '~' prefix, as: EXTRA_DISTRO_FEATURES += ~x11 This code has been mostly copied from Mentor Graphics public layer but changed the variable name for a more

Re: [OE-core] [PATCH v2] base.bbclass: Add support to EXTRA_DISTRO_FEATURES

2013-07-31 Thread Otavio Salvador
On Wed, Jul 31, 2013 at 8:47 AM, Phil Blundell p...@pbcl.net wrote: On Tue, 2013-07-30 at 22:11 -0300, Otavio Salvador wrote: +l = d.createCopy() +l.finalize() Doesn't this mean you're now going to get the overrides applied twice? It seems as though making a copy here kind of defeats

Re: [OE-core] [PATCH v2 0/4] Small tweaks for testimage

2013-07-31 Thread Paul Eggleton
On Tuesday 30 July 2013 12:28:16 Stefan Stanacar wrote: Changed in v2: - 4/4 had an extra change that wasn't meant to be. The following changes since commit bd1c441a210cae03fb6006c996227211cc29056b: bitbake: bitbake: runqueue: add warning if invalidating invalid task (2013-07-29

Re: [OE-core] [PATCH 1/2] freetype: Upgrade from 2.4.12 to 2.5.0

2013-07-31 Thread Burton, Ross
On 31 July 2013 14:58, Ionut Radu ionutx.r...@intel.com wrote: .../freetype/{freetype_2.4.12.bb = freetype_2.5.0.bb}|9 +++-- There's a 2.5.0.1 which fixes an installation problem, please update to that instead. Ross ___

Re: [OE-core] [master, dylan][PATCH] shadow: Fix build when DISTRO_FEATURES contains pam, libc-crypt

2013-07-31 Thread Saul Wold
On 07/31/2013 11:15 AM, Richard Tollerton wrote: shadow falsely assumes that if --enable-libpam is set, it doesn't need to link against libcrypt; this breaks chsh. (This same fix exists in Arch.) Signed-off-by: Richard Tollerton rich.toller...@ni.com ---

[OE-core] [master, dylan][PATCH v2] shadow: Fix build when DISTRO_FEATURES contains pam, libc-crypt

2013-07-31 Thread Richard Tollerton
shadow falsely assumes that if --enable-libpam is set, it doesn't need to link against libcrypt; this breaks chsh. (This same fix exists in Arch.) Signed-off-by: Richard Tollerton rich.toller...@ni.com --- meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 4 1 file changed, 4 insertions(+)

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-07-31 Thread Saul Wold
On 07/30/2013 01:16 AM, Khem Raj wrote: On Jun 29, 2013, at 8:31 AM, Martin Jansa martin.ja...@gmail.com wrote: On Sat, Jun 29, 2013 at 07:11:35AM -0700, Khem Raj wrote: On Jun 28, 2013, at 10:38 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Jun 28, 2013 at 03:03:39PM -0700, Khem

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-07-31 Thread Khem Raj
On Jul 31, 2013, at 1:40 PM, Saul Wold s...@linux.intel.com wrote: Tried to build this set and received failures in python3-jinja (do_sanitize) and python3-distribute (do_compile) DEBUG: Executing shell function do_sanitize

[OE-core] [master, dylan][PATCH] packagegroup-core-tools-testapps: isolate x11 dependent tools

2013-07-31 Thread ronunes
From: Rogerio Nunes rogerio.nu...@freescale.com This patch groups x11 dependent tools in a separete variable, and when DISTRO_FEATURES does not contain x11, this group is not included in the package RDEPENDS. Signed-off-by: Rogerio Nunes rogerio.nu...@freescale.com ---

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-07-31 Thread Khem Raj
On Jul 31, 2013, at 1:59 PM, Khem Raj raj.k...@gmail.com wrote: On Jul 31, 2013, at 1:40 PM, Saul Wold s...@linux.intel.com wrote: Tried to build this set and received failures in python3-jinja (do_sanitize) and python3-distribute (do_compile) DEBUG: Executing shell function

Re: [OE-core] [PATCH 09/13] subversion: upgrade to 1.8.1

2013-07-31 Thread Saul Wold
On 07/31/2013 06:09 AM, Laurentiu Palcu wrote: This patch adds a new recipe actually, for 1.8.1. The reason for that is that subversion supports the 1.7 release with security patches and fixes for critical bugs only. The recommended version, however, is 1.8. I am still not sure why you want to

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-07-31 Thread Khem Raj
On Jul 29, 2013, at 12:16 AM, Laszlo Papp lp...@kde.org wrote: This is necessary to get the build going, for instance with older Code Sourcery compilers. It is also disabled in upstream due to this very reason. The details can be found on the following links:

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-07-31 Thread Saul Wold
On 07/31/2013 03:31 PM, Khem Raj wrote: On Jul 31, 2013, at 1:59 PM, Khem Raj raj.k...@gmail.com wrote: On Jul 31, 2013, at 1:40 PM, Saul Wold s...@linux.intel.com wrote: Tried to build this set and received failures in python3-jinja (do_sanitize) and python3-distribute (do_compile)

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-07-31 Thread Khem Raj
On Jul 31, 2013, at 3:49 PM, Saul Wold s...@linux.intel.com wrote: Still seems to failing in Jinja, I wonder if the dependencies are correctly sinec it's nooking for native bits and the python3-native had not been installed yet. in my build from scratch several times, I never had

Re: [OE-core] [RFC PATCH v3] chrpath.bbclass: strip common parent directories from rpath

2013-07-31 Thread Trevor Woerner
On 30 July 2013 14:47, Andreas Oberritter o...@opendreambox.org wrote: AFAIR, the reasoning against patchelf was the bad availability across distributions and it being a prerequisite for native builds. Today, there's still no patchelf package in current releases of Debian or Ubuntu. pseudo

Re: [OE-core] [PATCH 09/13] subversion: upgrade to 1.8.1

2013-07-31 Thread Flanagan, Elizabeth
If we do update this I'd like to also get this backported to earlier and remove all older versions of subversion to keep from mixing and matching with svn. They made changes in 1.8 that requires an upgrade to the working copy of a checkout. Once upgraded I don't believe you can go back to an

Re: [OE-core] [master, dylan][PATCH] packagegroup-core-tools-testapps: isolate x11 dependent tools

2013-07-31 Thread Otavio Salvador
On Wed, Jul 31, 2013 at 6:15 PM, ronu...@gmail.com wrote: From: Rogerio Nunes rogerio.nu...@freescale.com This patch groups x11 dependent tools in a separete variable, and when DISTRO_FEATURES does not contain x11, this group is not included in the package RDEPENDS. Signed-off-by: Rogerio

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-07-31 Thread Khem Raj
On Jul 31, 2013, at 4:05 PM, Saul Wold s...@linux.intel.com wrote: On 07/31/2013 03:51 PM, Khem Raj wrote: On Jul 31, 2013, at 3:49 PM, Saul Wold s...@linux.intel.com wrote: Still seems to failing in Jinja, I wonder if the dependencies are correctly sinec it's nooking for native bits