Re: [OE-core] [PATCH 1/1] systemd: ignore qemu output, and check its return code

2013-07-24 Thread Rongqing Li
On 07/24/2013 01:34 PM, Khem Raj wrote: On Jul 23, 2013, at 10:24 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com qemu prints errors sometime, but it works well, the error information can be captured by rpm, and lead to rpm failure. like: $export

Re: [OE-core] [PATCH 1/2] systemd: Remove systemd_unitdir if systemd is not in distro features

2013-07-24 Thread Muhammad Shakeel
On 07/23/2013 06:59 PM, Burton, Ross wrote: On 19 July 2013 12:53, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: If systemd is not supported DISTRO_FEATURE than there is no need to package related service files. When this is merged can you follow this up with a series to remove all of

[OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-24 Thread Giuseppe Condorelli
Hi All, given that the make v. 3.82 is broken, as the sanity check highlights, which is the best solution to allow Fedora users (as I am) to go ahead with the build? I don't like to avoid sanity checks or to use an older version of sanity.bbclass. Please let me know, currently this issue is

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-24 Thread Stanacar, StefanX
On Wed, 2013-07-24 at 09:33 +0200, Giuseppe Condorelli wrote: Hi All, given that the make v. 3.82 is broken, as the sanity check highlights, which is the best solution to allow Fedora users (as I am) to go ahead with the build? I don't like to avoid sanity checks or to use an older

Re: [OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-24 Thread Burton, Ross
On 24 July 2013 03:19, Kang Kai kai.k...@windriver.com wrote: Instead of penalising everybody, would it be possible to make this change dependent on the build machine (ram + swap)? Or to only add -Wl,--no-keep-memory if the build failed without it? Yes, it doesn't fail on every build machine.

[OE-core] [PATCH 0/1] qemu: block to build it on mips64 arch

2013-07-24 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 947336a1ef2b936328ba6fcf519d55a4eda7085d: systemd: ignore qemu output, and check its return code (2013-07-24 13:09:10 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/qemu

[OE-core] [PATCH 1/1] qemu: block to build it on mips64 arch

2013-07-24 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com qemu packages can NOT be built for mips64, Set COMPATIBLE_HOST to null to block build them for such platform. Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-devtools/qemu/qemu_1.5.0.bb |2 ++ meta/recipes-devtools/qemu/qemu_git.bb |

Re: [OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-24 Thread Paul Barker
On 24 July 2013 08:49, Burton, Ross ross.bur...@intel.com wrote: On 24 July 2013 03:19, Kang Kai kai.k...@windriver.com wrote: Instead of penalising everybody, would it be possible to make this change dependent on the build machine (ram + swap)? Or to only add -Wl,--no-keep-memory if the build

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-24 Thread Giuseppe Condorelli
Many thanks for the quick reply Stefan, For completion, I'm working on FC16. Indeed (before sending the mail) I tried downloading the make rpm for FC17 ( rpmfind.net) and to use it (accordingly unpackaged under my personal directory, updating the PATH) with the same failure. Can this sound

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-24 Thread Paul Barker
On 24 July 2013 09:47, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: Many thanks for the quick reply Stefan, For completion, I'm working on FC16. Indeed (before sending the mail) I tried downloading the make rpm for FC17 (rpmfind.net) and to use it (accordingly unpackaged under my

[OE-core] [PATCH v2] weston: add harfbuzz dependency

2013-07-24 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com Weston 1.1.0 has a build time dependency on pango, so we add it. Signed-off-by: Alexandru DAMIAN alexandru.dam...@intel.com --- meta/recipes-graphics/wayland/weston_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/2]fix invalid options while invoking reboot on lsb image

2013-07-24 Thread Hongxu Jia
Invoke reboot is not easy to trace the result, invoke status also could verify this issue. Test Case: *On host: build core-image-lsb *On target: ~# . /etc/init.d/functions ~# status sshd sshd (pid 670) is running... //Hongxu The following changes since commit

[OE-core] [PATCH 2/2] lsbinitscripts: remove x permission on functions

2013-07-24 Thread Hongxu Jia
It doesn't need to set x permission for this file Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/lsb/lsbinitscripts_9.48.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.48.bb

[OE-core] [PATCH 1/2] sysvinit: pidof add -m option for lsbinitscripts

2013-07-24 Thread Hongxu Jia
When reboot the system on lsb image, some kill processes would print the following message: ... pidof: invalid options on command line! ... The killproc in lsbinitscripts invokes pidof with option -m, but the pidof in sysvinit package doesn't support this. Backport from fedora to add -m option

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-24 Thread Giuseppe Condorelli
Hi Paul, I saw it early this morning (reading the previous thread) but I've not put it in the right attention I think. Now I've installed the sdk using that script and a run is still ongoing. I'll let you know. I ask the same to you: are you sure the FC17 and ahead have solved the make issue?

Re: [OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-24 Thread Phil Blundell
On Wed, 2013-07-24 at 09:31 +0100, Paul Barker wrote: Would variables like LDFLAGS_webkit-gtk and PARALLEL_MAKE_gnuradio be applied to the appropriate recipes if they were set in local.conf or a globally inherited bbclass, or am I misunderstanding how bitbake parses variables?

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-24 Thread Stanacar, StefanX
On Wed, 2013-07-24 at 11:43 +0200, Giuseppe Condorelli wrote: Hi Paul, I saw it early this morning (reading the previous thread) but I've not put it in the right attention I think. Now I've installed the sdk using that script and a run is still ongoing. I'll let you know. I ask the

Re: [OE-core] [PATCH v2] weston: add harfbuzz dependency

2013-07-24 Thread Martin Jansa
On Wed, Jul 24, 2013 at 09:59:28AM +0100, Alex DAMIAN wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com Weston 1.1.0 has a build time dependency on pango, so we add it. Subject doesn't match with what commit does now. Signed-off-by: Alexandru DAMIAN alexandru.dam...@intel.com ---

Re: [OE-core] [CONSOLIDATED PULL 00/27] Ready for Pull after final ACK

2013-07-24 Thread Richard Purdie
On Mon, 2013-07-22 at 10:12 -0700, Saul Wold wrote: Richard, This has been trimmed and reviewed, please wait for Paul and Ross (traveling) final ACKs. ** Reminder to BSP Maintainers - Please update your mesa .bbappends *** ** I will send email when RP has pulled, please keep me posted on

Re: [OE-core] [CONSOLIDATED PULL 00/27] Ready for Pull after final ACK

2013-07-24 Thread Burton, Ross
On 24 July 2013 11:35, Richard Purdie richard.pur...@linuxfoundation.org wrote: docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe I merged this but with this last one, why not rename the recipe to the standard naming and then we don't need to set PV? It's likely/possible to

Re: [OE-core] [oe-commits] Cristian Iorga : bluez5: new package for v5.7

2013-07-24 Thread Martin Jansa
On Thu, Jul 18, 2013 at 08:18:34PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 5d55498be84a6a8725794f75f4d12336048cdc34 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=5d55498be84a6a8725794f75f4d12336048cdc34 Author:

[OE-core] [PATCH] sanity.bbclass: mention version when erroring on LCONF_VERSION mismatch

2013-07-24 Thread Ross Burton
If someone is using a Poky release but not the Poky distribution they'll get a bblayers.conf generated from meta-yocto's template with a LCONF_VERSION that doesn't necessarily match LAYER_CONF_VERSION (default in sanity.conf), as Poky overrides LAYER_CONF_VERSION to cater for the meta-yocto split.

[OE-core] [PATCH 08/18] grub: add PACKAGECONFIG for grub-mount

2013-07-24 Thread Martin Jansa
* fuse is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-bsp/grub/grub_2.00.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-bsp/grub/grub_2.00.bb

[OE-core] [PATCH 04/18] ccache: add zlib dependency

2013-07-24 Thread Martin Jansa
* when it's not detected in sysroot it uses bundled version * add explicit dependency to make it deterministic * PACKAGECONFIG wasn't used because configure doesn't have an option to select which one should be used Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [PATCH 09/18] mailx: remove support for autodetection of krb5

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot and makeconfig doesn't allow to explicitly define what's expected Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../explicitly.disable.krb5.support.patch | 46 ++ meta/recipes-extended/mailx/mailx_12.5.bb | 1 + 2

[OE-core] [PATCH 01/18] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- scripts/test-dependencies.sh | 256 +++ 1 file changed, 256 insertions(+) create mode 100755 scripts/test-dependencies.sh diff --git a/scripts/test-dependencies.sh b/scripts/test-dependencies.sh new

[OE-core] [PATCH 03/18] xkeyboard-config: add missing dependency on util-macros

2013-07-24 Thread Martin Jansa
* build fails without it configure.ac:7: error: must install xorg-macros 1.12 or later before Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 10/18] minicom: add configure option and PACKAGECONFIG for lockdev

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../minicom-2.6.2/allow.to.disable.lockdev.patch| 21 + meta/recipes-extended/minicom/minicom_2.6.2.bb | 7 ++- 2 files changed,

[OE-core] [PATCH 02/18] gst-plugins-bad: add few more PACKAGECONFIGs

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb

[OE-core] [PATCH 13/18] python-imaging: add PACKAGECONFIG for lcms

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../allow.to.disable.some.features.patch | 65 ++ .../python/python-imaging_1.1.7.bb | 10 +++- 2 files changed, 74

[OE-core] [PATCH 12/18] patch: add PACKAGECONFIG for attr

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/patch/patch.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/patch/patch.inc

[OE-core] [PATCH 07/18] distcc: add PACKAGECONFIG for popt

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/distcc/distcc_3.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb

[OE-core] [PATCH 05/18] cups: add PACKAGECONFIG for acl

2013-07-24 Thread Martin Jansa
* acl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/cups/cups16.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/cups/cups16.inc

[OE-core] [PATCH 17/18] gst-plugins-good: add PACKAGECONFIG for jpeg, wavpack, gdkpixbuf, v4l, bzip2, orc

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb

[OE-core] [PATCH 16/18] gstreamer1.0-plugins-good: add PACKAGECONFIG for v4l

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc

[OE-core] [PATCH 14/18] socat: add PACKAGECONFIG for tcp-wrappers

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-connectivity/socat/socat_1.7.2.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb

[OE-core] [PATCH 18/18] gettext: disable nls when INHIBIT_DEFAULT_DEPS is set

2013-07-24 Thread Martin Jansa
* for example in gcc-runtime DEPENDS_GETTEXT from gettext.bbclass isn't used because gcc-runtime recipes also set INHIBIT_DEFAULT_DEPS, explicitly disable NLS when DEPENDS_GETTEXT is empty * this is causing undeterministic build if you compare i586-oe-linux/libstdc++-v3/config.log in WORKDIR

[OE-core] [PATCH 15/18] sudo: add PACKAGECONFIG for zlib

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/sudo/sudo.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/sudo/sudo.inc

[OE-core] [PATCH] strace: Add ptest

2013-07-24 Thread Gabriel Barbu
Install strace test suite and run it as ptest. Signed-off-by: Gabriel Barbu gabriel.ba...@enea.com --- .../strace/strace-4.8/Makefile-ptest.patch | 23 meta/recipes-devtools/strace/strace-4.8/run-ptest |2 ++ meta/recipes-devtools/strace/strace_4.8.bb

[OE-core] [PATCH v3] weston: add pango dependency

2013-07-24 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com Weston 1.1.0 has a build time dependency on pango, so we add it. Signed-off-by: Alexandru DAMIAN alexandru.dam...@intel.com --- meta/recipes-graphics/wayland/weston_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [oe-commits] Cristian Iorga : bluez5: new package for v5.7

2013-07-24 Thread Iorga, Cristian
I will, this week I guess. -Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Wednesday, July 24, 2013 2:33 PM To: Iorga, Cristian; openembedded-core@lists.openembedded.org Cc: openembedded-comm...@lists.openembedded.org Subject: Re: [oe-commits] Cristian Iorga :

Re: [OE-core] [PATCH] systemd: Remove init.d dir if systemd unit file is present and sysvinit not a distro feature

2013-07-24 Thread Muhammad Shakeel
On 07/23/2013 03:46 PM, Enrico Scholz wrote: Shakeel, Muhammad muhammad_shakeel-nmggyn9qbj3qt0dzr+a...@public.gmane.org writes: If systemd is supported DISTRO_FEATURE and sysvinit is not and also if systemd_unitdir contains a service file(s) then no need to keep init.d scripts for sysvinit

Re: [OE-core] [PATCH] systemd: Remove init.d dir if systemd unit file is present and sysvinit not a distro feature

2013-07-24 Thread Paul Eggleton
On Wednesday 24 July 2013 18:22:11 Muhammad Shakeel wrote: On 07/23/2013 03:46 PM, Enrico Scholz wrote: Shakeel, Muhammad muhammad_shakeel-nmggyn9qbj3qt0dzr+a...@public.gmane.org writes: If systemd is supported DISTRO_FEATURE and sysvinit is not and also if systemd_unitdir contains a

[OE-core] [PATCH v3 06/12] docbook-sgml-dtd-4.1-native: fix recipe name

2013-07-24 Thread Emilia Ciobanu
Package recipe should contain version token in its name. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com --- ...ative.bb = docbook-sgml-dtd-4.1-native_4.1.bb} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename

[OE-core] [PATCH v3 05/12] docbook-sgml-dtd-3.1-native: fix recipe name

2013-07-24 Thread Emilia Ciobanu
Package recipe should contain version token in its name. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com --- ...ative.bb = docbook-sgml-dtd-3.1-native_3.1.bb} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename

[OE-core] [PATCH v3 09/12] mtd-utils: fix recipe name and add GIT revision to PV variable

2013-07-24 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git recipes should also contain _git token in their name instead of their version. The change also needed removal of version from inner patch folder name. Signed-off-by: Emilia

[OE-core] [PATCH v3 10/12] neard: fix recipe name

2013-07-24 Thread Emilia Ciobanu
Git recipes should contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com --- .../neard/{neard_0.10.bb = neard_git.bb} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename

[OE-core] [PATCH v3 01/12] babeltrace: fix recipe name

2013-07-24 Thread Emilia Ciobanu
Git recipes should contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com --- .../{babeltrace_1.1.1.bb = babeltrace_git.bb} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename

[OE-core] [PATCH v3 11/12] rt-tests: fix recipe name add GIT revision to PV variable

2013-07-24 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git recipes should also contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com ---

[OE-core] [PATCH v3 02/12] build-appliance-image: fix recipe name add GIT revision to PV variable

2013-07-24 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git recipes should also contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com --- ...e-image_8.0.bb =

[OE-core] [PATCH v3 00/12] Add/Update PV variable into recipes

2013-07-24 Thread Emilia Ciobanu
Patches were tested against backwards revs using buildhistory class. The following changes since commit 67864ca79da08df752487a3a4e1a975546da123d: systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-24 11:35:39 +0100) are available in the git repository at:

[OE-core] [PATCH v3 07/12] hwlatdetect: fix recipe name and add GIT revision to PV variable

2013-07-24 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git recipes should also contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com ---

[OE-core] [PATCH v3 03/12] chkconfig-alternatives-native: fix recipe name and add GIT revision to PV variable

2013-07-24 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git recipes should also contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com --- 59.bb =

[OE-core] [PATCH v3 08/12] lttng-ust: fix recipe name and add GIT revision to PV variable

2013-07-24 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git recipes should also contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com ---

[OE-core] [PATCH v3 12/12] update-rc.d: fix recipe name and add GIT revision to PV variable

2013-07-24 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git recipes should also contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com ---

[OE-core] [PATCH v3 04/12] connman-gnome: fix recipe name add GIT revision to PV variable

2013-07-24 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git recipes should also contain _git token in their name instead of their version. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com ---

Re: [OE-core] [CONSOLIDATED PULL 00/27] Ready for Pull after final ACK

2013-07-24 Thread Saul Wold
This set has been, which means BSPs that have MESA bbappend files need to be updated, I will be starting a Master build for weekly testing around 11:00am PT today (7/24) Sau! On 07/22/2013 10:12 AM, Saul Wold wrote: Richard, This has been trimmed and reviewed, please wait for Paul and

Re: [OE-core] [PATCH] strace: Add ptest

2013-07-24 Thread Saul Wold
On 07/24/2013 05:06 AM, Gabriel Barbu wrote: Install strace test suite and run it as ptest. Signed-off-by: Gabriel Barbu gabriel.ba...@enea.com --- .../strace/strace-4.8/Makefile-ptest.patch | 23 meta/recipes-devtools/strace/strace-4.8/run-ptest |2 ++

Re: [OE-core] test-dependencies.sh results from big world build

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 9:50 AM, Martin Jansa martin.ja...@gmail.comwrote: My biggest build with 20+ layers included finally finished today (after many days because there was hw issue on server where it was running, so it was slower then it should be). The results are a bit messy because:

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

2013-07-24 Thread Chris Larson
Greetings all, I've recently been doing some work at Mentor Graphics on read-only-rootfs, for our purposes, and have done some things which I think may be of use. I'm looking for comments/thoughts on the approach and potential use of a pattern generally, and also wish to discuss the volatiles vs

[OE-core] Making SSL headers available during build?

2013-07-24 Thread Brandon Stafford
Hi all, I'm working on updating an old recipe for uWSGI to add SSL support. I think this requires putting a collection of SSL headers in sysroots/ARCH/usr/include. How do I go about telling Bitbake to do that? If it helps, my current recipe is here:

Re: [OE-core] Making SSL headers available during build?

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 1:25 PM, Brandon Stafford bran...@rascalmicro.comwrote: I'm working on updating an old recipe for uWSGI to add SSL support. I think this requires putting a collection of SSL headers in sysroots/ARCH/usr/include. How do I go about telling Bitbake to do that? If it

Re: [OE-core] Making SSL headers available during build?

2013-07-24 Thread Brandon Stafford
Ah, I have already done that, so my problem must lie elsewhere. uWSGI uses a weird Python build script, so I'm probably failing to configure it correctly. Thanks for the rapid response. Brandon On Wed, Jul 24, 2013 at 4:27 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Jul 24, 2013 at

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

2013-07-24 Thread Colin Walters
On Wed, 2013-07-24 at 11:54 -0700, Chris Larson wrote: - Patched in --sysroot= support for systemd-tmpfiles, to facilitate running it up front against the filesystem at do_rootfs time the way read_only_rootfs_hook does with populate-volatiles How are you handling /run? Is it still a tmpfs

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

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 2:51 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Wed, Jul 24, 2013 at 3:54 PM, Chris Larson clar...@kergoth.com wrote: ... The standalone systemd-tmpfiles recipe I've created has a fairly small set of dependencies: intltool-native, dbus, libcap. Given this,

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

2013-07-24 Thread Otavio Salvador
On Wed, Jul 24, 2013 at 7:34 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Jul 24, 2013 at 2:51 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Jul 24, 2013 at 3:54 PM, Chris Larson clar...@kergoth.com wrote: ... The standalone systemd-tmpfiles recipe I've created has a

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

2013-07-24 Thread Otavio Salvador
On Wed, Jul 24, 2013 at 7:34 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Jul 24, 2013 at 2:51 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Jul 24, 2013 at 3:54 PM, Chris Larson clar...@kergoth.com wrote: ... The standalone systemd-tmpfiles recipe I've created has a

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

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 2:47 PM, Colin Walters walt...@verbum.org wrote: On Wed, 2013-07-24 at 11:54 -0700, Chris Larson wrote: - Patched in --sysroot= support for systemd-tmpfiles, to facilitate running it up front against the filesystem at do_rootfs time the way read_only_rootfs_hook

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

2013-07-24 Thread ChenQi
Hi Chris, I'm now working on some bugs related to read-only rootfs. You can get more information from the bug link below. The related bugs are listed in the blocks list of this bug. https://bugzilla.yoctoproject.org/show_bug.cgi?id=4103 You can also review the patchset for these bugs on

Re: [OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-24 Thread Randy MacLeod
On 13-07-24 05:47 AM, Phil Blundell wrote: On Wed, 2013-07-24 at 09:31 +0100, Paul Barker wrote: Would variables like LDFLAGS_webkit-gtk and PARALLEL_MAKE_gnuradio be applied to the appropriate recipes if they were set in local.conf or a globally inherited bbclass, or am I misunderstanding how

Re: [OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-24 Thread Khem Raj
On Jul 22, 2013, at 1:22 AM, André Draszik andre.dras...@linaro.org wrote: Hi, Instead of penalising everybody, would it be possible to make this change dependent on the build machine (ram + swap)? Or to only add -Wl,--no-keep-memory if the build failed without it? penalty is not as much