Re: [OE-core] [PATCH] wpa-supplicant: enable required configuration options for connman

2013-07-24 Thread Iorga, Cristian
ACK. -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Simon Busch Sent: Thursday, July 25, 2013 1:29 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH] wpa-supplicant:

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 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 when you do parallel

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 b

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 http:

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 3:40 PM, Otavio Salvador wrote: > On Wed, Jul 24, 2013 at 7:34 PM, Chris Larson 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 > wrote: > >> ... > >> > The sta

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 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 does with p

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 wrote: > > On Wed, Jul 24, 2013 at 2:51 PM, Otavio Salvador > wrote: >> >> On Wed, Jul 24, 2013 at 3:54 PM, Chris Larson wrote: >> ... >> > The standalone systemd-tmpfiles recipe I've created has a fairly small >> > set >> > of dependencies: intltool

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 wrote: > > On Wed, Jul 24, 2013 at 2:51 PM, Otavio Salvador > wrote: >> >> On Wed, Jul 24, 2013 at 3:54 PM, Chris Larson wrote: >> ... >> > The standalone systemd-tmpfiles recipe I've created has a fairly small >> > set >> > of dependencies: intltool

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 wrote: > On Wed, Jul 24, 2013 at 3:54 PM, Chris Larson wrote: > ... > > The standalone systemd-tmpfiles recipe I've created has a fairly small > set > > of dependencies: intltool-native, dbus, libcap. Given this, I'd like to > > propose transitioni

[OE-core] [PATCH] wpa-supplicant: enable required configuration options for connman

2013-07-24 Thread Simon Busch
Details can be found in the connman documentation: https://git.kernel.org/cgit/network/connman/connman.git/tree/README#n280 Signed-off-by: Simon Busch --- .../wpa-supplicant/wpa-supplicant/defconfig-gnutls | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git

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

2013-07-24 Thread Otavio Salvador
Hello Chris, It is always good when you come with a 'RFC' thread ;-) On Wed, Jul 24, 2013 at 3:54 PM, Chris Larson wrote: ... > The standalone systemd-tmpfiles recipe I've created has a fairly small set > of dependencies: intltool-native, dbus, libcap. Given this, I'd like to > propose transitio

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 tmpf

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 wrote: > On Wed, Jul 24, 2013 at 1:25 PM, Brandon Sta

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 wrote: > 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 r

[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: https://github.com/rascalmicro/openembedded-ra

[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 t

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 wrote: > 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: > 1) It had only som

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

2013-07-24 Thread Martin Jansa
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: 1) It had only some fixes from my last "autodetected dependencies" patchsets for

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

2013-07-24 Thread Saul Wold
On 07/24/2013 05:47 AM, Iorga, Cristian wrote: I will, this week I guess. I mentioned this issue last week and I have a fix for it in my MUT branch already, just not published yet. I will likely have it later today, juggling too many things. Sau! -Original Message- From: Martin J

Re: [OE-core] [PATCH 4/4] qemu: Updated from 1.5.0 to 1.5.1

2013-07-24 Thread Saul Wold
On 07/24/2013 05:42 AM, Ionut Radu wrote: Patch target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported What kind of testing have you done with this update? Since qemu is a core part of the Yocto Project and many people rely on it to work for all ARCHes, please be sure to i

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 --- .../strace/strace-4.8/Makefile-ptest.patch | 23 meta/recipes-devtools/strace/strace-4.8/run-ptest |2 ++ meta/recipes-devtools/st

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 R

[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 --- .../{connman-gnome_0.7.bb => connman-gnome_git.bb} |2 +

[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 --- .../{update-rc.d_0.7.bb => update-rc.d_git.bb} |1 +

[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 --- .../lttng/{lttng-ust_2.2.0.bb => lttng-ust_git.bb} |2 +

[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 --- ...e-image_8.0.bb => build-appliance-image_git.bb} |2 +

[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: git://g

[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 --- .../{hwlatdetect_0.85.bb => hwlatdetect_git.bb}|1 +

[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 --- 59.bb => chkconfig-alternatives-native_git.bb} |2 +

[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 --- .../neard/{neard_0.10.bb => neard_git.bb} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-connectivity/neard/{neard_0.10.bb => neard_git.bb} (100%

[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 --- .../rt-tests/{rt-tests_0.85.bb => rt-tests_git.bb} |1 +

[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 --- .../{babeltrace_1.1.1.bb => babeltrace_git.bb} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-kernel/lttng/{babeltrace_1.1.1.bb => babeltrace_git.bb}

[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 --- ...ative.bb => docbook-sgml-dtd-4.1-native_4.1.bb} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-devtools/docbook-sgml-dtd/{docbook-sgml-dtd-4.1-native.bb => docbook-sgml-dt

[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 --- ...ative.bb => docbook-sgml-dtd-3.1-native_3.1.bb} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-devtools/docbook-sgml-dtd/{docbook-sgml-dtd-3.1-native.bb => docbook-sgml-dt

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" > > > > 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

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" 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 compatibility. ... +for filename in os.listdir

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 :

[OE-core] [PATCH 3/4] libxxf86dga: Updated from 1.1.3 to 1.1.4

2013-07-24 Thread Ionut Radu
Patch libxxf86dga-1.1.3_fix_for_x32.patch was backported (the use of uintptr_t guarantees that the unsigned int has the same size as a pointer) Signed-off-by: Ionut Radu --- .../xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb} |7 ++- 1 file changed, 2 insertions(+), 5 deletio

[OE-core] [PATCH 2/4] libxrandr: Update from 1.4.0 to 1.4.1

2013-07-24 Thread Ionut Radu
Signed-off-by: Ionut Radu --- .../xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb} (80%) diff --git a/meta/recipes-graphics/xorg-lib/libxr

[OE-core] [PATCH 4/4] qemu: Updated from 1.5.0 to 1.5.1

2013-07-24 Thread Ionut Radu
Patch target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported Signed-off-by: Ionut Radu --- meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.

[OE-core] [PATCH 1/4] libxfont: Update from 1.4.5 to 1.4.6

2013-07-24 Thread Ionut Radu
Signed-off-by: Ionut Radu --- .../xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb} (76%) diff --git a/meta/recipes-graphics/xorg-lib/libxfon

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

2013-07-24 Thread Ionut Radu
qemu: patch target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported libxxf86dga: patch libxxf86dga-1.1.3_fix_for_x32.patch was backported (the use of uintptr_t guarantees that the unsigned int has the same size as a pointer) All updates were tested on core-image-sato on all arch

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

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

[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 --- .../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 | 19 ++--

[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 --- meta/recipes-extended/sudo/sudo.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 9dcb677..ef236

[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 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 --- 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 b/meta/recipes-connectivity/soca

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

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- 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 b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc in

[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 --- .../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 b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31

[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 --- .../allow.to.disable.some.features.patch | 65 ++ .../python/python-imaging_1.1.7.bb | 10 +++- 2 files changed, 74 insertions(+), 1 deletio

[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 --- meta/recipes-devtools/patch/patch.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index 332b97a.

[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 --- 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 b/meta/recipes-devtools/dist

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

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- 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 b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb index 7e80ce4..

[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 --- meta/recipes-extended/cups/cups16.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/cups/cups16.inc b/meta/recipes-extended/cups/cups16.inc index bf155a1..

[OE-core] [PATCH 06/18] directfb: add PACKAGECONFIG for jpeg2000

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

[OE-core] [PATCH 11/18] ltp: add acl, openssl 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 --- meta/recipes-extended/ltp/ltp_20130503.bb | 2 +

[OE-core] [PATCH 00/18] autodetected dependencies

2013-07-24 Thread Martin Jansa
The following changes since commit ac5d20f4adac69ea1702694fb50849c9e465b443: systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-23 07:49:54 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/deps http://cgi

[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 --- 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 file mode 100755 index 0

[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 --- meta/recipes-devtools/ccache/ccache.inc | 2 ++

[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 --- meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-conf

[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 --- .../minicom-2.6.2/allow.to.disable.lockdev.patch| 21 + meta/recipes-extended/minicom/minicom_2.6.2.bb | 7 ++- 2 files changed, 27 insertions(+), 1 del

[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 --- 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 b/meta/recipes-bsp/grub/grub_2.00.bb index 8d224242..5153

[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 --- .../explicitly.disable.krb5.support.patch | 46 ++ meta/recipes-extended/mailx/mailx_12.5.bb | 1 + 2 files changed, 47 inse

[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.

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.git&a=commit;h=5d55498be84a6a8725794f75f4d12336048cdc34 > > A

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 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 install multiple versions of this

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 pos

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 > > 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 > --- > meta/recipes-graphics/wayland/weston_1.1.0

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

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? LDFLAGS_pn-w

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? Man

[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 on

[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 --- 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 b/meta/recipes-extended/lsb/lsbinitscripts_9.48.b

[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 3dee534f1e25109e0bdb681de0746c33

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

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

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 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 personal directory, upd

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 strange

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 wrote: > On 24 July 2013 03:19, Kang Kai 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

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

2013-07-24 Thread rongqing.li
From: "Roy.Li" 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 --- meta/recipes-devtools/qemu/qemu_1.5.0.bb |2 ++ meta/recipes-devtools/qemu/qemu_git.bb |2 ++ 2 files changed, 4 insertions(+) diff

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

2013-07-24 Thread rongqing.li
From: "Roy.Li" 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 http://git.pokylinux.org/c

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 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. But it seems t

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

[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 blocki