Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Koen Kooi
Op 29 sep. 2014, om 22:59 heeft Colin Walters walt...@verbum.org het volgende geschreven: On Sat, Sep 27, 2014, at 03:22 AM, Koen Kooi wrote: +${libdir}/sysusers.d/systemd.conf \ +${libdir}/sysusers.d/basic.conf \ Admins aren't expected to edit these

Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Richard Purdie
On Tue, 2014-09-30 at 09:39 +0200, Koen Kooi wrote: Op 29 sep. 2014, om 22:59 heeft Colin Walters walt...@verbum.org het volgende geschreven: On Sat, Sep 27, 2014, at 03:22 AM, Koen Kooi wrote: +${libdir}/sysusers.d/systemd.conf \ +

[OE-core] [PATCH 3/3] byacc: Upgrade to 20140715

2014-09-30 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/byacc/{byacc_20140422.bb = byacc_20140715.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/byacc/{byacc_20140422.bb = byacc_20140715.bb} (74%) diff --git

[OE-core] [PATCH 1/3] tcl: Upgrade to 8.6.2

2014-09-30 Thread Chong Lu
libgcc_s.so.1 is needed by running ptest, so add libgcc to RDEPENDS_${PN}-ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/tcltk/{tcl_8.6.1.bb = tcl_8.6.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 2/3] strace: Upgrade to 4.9

2014-09-30 Thread Chong Lu
Remove two backported patches: 0001-Work-around-conflict-between-sys-ptrace.h-and-linux-.patch strace-fix-64-bit-process-detection.patch Update two patches to fit new version: Makefile-ptest.patch strace-add-configure-options.patch Add coreutils, grep and gawk to RDEPENDS_${PN}-ptest for making

[OE-core] [PATCH 0/3] Update three packages

2014-09-30 Thread Chong Lu
The following changes since commit 39ca8b429b6244e9649e7303cbb240adf007bf22: bitbake: toastergui fix size rendering in dirinfo page (2014-09-29 14:11:59 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/updatepkg

Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Burton, Ross
On 30 September 2014 08:39, Koen Kooi k...@dominion.thruhere.net wrote: The real question is: do we want to keep changes to these files on package upgrade or wipe them out? They're in /usr, so they get overwritten. Ross -- ___ Openembedded-core

[OE-core] [PATCH] sstate: Add rpm allarch to overwrite whitelist

2014-09-30 Thread Richard Purdie
The packagegroup allarch rpm files for multilib can overwrite each other since they are in theory indentical (in contrast to the other backends). We therefore need to whitelist this to avoid build failures now this overwrite failure is fatal. Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Colin Walters
On Tue, Sep 30, 2014, at 05:36 AM, Burton, Ross wrote: On 30 September 2014 08:39, Koen Kooi k...@dominion.thruhere.net wrote: The real question is: do we want to keep changes to these files on package upgrade or wipe them out? They're in /usr, so they get overwritten. The reason I

[OE-core] [PATCH] gtk-doc-stub: update to latest commit

2014-09-30 Thread Andreas Müller
* fix build for packages with AC_CONFIG_MACRO_DIR set but not shipping macros causing: | ln: target 'm4/' is not a directory: No such file or directory | cp: cannot create regular file 'm4/': Not a directory * In 2012 version was increased to 1.1 Signed-off-by: Andreas Müller

[OE-core] [PATCH] latencytop: Creats x11 PACKAGECONFIG.

2014-09-30 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * Creates x11 packageconfig and update DEPENDS and EXTRA_OEMAKE_X for better handling. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/recipes-kernel/latencytop/latencytop_0.5.bb |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH] sysprof: Creats x11 PACKAGECONFIG.

2014-09-30 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * gtk+ and libglade is required to have graphical version of sysprof. Created x11 packageconfig and added these two packages in that config and removed from DEPENDS. Signed-off-by: Noor Ahsan noor_ah...@mentor.com ---

Re: [OE-core] [PATCH] sysprof: Creats x11 PACKAGECONFIG.

2014-09-30 Thread Burton, Ross
On 30 September 2014 15:25, Noor, Ahsan noor_ah...@mentor.com wrote: +PACKAGECONFIG[x11] = ,,gtk+ libglade You'll need a patch to configure.ac to make this actually work in situations where the x11 option has been explicitly disabled, but GTK+ is present in the sysroot. Ross --

Re: [OE-core] [PATCH] latencytop: Creats x11 PACKAGECONFIG.

2014-09-30 Thread Burton, Ross
Hi, Typo in the short log, Creats. On 30 September 2014 15:20, Noor, Ahsan noor_ah...@mentor.com wrote: +PACKAGECONFIG ?= ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} Use ??= when assigning to PACKAGECONFIG. Ross -- ___

[OE-core] [meta-oe][PATCH 0/2] Update timezone recipes to 2014h

2014-09-30 Thread Armin Kuster
if this has been already submitted, ignore. These are the following changes: Changes affecting past time stamps America/Jamaica's 1974 spring-forward transition was Jan. 6, not Apr. 28. Shanks says Asia/Novokuznetsk switched from LMT (not NMT) on 1924-05-01, not 1920-01-06. The

[OE-core] [meta-oe][PATCH 2/2] tzdata: update to 2014h

2014-09-30 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/recipes-extended/tzdata/tzdata_2014g.bb | 6 -- meta/recipes-extended/tzdata/tzdata_2014h.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-extended/tzdata/tzdata_2014g.bb create mode

Re: [OE-core] [PATCH] sysprof: Creats x11 PACKAGECONFIG.

2014-09-30 Thread Martin Jansa
On Tue, Sep 30, 2014 at 07:25:04PM +0500, Noor, Ahsan wrote: From: Noor noor_ah...@mentor.com * gtk+ and libglade is required to have graphical version of sysprof. Created x11 packageconfig and added these two packages in that config and removed from DEPENDS. Signed-off-by: Noor Ahsan

[OE-core] [meta-oe][PATCH 1/2] tzcode-native: update to 2014h

2014-09-30 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/recipes-extended/tzcode/tzcode-native_2014g.bb | 11 --- meta/recipes-extended/tzcode/tzcode-native_2014h.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644

Re: [OE-core] [PATCH] sysprof: Creats x11 PACKAGECONFIG.

2014-09-30 Thread Ahsan, Noor
Yeah, figured that out after sending the patch. I'll update it. -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, September 30, 2014 8:18 PM To: Ahsan, Noor Cc: OE-core Subject: Re: [OE-core] [PATCH] sysprof: Creats x11 PACKAGECONFIG. On 30 September

[OE-core] [PATCH v2] latencytop: Creates x11 PACKAGECONFIG.

2014-09-30 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * Creates x11 packageconfig and update DEPENDS and EXTRA_OEMAKE_X for better handling. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/recipes-kernel/latencytop/latencytop_0.5.bb |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

[OE-core] qemuppc64

2014-09-30 Thread akuster808
Hello, With 1.7 in the midst of being finalized, when would be a good time for me to continue perusing getting qemuppc64 accepted to master-next? regards, Armin -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH 3/5] python-smartpm: Add patches for rpm4

2014-09-30 Thread Saul Wold
Add DEPENDS for python-rpm package from either rpm4 or rpm5 Extend the smart-dflags patch to catch an exception if the api does exist Signed-off-by: Saul Wold s...@linux.intel.com --- .../python/python-smartpm/smart-dflags.patch | 53 --

[OE-core] [PATCH 5/5] rootfs_rpm: remove hard depends on rpmresolve - WIP

2014-09-30 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/rootfs_rpm.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index d85d001..ac17139 100644 --- a/meta/classes/rootfs_rpm.bbclass +++

[OE-core] [PATCH 4/5] rpm: add version 4.11.2

2014-09-30 Thread Saul Wold
add patch to remove db3 from configure.ac add inherit pkgconfig Signed-off-by: Saul Wold s...@linux.intel.com --- .../add_RPMSENSE_MISSINGOK_to_rpmmodule.patch | 20 ++ .../rpm/rpm-4.11.2/disable_shortcircuited.patch| 23 ++ .../rpm/rpm-4.11.2/fix_libdir.patch| 19 +

[OE-core] [PATCH 2/5] rpm5: add python-rpm PROVIDES

2014-09-30 Thread Saul Wold
Since python-smartpm depends on python-rpm, we should provide here as appropriate. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/rpm/rpm_5.4.14.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb

[OE-core] [PATCH 0/5] Add rpm4 recipe and enable smartpm for rpm4

2014-09-30 Thread Saul Wold
This patch series is the last bit to enable rpm4 base code. To use this version you must set Preferred Version as such: EFERRED_VERSION_rpm = 4.11.2 PREFERRED_VERSION_rpm-native = 4.11.2 The rootfs_rpm is a Work In Progress and I expect will not be accepted. Sau! The following changes

[OE-core] [PATCH 1/5] nss: nss.pc is not target specific

2014-09-30 Thread Saul Wold
RPM4 requires an nss-native component Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/nss/nss.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc index d706c43..716245d 100644 ---

Re: [OE-core] qemuppc64

2014-09-30 Thread Mark Hatle
On 9/30/14, 12:14 PM, akuster808 wrote: Hello, With 1.7 in the midst of being finalized, when would be a good time for me to continue perusing getting qemuppc64 accepted to master-next? regards, Armin I'd suggest do like the aarch64 stuff.. put the qemuppc64 into a custom branch (along

[OE-core] u-boot update?

2014-09-30 Thread Mario Schuknecht
Hello, is an u-boot recipe update in next release scheduled? Current version is v2013.07. Regards, Mario -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] u-boot update?

2014-09-30 Thread Burton, Ross
On 30 September 2014 20:28, Mario Schuknecht schukne...@dresearch-fe.de wrote: is an u-boot recipe update in next release scheduled? Current version is v2013.07. We're now in the feature freeze so no more upgrades are going in unless they're critical. There is a patch on the list for a more

[OE-core] [PATCH] gdb-cross-canadian: Add to sstate whitelist

2014-09-30 Thread Richard Purdie
The various gdb variants overwrite in datadir so whitelist this for now, they are the same files and this is not an issue. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc

[OE-core] [PATCH] perl: Improve sysroot regexp

2014-09-30 Thread Richard Purdie
When rebuilding libxml-parser-perl with a change to libdir, you see strange build failures due to MakerMake looking in strange library paths. The error is obtuse and hard to track down. I'm therefore proposing we change the regexp once and for all to resolve the issue. Currently it only does a

[OE-core] [PATCH] local.conf.sample.extended: Document RPM4 setup

2014-09-30 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/local.conf.sample.extended | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index 196590e..1995732 100644 ---

Re: [OE-core] [PATCH 1/1] kernel.bbclass: enable a link for external module building

2014-09-30 Thread Bruce Ashfield
On 2014-09-30, 4:57 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com To build external modules, the link /lib/modules/kernel-version/build must exist, and point to the proper kernel source area. The kernel-dev package already provides the needed source files.

[OE-core] [PATCH 1/1] kernel.bbclass: enable a link for external module building

2014-09-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com To build external modules, the link /lib/modules/kernel-version/build must exist, and point to the proper kernel source area. The kernel-dev package already provides the needed source files. Now putting a link in place to unblock the external module

[OE-core] [PATCH 0/1] A bugfix to enable external module building on target

2014-09-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The path /lib/modules/kernel-version/build was missing on the target. It is required to build external modules on the target. The kernel-dev package provides all the needed support files for building the external kernel modules. This commit creates

Re: [OE-core] [PATCH 1/1] kernel.bbclass: enable a link for external module building

2014-09-30 Thread Kamble, Nitin A
On 9/30/14, 2:00 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2014-09-30, 4:57 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com To build external modules, the link /lib/modules/kernel-version/build must exist, and point to the proper kernel

Re: [OE-core] [PATCH 1/1] kernel.bbclass: enable a link for external module building

2014-09-30 Thread Bruce Ashfield
On Tue, Sep 30, 2014 at 5:00 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2014-09-30, 4:57 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com To build external modules, the link /lib/modules/kernel-version/build must exist, and point to the proper

[OE-core] [Patch v2 0/1] updated fix external kernel module building on target

2014-09-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The commit message is changed as per the feedback received from Bruce. The following changes since commit c34775f8864f9bf9a2b32af1e3a803f7d84e11ba: deb_packaging: Added support for multilib (2014-09-30 14:33:31 +0100) are available in the git

[OE-core] [Patch v2 1/1] kernel.bbclass: enable a link for external module building

2014-09-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Even though the kernel-dev package provides the required support for building external kernel modules on the target, some commonly used scripts and utilities fail as they are not finding the kernel module build support files at the desired location.

[OE-core] [PATCH] apt: apt-key binary was not being installed, including it in the installation

2014-09-30 Thread Alejandro Hernandez
[YOCTO #6476] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com --- meta/recipes-devtools/apt/apt-package.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/apt/apt-package.inc b/meta/recipes-devtools/apt/apt-package.inc index 0897d3a..a553aa2

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-09-30 Thread Denys Dmytriyenko
On Thu, Sep 25, 2014 at 02:17:55PM +0200, Steffen Sledz wrote: Currently allarch recipes using useradd rebuild each time MACHINE changes which is not desireable. Adding the useradd dependencies to this list ensures they do not change under these circumstances. Signed-off-by: Richard Purdie

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-09-30 Thread Khem Raj
On Tue, Sep 30, 2014 at 5:55 PM, Denys Dmytriyenko de...@denix.org wrote: This line above has a very long trail of whitespaces and it got commited that way, unfortunately :( Better was if you commented before it went in. -- ___ Openembedded-core

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-09-30 Thread Denys Dmytriyenko
On Tue, Sep 30, 2014 at 06:25:57PM -0700, Khem Raj wrote: On Tue, Sep 30, 2014 at 5:55 PM, Denys Dmytriyenko de...@denix.org wrote: This line above has a very long trail of whitespaces and it got commited that way, unfortunately :( Better was if you commented before it went in.

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-09-30 Thread Khem Raj
On Tue, Sep 30, 2014 at 6:32 PM, Denys Dmytriyenko de...@denix.org wrote: On Tue, Sep 30, 2014 at 06:25:57PM -0700, Khem Raj wrote: On Tue, Sep 30, 2014 at 5:55 PM, Denys Dmytriyenko de...@denix.org wrote: This line above has a very long trail of whitespaces and it got commited that

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-09-30 Thread Martin Jansa
On Tue, Sep 30, 2014 at 08:55:53PM -0700, Khem Raj wrote: On Tue, Sep 30, 2014 at 6:32 PM, Denys Dmytriyenko de...@denix.org wrote: On Tue, Sep 30, 2014 at 06:25:57PM -0700, Khem Raj wrote: On Tue, Sep 30, 2014 at 5:55 PM, Denys Dmytriyenko de...@denix.org wrote: This line above has a

[OE-core] [PATCH 4/6] linux-yocto/3.14/3.17: allmodconfig/allyesconfig build fixes

2014-09-30 Thread Bruce Ashfield
It was found that some of the recent feature merges for 3.14/3.17 are not allmodconfig and allyesconfig safe. Since this is a basic test before kernel patches are submitted, we've fixed the features to meet this standard. Integrating the following fixes from Paul Gortmaker: b4213d81ea3f fat:

[OE-core] [PATCH 6/6] perf: fix undefined pr_* routines

2014-09-30 Thread Bruce Ashfield
When cross compiling libunwind support for ARM a missing debug include means that pr* macros are not expanded, and hence link failures on the undefined functions. Since we must be compatible with many versions of the kernel and perf, we sed the proper include into the files, while the permanent

[OE-core] [PATCH 1/6] kern-tools: fix overly greedy path relocations

2014-09-30 Thread Bruce Ashfield
During patch processing a consolidated set of configs, patches and directives is created under the kernel source tree being modified. During that processing, absolutely paths are converted to relative. It has been found that if directories are sufficiently similar, like so: /path/to/my-linux

[OE-core] [PATCH 3/6] linux-yocto/3.14: revert BFP feature, and fix intel-common -rt

2014-09-30 Thread Bruce Ashfield
The BPF feature is causing build failures, so we are reverting it for now. In this update we also have the following fix for -rt: fb6271a942b5 intel: Remove the standard ktype nesting Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

[OE-core] [PATCH 2/6] linux-yocto/3.14/3.17: menuconfig and cryptodev

2014-09-30 Thread Bruce Ashfield
Two issues were reported with the 3.14 kernel, cryptodev was not properly building and working on all devices, and menuconfig was not working on some hosts. To fix this, we pull in the latest cryptodev updates, and restore an old ncurses patch for menuconfig. Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 5/6] linux-yocto/3.17: update to v3.17-rc7

2014-09-30 Thread Bruce Ashfield
Updating the 3.17 tree to the rc7 release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 +- 2 files changed, 12 insertions(+), 12 deletions(-)

[OE-core] [PATCH 0/6] linux-yocto: consolidated pull request

2014-09-30 Thread Bruce Ashfield
Richard (or whoever is picking these up for testing), Here's the nearly final update for the kernel bits in the 1.7 release. These took far longer than I wanted to get out, but 3.17-rc6 was not the last, and I had to work through another round of tools and kernel build issues for both 3.14 and