[OE-core] [PATCH 1/1] sstate.bbclass: update the timestamps after install

2014-09-04 Thread Robert Yang
Update the sstate file's timestamps after it is installed, it will be very useful for removing the old sstate file, especially, it's not easy to remove when use the shared SSTATE_DIR, we can easily remove them with this change, for example: $ find state-cache -type f -ctime +10 -exec rm -f {} \;

[OE-core] [PATCH 0/1] sstate.bbclass: update the timestamps after install

2014-09-04 Thread Robert Yang
The following changes since commit 4c0a9ccbad2889b27b4b1d2ab91215a4bdcca3ce: python-numpy: Fix build for mips64 (2014-09-01 18:00:32 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/ss

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Chong Lu
On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote: Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files paths to make split successfully and add PACKAGECONFIG

[OE-core] [PATCH V2 0/1] lttng-tools: add PACKAGECONFIG to support --enable-python-bindings and lttng-ust

2014-09-04 Thread Hongxu Jia
Changed in V2: The python-bindings requires swig-native as DEPENDS, and swig-native is not in oe-core, so disable python-bindings by default //Hongxu The following changes since commit a44006262cf3b810ec78b4cccd8076102a7a0f3e: distro/poky: Add Debian 7.5 and 7.6 version as

[OE-core] [PATCH 1/1] lttng-tools: add PACKAGECONFIG to support --enable-python-bindings and lttng-ust

2014-09-04 Thread Hongxu Jia
Add PACKAGECONFIG to support --enable-python-bindings Add PACKAGECONFIG to support lttng-ust And python-bindings requires swig-native as DEPENDS, and swig-native is not in oe-core, so disable python-bindings by default Signed-off-by: Hongxu Jia hongxu@windriver.com ---

[OE-core] [PATCH 0/1] bitbake.conf: use ??= for IMAGE_ROOTFS_SIZE

2014-09-04 Thread Chen Qi
The following changes since commit 4c0a9ccbad2889b27b4b1d2ab91215a4bdcca3ce: python-numpy: Fix build for mips64 (2014-09-01 18:00:32 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/IMAGE_ROOTFS_SIZE

[OE-core] [PATCH 1/1] bitbake.conf: use ??= for IMAGE_ROOTFS_SIZE

2014-09-04 Thread Chen Qi
Previously, when building core-image-minimal, the rootfs size would default to 64M because we use '?=' in bitbake.conf and also '?=' in core-image-minimal.bb. The thing is, we'd like to have a default value for all images set in bitbake.conf but still allow each image recipe to set its own

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Chong Lu
On 09/04/2014 03:27 PM, Chong Lu wrote: On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote: Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files paths to make

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Richard Purdie
On Thu, 2014-09-04 at 15:27 +0800, Chong Lu wrote: On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote: Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Richard Purdie
On Thu, 2014-09-04 at 16:06 +0800, Chong Lu wrote: On 09/04/2014 03:27 PM, Chong Lu wrote: On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote: Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Chong Lu
On 09/04/2014 04:10 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 16:06 +0800, Chong Lu wrote: On 09/04/2014 03:27 PM, Chong Lu wrote: On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote: Currently, perf can't split to perf-archive, perf-tests,

Re: [OE-core] [PATCH V2 1/1] perf: fix issue about package splitting

2014-09-04 Thread Richard Purdie
On Thu, 2014-09-04 at 16:17 +0800, Chong Lu wrote: On 09/04/2014 04:10 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 16:06 +0800, Chong Lu wrote: On 09/04/2014 03:27 PM, Chong Lu wrote: On 09/03/2014 06:42 PM, Richard Purdie wrote: On Wed, 2014-09-03 at 17:05 +0800, Chong Lu wrote:

Re: [OE-core] [PATCH 1/1] sstate.bbclass: update the timestamps after install

2014-09-04 Thread Richard Purdie
On Thu, 2014-09-04 at 00:05 -0700, Robert Yang wrote: Update the sstate file's timestamps after it is installed, it will be very useful for removing the old sstate file, especially, it's not easy to remove when use the shared SSTATE_DIR, we can easily remove them with this change, for example:

Re: [OE-core] [PATCH 1/1] sstate.bbclass: update the timestamps after install

2014-09-04 Thread Robert Yang
On 09/04/2014 04:27 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 00:05 -0700, Robert Yang wrote: Update the sstate file's timestamps after it is installed, it will be very useful for removing the old sstate file, especially, it's not easy to remove when use the shared SSTATE_DIR, we can

Re: [OE-core] [PATCH 1/1] sstate.bbclass: update the timestamps after install

2014-09-04 Thread Richard Purdie
On Thu, 2014-09-04 at 16:49 +0800, Robert Yang wrote: On 09/04/2014 04:27 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 00:05 -0700, Robert Yang wrote: Update the sstate file's timestamps after it is installed, it will be very useful for removing the old sstate file, especially, it's

Re: [OE-core] [PATCH RFC] imagebuilder-collab: Add illustration of standalone image creation tool

2014-09-04 Thread David Nyström
On 2014-08-29 14:09, Richard Purdie wrote: This adds a recipe which creates a tarball of a standalone image creation tool. On the most part this is copying in our standard lib/bb and lib/oe library functions. There is a modified base.bbclass and bitbake.conf, ultimately we could refactor files

Re: [OE-core] [PATCH 2/2] oeqa/runtime: Automatic test for ptest

2014-09-04 Thread Musat, GeorgeX L
I remove the Smart channels because it helps me to retest using simpleremote. I think I should comment that part but leave it there for future use. isRPM test is being done in setupModule(): if package_rpm != oeRuntimeTest.tc.d.getVar(PACKAGE_CLASSES, True).split()[0]:

Re: [OE-core] [PATCH 1/1] sstate.bbclass: update the timestamps after install

2014-09-04 Thread Robert Yang
On 09/04/2014 04:53 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 16:49 +0800, Robert Yang wrote: On 09/04/2014 04:27 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 00:05 -0700, Robert Yang wrote: Update the sstate file's timestamps after it is installed, it will be very useful for

Re: [OE-core] [PATCH 1/1] sstate.bbclass: update the timestamps after install

2014-09-04 Thread Robert Yang
On 09/04/2014 06:27 PM, Robert Yang wrote: On 09/04/2014 04:53 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 16:49 +0800, Robert Yang wrote: On 09/04/2014 04:27 PM, Richard Purdie wrote: On Thu, 2014-09-04 at 00:05 -0700, Robert Yang wrote: Update the sstate file's timestamps after it

Re: [OE-core] [PATCH 3/8] ossp-uuid: obey LDFLAGS

2014-09-04 Thread Burton, Ross
On 3 September 2014 18:27, Christopher Larson kerg...@gmail.com wrote: +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch Missing patch header. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 4/8] setserial: obey LDFLAGS

2014-09-04 Thread Burton, Ross
On 3 September 2014 18:27, Christopher Larson kerg...@gmail.com wrote: +++ b/meta/recipes-bsp/setserial/setserial/ldflags.patch Missing patch header. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 7/8] irda-utils: obey LDFLAGS

2014-09-04 Thread Burton, Ross
On 3 September 2014 18:27, Christopher Larson kerg...@gmail.com wrote: +++ b/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/ldflags.patch Missing patch header. -export SYS_INCLUDES=-I${STAGING_INCDIR} - inherit autotools-brokensep update-rc.d +EXTRA_OEMAKE = \ +'CC=${CC}' \

Re: [OE-core] [PATCH 5/8] hostap-utils: obey LDFLAGS

2014-09-04 Thread Burton, Ross
On 3 September 2014 18:27, Christopher Larson kerg...@gmail.com wrote: +++ b/meta/recipes-bsp/hostap/hostap-utils-0.4.7/ldflags.patch Missing header. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 6/8] blktrace: obey LDFLAGS for btrecord

2014-09-04 Thread Burton, Ross
On 3 September 2014 18:27, Christopher Larson kerg...@gmail.com wrote: +++ b/meta/recipes-kernel/blktrace/blktrace/ldflags.patch Missing header. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH 3/3] oeqa/runtime: Automatic test for ptest

2014-09-04 Thread Lucian Musat
For images without ptest the packages are automatically installed alongside ptest-runner. Log results are saved in ./results folder. No cleanup is done for packages after the test is finished. Signed-off-by: Lucian Musat georgex.l.mu...@intel.com --- meta/lib/oeqa/runtime/_ptest.py | 124

[OE-core] [PATCH 1/3] oeqa: Added package installer to oetest to aid in future automatic install of packages

2014-09-04 Thread Lucian Musat
Signed-off-by: Lucian Musat georgex.l.mu...@intel.com --- meta/lib/oeqa/oetest.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/lib/oeqa/oetest.py b/meta/lib/oeqa/oetest.py index ed8b3b2..0b7e7dc 100644 --- a/meta/lib/oeqa/oetest.py +++ b/meta/lib/oeqa/oetest.py @@ -66,6 +66,13

[OE-core] [PATCH 2/3] oeqa/utils/logparser.py: results based log parser utility

2014-09-04 Thread Lucian Musat
A module for parsing results based logs like ptest, compliance and performance. Supports breaking the logs into multiple sections and also provides a result object to use the parser with. The parser is initialized with the regex required to identify results and section statements in the target

[OE-core] Style issue for recipes

2014-09-04 Thread Burton, Ross
Hi, Quick question of style for the community to bikeshed on: in the general case should recipes be split into foo_1.2.bb and foo.inc, or should they only split to bb/inc if there are multiple versions and generally there should just be foo_1.2.bb. Specifically I'm looking at the libunwind

Re: [OE-core] [PATCH 2/5] gcc-runtime: enable asan and tsan

2014-09-04 Thread Jonathan Liu
On 30/08/2014 7:15 AM, Dan McGregor wrote: From: Dan McGregor dan.mcgre...@usask.ca ASan and TSan are useful debugging tools, enable them on the target and add the packages to packagegroup-core-sdk. Signed-off-by: Dan McGregor dan.mcgre...@usask.ca ---

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Robert Yang
On 09/04/2014 10:12 PM, Burton, Ross wrote: Hi, Quick question of style for the community to bikeshed on: in the general case should recipes be split into foo_1.2.bb and foo.inc, or should they only split to bb/inc if there are multiple versions and generally there should just be foo_1.2.bb.

Re: [OE-core] [PATCH 2/5] gcc-runtime: enable asan and tsan

2014-09-04 Thread Dan McGregor
On 4 September 2014 08:33, Jonathan Liu net...@gmail.com wrote: On 30/08/2014 7:15 AM, Dan McGregor wrote: From: Dan McGregor dan.mcgre...@usask.ca ASan and TSan are useful debugging tools, enable them on the target and add the packages to packagegroup-core-sdk. Signed-off-by: Dan McGregor

Re: [OE-core] [[PATCH] python: add webbrowser module

2014-09-04 Thread akuster808
Hello, This patch is sitting the the queue still. Is it being considered or has it been dropped ? - Armin On 08/19/2014 11:05 PM, Armin Kuster wrote: webbrowser is being compiled but not included in packaging. Add webbrowser to python-netclient Signed-off-by: Armin Kuster

Re: [OE-core] [PATCH 2/5] gcc-runtime: enable asan and tsan

2014-09-04 Thread Jonathan Liu
On 5/09/2014 1:28 AM, Dan McGregor wrote: On 4 September 2014 08:33, Jonathan Liu net...@gmail.com wrote: On 30/08/2014 7:15 AM, Dan McGregor wrote: From: Dan McGregor dan.mcgre...@usask.ca ASan and TSan are useful debugging tools, enable them on the target and add the packages to

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread akuster808
On 09/04/2014 08:03 AM, Robert Yang wrote: On 09/04/2014 10:12 PM, Burton, Ross wrote: Hi, Quick question of style for the community to bikeshed on: in the general case should recipes be split into foo_1.2.bb and foo.inc, or should they only split to bb/inc if there are multiple versions

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Enrico Scholz
Burton, Ross ross.bur...@intel.com writes: Quick question of style for the community to bikeshed on: in the general case should recipes be split into foo_1.2.bb and foo.inc, or should they only split to bb/inc if there are multiple versions and generally there should just be foo_1.2.bb.

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Burton, Ross
On 4 September 2014 16:41, akuster808 akuster...@gmail.com wrote: This is the same reason why I have split a bb into two parts when I submit upgrades. I feel it makes reviewing easier the next time a package gets upgraded. Trying to find the actual changes between a file being deleted and the

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Burton, Ross
On 4 September 2014 17:07, Enrico Scholz enrico.sch...@sigma-chemnitz.de wrote: .inc files make sense with current packaging because they are revision control friendly. E.g. you can put the logic into .inc and follow its history with 'git log' which is not possible when there are only the

[OE-core] [PATCH] ltp: upgrade to 20140828

2014-09-04 Thread Maxin B. John
Bump to *August 2014* release Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/ltp/{ltp_20140422.bb = ltp_20140828.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-extended/ltp/{ltp_20140422.bb = ltp_20140828.bb} (100%) diff --git

Re: [OE-core] Style issue for recipes

2014-09-04 Thread Burton, Ross
On 4 September 2014 15:12, Burton, Ross ross.bur...@intel.com wrote: Quick question of style for the community to bikeshed on: in the general case should recipes be split into foo_1.2.bb and foo.inc, or should they only split to bb/inc if there are multiple versions and generally there should

Re: [OE-core] [PATCH] ltp: upgrade to 20140828

2014-09-04 Thread Maxin B. John
Hi, Wrong one. Please ignore this patch. On Thu, Sep 04, 2014 at 06:33:55PM +0200, Maxin B. John wrote: Bump to *August 2014* release Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/ltp/{ltp_20140422.bb = ltp_20140828.bb} | 0 1 file changed, 0 insertions(+), 0

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Peter A. Bigot
On 09/04/2014 11:29 AM, Burton, Ross wrote: On 4 September 2014 17:07, Enrico Scholz enrico.sch...@sigma-chemnitz.de wrote: .inc files make sense with current packaging because they are revision control friendly. E.g. you can put the logic into .inc and follow its history with 'git log' which

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Enrico Scholz
Peter A. Bigot p...@pabigot.com writes: .inc files make sense with current packaging because they are revision control friendly. E.g. you can put the logic into .inc and follow its history with 'git log' which is not possible when there are only the versioned .bb files. You can follow

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Andreas Müller
On Thu, Sep 4, 2014 at 7:00 PM, Enrico Scholz enrico.sch...@sigma-chemnitz.de wrote: Peter A. Bigot p...@pabigot.com writes: .inc files make sense with current packaging because they are revision control friendly. E.g. you can put the logic into .inc and follow its history with 'git log'

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Enrico Scholz
Andreas Müller schnitzeltony-gM/ye1e23mwn+bqq9rb...@public.gmane.org writes: it's not only 'git log'; it is 'git blame' too and because git does not support renaming of files natively, the 'git log --follow' method is error prone and might compare the wrong files resp. fail completely when

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread Burton, Ross
On 4 September 2014 19:36, Enrico Scholz enrico.sch...@sigma-chemnitz.de wrote: Did you ever use 'git blame' for few lines most recipes have? In other projects (e.g. linux kernel) I am using C-x v g in emacs very often to see when/why a certain line was added. In some OE recipes I would like

Re: [OE-core] [PATCH 01/26] systemd: upgrade to 216

2014-09-04 Thread Peter A. Bigot
On 09/02/2014 05:53 AM, Chen Qi wrote: Upgrade systemd from 213 to 216. This broke me, because by 216 systemd started managing /etc/resolv.conf which is fine except that it uses a static configuration in /etc/systemd/resolved.conf, whereas in the 213 days I was getting /etc/resolv.conf

Re: [OE-core] [PATCH 01/26] systemd: upgrade to 216

2014-09-04 Thread Burton, Ross
On 4 September 2014 20:30, Peter A. Bigot p...@pabigot.com wrote: Further investigation suggests that systemd-networkd is intended to do the same sort of thing as connman, though so maybe I need to shoot that instead. I have no answers, but just wanted to note that there now appears to be some

Re: [OE-core] [oe] Style issue for recipes

2014-09-04 Thread akuster808
On 09/04/2014 09:26 AM, Burton, Ross wrote: On 4 September 2014 16:41, akuster808 akuster...@gmail.com wrote: This is the same reason why I have split a bb into two parts when I submit upgrades. I feel it makes reviewing easier the next time a package gets upgraded. Trying to find the actual

Re: [OE-core] [PATCH 2/5] gcc-runtime: enable asan and tsan

2014-09-04 Thread Dan McGregor
On 4 September 2014 09:37, Jonathan Liu net...@gmail.com wrote: On 5/09/2014 1:28 AM, Dan McGregor wrote: On 4 September 2014 08:33, Jonathan Liu net...@gmail.com wrote: On 30/08/2014 7:15 AM, Dan McGregor wrote: From: Dan McGregor dan.mcgre...@usask.ca ASan and TSan are useful debugging

Re: [OE-core] Race condition when building external kernel modules

2014-09-04 Thread Denys Dmytriyenko
Hi, This report is exactly from 3 years ago. Has this ever been resolved or looked at? We have started seeing this a lot lately in our own distro based on Daisy with 3.14 kernel when building with 12-24 threads. But it might not be release specific or even OE specifig... All the same symptoms

Re: [OE-core] [PATCH 0/1] A tool for boottime image configuration

2014-09-04 Thread Kamble, Nitin A
I have changed name of the Image Configurator tool to Machine Setup Tool. Also we have decided to host the recipe in the meta-intel layer instead of the oecore layer for the upcoming Yocto Project 1.7 release. And after further stabilization the recipe will be migrated to oecore layer before

[OE-core] [RFC] Integrate texinfo-4.8 to oe-core

2014-09-04 Thread Rongqing Li
Hi: I would like to integrate texinfo-4.8 into oe-core, it was released on 2007, and too old, but it is a GPLv2 package. Does anyone objects? -- Best Reagrds, Roy | RongQing Li -- ___ Openembedded-core mailing list