[OE-core] [PATCH 1/1] pax-utils: upgrade to 0.8.1

2014-05-12 Thread Hongxu Jia
Build success for qemux86-64, and test on core-image-minimal. Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../pax-utils/{pax-utils_0.7.bb = pax-utils_0.8.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 0/1] pax-utils: upgrade to 0.8.1

2014-05-12 Thread Hongxu Jia
The following changes since commit 50067e069c8cbc0d339819494f22ae7623d47aa6: bitbake: fetch2/perforce: Ensure command has a default (2014-05-11 15:26:25 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/pax-utils

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-12 Thread Koen Kooi
Op 9 mei 2014, om 12:53 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: On 9 May 2014 12:23, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2014-05-09 at 12:19 +0200, Koen Kooi wrote: On 9 May 2014 12:16, Richard Purdie richard.pur...@linuxfoundation.org

[OE-core] [PATCH 0/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
The following changes since commit 50067e069c8cbc0d339819494f22ae7623d47aa6: bitbake: fetch2/perforce: Ensure command has a default (2014-05-11 15:26:25 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/dbus

[OE-core] [PATCH 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
Upgrade dbus to 1.8.2. Change install-ptest rules. Remove unneeded patches since it's included in new version. Remove unrecognized option: --with-xml Signed-off-by: Chong Lu chong...@windriver.com --- .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}| 3 +- meta/recipes-core/dbus/dbus.inc

Re: [OE-core] [PATCH 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
On 05/12/2014 05:02 PM, Chong Lu wrote: Upgrade dbus to 1.8.2. Change install-ptest rules. Remove unneeded patches since it's included in new version. Remove unrecognized option: --with-xml Sorry, I forget defect ID, I will resend. Please ignore this one. Best Regards Chong Signed-off-by:

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-12 Thread Richard Purdie
On Mon, 2014-05-12 at 10:15 +0200, Koen Kooi wrote: So 'git-replacement-native' is broken without the git-perl patches anyway, I'm not going to look into that issue any longer. $ bitbake git-replacement-native [---build---] $ ./tmp/sysroots/x86_64-linux/usr/bin/git -c core.fsyncobjectfiles=0

[OE-core] [PATCH] git: Fix various makefile flags

2014-05-12 Thread Richard Purdie
We need to pass CFLAGS and LDFLAGS to the makefile correctly so we need to list them as part of EXTRA_OEMAKE. We also have a problem where git hardlinks binaries in bindir with those in its libexecdir. If we change the RPATH in one of them, it breaks the other. We therefore set the no cross dir

Re: [OE-core] talloc build error

2014-05-12 Thread Andrew Blackburn
hi, sure, here you go. andy. diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb index 501e40a..7e3581b 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb +++

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-12 Thread Richard Purdie
On Mon, 2014-05-12 at 10:15 +0200, Koen Kooi wrote: I removed all my patches, deleted everything including DL_DIR and sstate-cache and bitbake git-replacement-native bitbake linaro-image-minimal will fail with: [koen@thinkpad git]$ cat

[OE-core] [PATCH 1/2] socat: upgrade to 1.7.2.4

2014-05-12 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../recipes-connectivity/socat/socat/compile.patch | 163 +++-- .../socat/{socat_1.7.2.3.bb = socat_1.7.2.4.bb} | 12 +- 2 files changed, 90 insertions(+), 85 deletions(-) rename

[OE-core] [PATCH 0/2]socat: upgrade to 1.7.2.4

2014-05-12 Thread Hongxu Jia
The following changes since commit 50067e069c8cbc0d339819494f22ae7623d47aa6: bitbake: fetch2/perforce: Ensure command has a default (2014-05-11 15:26:25 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/socat

[OE-core] [PATCH 2/2] socat: fix do_configure/do_compile failed

2014-05-12 Thread Hongxu Jia
We reference 1.7.2.3 to fix the do_configure/do_compile failures in 1.7.2.4 Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../socat/socat/fix-cross-compiling-failed.patch | 25 .../socat/fix-linux-errqueue.h-not-found.patch | 27 ++

Re: [OE-core] [PATCH] git: Fix various makefile flags

2014-05-12 Thread Koen Kooi
Op 12 mei 2014, om 12:04 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: We need to pass CFLAGS and LDFLAGS to the makefile correctly so we need to list them as part of EXTRA_OEMAKE. We also have a problem where git hardlinks binaries in bindir with those

Re: [OE-core] talloc build error

2014-05-12 Thread Martin Jansa
On Mon, May 12, 2014 at 11:05:43AM +0100, Andrew Blackburn wrote: hi, sure, here you go. Please read README file and send it with git send-email to oe-devel ML. Thanks andy. diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb

[OE-core] [daisy][PATCH 00/10] Daisy backports I

2014-05-12 Thread Martin Jansa
The following changes since commit 82bd5fc58229df73d7aca93f41b13392f9fdc3dc: build-appliance-image: Update to head revision (2014-04-22 22:53:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/daisy-backports

[OE-core] [daisy][PATCH 02/10] gsettings-desktop-schemas: add missing dependency on intltool-native

2014-05-12 Thread Martin Jansa
From: Martin Jansa martin.ja...@gmail.com * do_configure fails with: | NOTE: Executing intltoolize --copy --force --automake | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gsettings-desktop-schemas/3.10.1-r1/temp/run.do_configure.: 180:

[OE-core] [daisy][PATCH 04/10] defaultsetup: enable blacklist by default

2014-05-12 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/conf/distro/defaultsetup.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index 6fc522c..9ba8651 100644 ---

[OE-core] [daisy][PATCH 06/10] grub git: workaround debugedit problems

2014-05-12 Thread Martin Jansa
From: Koen Kooi koen.k...@linaro.org Debugedit errors out on bare metal binaries. The first version of this patch limited it to 64 bit targets, but the problem now shows up on 32 bit targets (minnowboard) as well. Signed-off-by: Koen Kooi koen.k...@linaro.org Signed-off-by: Richard Purdie

[OE-core] [daisy][PATCH 03/10] qt4: Explicitly disable sqlite2

2014-05-12 Thread Martin Jansa
* notice that this disables only sqlite2 (sqlite dependency), sqlite (sqlite3 dependency) stays enabled * fixes these errors detected by test-dependencies.sh: qt4-embedded/qt4-embedded-plugin-sqldriver-sqlite2/latest doesn't exist

[OE-core] [daisy][PATCH 05/10] lttng-modules-2.3.3: Fix build on ARM

2014-05-12 Thread Martin Jansa
From: Khem Raj raj.k...@gmail.com Update the structure to work with immutable bio_vecs Signed-off-by: Khem Raj raj.k...@gmail.com --- .../lttng/lttng-modules/fixup_block_driver.patch | 122 + meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb | 4 +- 2 files changed, 125

[OE-core] [daisy][PATCH 01/10] libnotify: add dbus-glib dependency

2014-05-12 Thread Martin Jansa
From: Martin Jansa martin.ja...@gmail.com * | No package 'dbus-glib-1' found | configure:11865: error: Package requirements (gtk+-2.0 = 2.18, glib-2.0 = 2.6, dbus-1 = 0.76, dbus-glib-1 = 0.76 gmodule-2.0) were not met: * introduced in: commit 5c1eeb5d16566521e45947b07fdcd9f552fec45b

[OE-core] [daisy][PATCH 07/10] console-tools: Remove floating runtime dependency on flex

2014-05-12 Thread Martin Jansa
From: Jacob Kroon jacob.kr...@mikrodidakt.se The 'loadkeys' program defines its own yywrap()/yylex() functions, there is no need to link with flex shared library. Signed-off-by: Jacob Kroon jacob.kr...@mikrodidakt.se Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [daisy][PATCH 08/10] gst-plugins-bad: add PACKAGECONFIG for schro, dc1394 and faac

2014-05-12 Thread Martin Jansa
* resolve following issues from test-dependencies issues: gst-plugins-bad/gst-plugins-bad-meta/latest lost dependency on gst-plugins-bad-dc1394 gst-plugins-bad-faac gst-plugins-bad-schro Found errors: gst-plugins-bad/gst-plugins-bad-dc1394/latest doesn't exist

[OE-core] [daisy][PATCH 09/10] gst-plugins-good: add PACKAGECONFIG for x11

2014-05-12 Thread Martin Jansa
* fixes following issues from test-dependencies report: gst-plugins-good/gst-plugins-good-ximagesrc/latest lost dependency on libxdamage Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 6 +- 1 file changed, 5

[OE-core] [daisy][PATCH 10/10] gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends

2014-05-12 Thread Martin Jansa
* fixes following issue in test-dependencies report: gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-ximagesrc/latest lost dependency on libxdamage Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 +- 1 file

[OE-core] [PATCH 2/7] glib-2.0: upgrade to 2.40.0

2014-05-12 Thread Ross Burton
The patches Fix-Werror-format-string, gio-test-race, gtest-skip-fixes, and ptest-dbus have all been merged upstream. Two license checksums changed as upstream has updated the FSF address in those files. Signed-off-by: Ross Burton ross.bur...@intel.com ---

[OE-core] [PATCH 1/7] gst-openmax: fix build with GLib 2.40 onwards

2014-05-12 Thread Ross Burton
GLib 2.40 adds g_ptr_array_insert, but gst-openmax is definining that as a static helper function. Rename the static function so it doesn't conflict with GLib's namespace. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../gstreamer/gst-openmax/ptr-array.patch | 46

[OE-core] [PATCH 3/7] freetype: upgrade to 2.5.3

2014-05-12 Thread Ross Burton
Also drop the redundant definition of S. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../freetype/{freetype_2.5.2.bb = freetype_2.5.3.bb}| 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) rename meta/recipes-graphics/freetype/{freetype_2.5.2.bb =

[OE-core] [PATCH 5/7] python-numpy: add Signed-off-by to patches

2014-05-12 Thread Ross Burton
These patches were authored by Koen Kooi in oe-classic commits: 443f6022df06d9f9dc221011c1744274deff2c2c 19a4b765a694c070bc50477026cda03143af34df As the patches haven't changed since, add his SOB. Signed-off-by: Ross Burton ross.bur...@intel.com ---

[OE-core] [PATCH 6/7] json-glib: upgrade to 1.0.0

2014-05-12 Thread Ross Burton
Inherit lib_package so that the newly added binary doesn't ship in the library package. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../json-glib/{json-glib_0.16.2.bb = json-glib_1.0.0.bb}|6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 7/7] systemd: remove tcp-wrappers option

2014-05-12 Thread Ross Burton
systemd version 212 removed the TCP wrappers support, so remove the PACKAGECONFIG stanza for it. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_212.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[OE-core] [PATCH 4/7] gdk-pixbuf: upgrade to 2.30.7

2014-05-12 Thread Ross Burton
Drop tests-check.patch as it has been merged into this release. License checksums updated as the FSF address was changed. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../gdk-pixbuf/gdk-pixbuf/tests-check.patch| 465 .../{gdk-pixbuf_2.30.3.bb =

Re: [OE-core] [PATCH 2/2] socat: fix do_configure/do_compile failed

2014-05-12 Thread Richard Purdie
On Mon, 2014-05-12 at 19:06 +0800, Hongxu Jia wrote: We reference 1.7.2.3 to fix the do_configure/do_compile failures in 1.7.2.4 I'm afraid these descriptions don't help much. What was the problem that was encountered? How does a change from 1.7.2.3 fix it? Why are these fixes oe specific? They

[OE-core] [PATCHv3 02/13] dbus: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. Signed-off-by: Petter Mabäcker pet...@technux.se --- meta/recipes-core/dbus/dbus-test_1.6.18.bb |2 +- 1 file changed, 1

[OE-core] [PATCHv3 03/13] gstreamer: remove unused FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. However in gstreamer no FILESPATH additions are currently needed so instead it should be removed. Signed-off-by: Petter Mabäcker

[OE-core] [PATCHv3 09/13] gcc: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. Signed-off-by: Petter Mabäcker pet...@technux.se --- meta/recipes-devtools/gcc/gcc-4.8.inc |4 ++--

[OE-core] [PATCHv3 00/13] Remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
v2 of the changeset. Fixes [YOCTO #4497] We extend the search path in a number of recipes by setting FILESPATH, which is not really desirable since the manner in which we have done it can make the recipe harder to bbappend (and we explicitly advise modifying FILESPATH this in the manual). The

[OE-core] [PATCHv3 11/13] u-boot: remove unused FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. However in u-boot no FILESPATH additions are currently needed so instead it should be removed. Signed-off-by: Petter Mabäcker

[OE-core] [PATCHv3 10/13] python: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. Don't migrate paths that already exist in base FILESPATH to FILESEXTRAPATHS. Signed-off-by: Petter Mabäcker pet...@technux.se ---

[OE-core] [PATCHv3 12/13] uclibc: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. Signed-off-by: Petter Mabäcker pet...@technux.se --- meta/recipes-core/uclibc/uclibc-git.inc |4 ++-- 1 file changed, 2

[OE-core] [PATCHv3 06/13] mesa: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. Also remove unused filespath addition. Signed-off-by: Petter Mabäcker pet...@technux.se --- meta/recipes-graphics/mesa/mesa-gl_9.2.5.bb

[OE-core] [PATCHv3 07/13] qemu: remove unused FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. However in nativesdk-qemu-helper no FILESPATH additions are currently needed so instead it should be removed. Signed-off-by: Petter

[OE-core] [PATCHv3 01/13] systemtap: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. Signed-off-by: Petter Mabäcker pet...@technux.se --- .../systemtap/systemtap-uprobes_git.bb |2 ++

[OE-core] [PATCHv3 04/13] trace-cmd: refactoring recipe

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Refactoring recipe to avoid duplicated entries in trace-cmd and kernelshark bb-files. Also remove usage of FILESPATH and split package unique patches into separate dirs. Signed-off-by: Petter Mabäcker pet...@technux.se --- .../kernelshark-fix-syntax-error-of-shell.patch|

[OE-core] [PATCHv3 13/13] eglibc: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. If possible try to use any of the default FILESPATH dirs. Also remove superfluous comment and do minor indentation fix. Signed-off-by:

[OE-core] [PATCHv3 05/13] xorg-lib: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. Signed-off-by: Petter Mabäcker pet...@technux.se --- meta/recipes-graphics/xorg-lib/libx11.inc |2 +- 1 file changed, 1

[OE-core] [PATCHv3 08/13] linuxdoc-tools: remove usage of FILESPATH

2014-05-12 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Signed-off-by: Petter Mabäcker pet...@technux.se --- .../linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb |3 --- .../disable_dvips_doc.patch|0

[OE-core] [PATCH 0/1] adt_installer: run autoreconf before configuring opkg

2014-05-12 Thread Laurentiu Palcu
The following changes since commit 50067e069c8cbc0d339819494f22ae7623d47aa6: bitbake: fetch2/perforce: Ensure command has a default (2014-05-11 15:26:25 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b6293_adt_installer_issue

[OE-core] [PATCH 1/1] adt_installer: run autoreconf before configuring opkg

2014-05-12 Thread Laurentiu Palcu
opkg fails to build on hosts with older autotools versions. [YOCTO #6293] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../installer/adt-installer/adt_installer |1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 10, 2014, at 2:33 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, May 8, 2014 at 1:17 PM, Drew Moseley d...@moseleynet.net wrote: +PACKAGECONFIG[glut] = --with-glut=${STAGING_LIBDIR},--without-glut, should this be libdir instead ? I don't believe so. This is used at compile time to

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Burton, Ross
On 12 May 2014 15:40, Drew Moseley d...@moseleynet.net wrote: should this be libdir instead ? I don't believe so. This is used at compile time to locate the libraries and header files. However forcing it here to be the libdir is clearly not correct even though it doesn't seem to break the

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 12, 2014, at 11:06 AM, Burton, Ross ross.bur...@intel.com wrote: On 12 May 2014 15:40, Drew Moseley d...@moseleynet.net wrote: should this be libdir instead ? I don't believe so. This is used at compile time to locate the libraries and header files. However forcing it here to be

[OE-core] [PATCH] rpm: Fix rpm -V usage

2014-05-12 Thread Mark Hatle
[YOCTO #6309] It appears a logic issue has caused rpm -V to no longer verify the files on the filesystem match what was installed. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../rpm/rpm/rpm-verify-files.patch | 22 ++

[OE-core] OE Changelog since 2014-05-04 until 2014-05-11

2014-05-12 Thread cliff . brake
Changelog since 2014-05-04 until 2014-05-11. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
From: Drew Moseley drew_mose...@mentor.com Signed-off-by: Drew Moseley drew_mose...@mentor.com --- meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb

[OE-core] [PATCH] rt-tests: Fix warning flag typo

2014-05-12 Thread Richard Purdie
As per the comment, this makes it match the Makefile Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 1d876b0..954782c 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++

[OE-core] [PATCH] gstreamer: Better gcc 4.9 fix

2014-05-12 Thread Richard Purdie
gstreamer does runtime detection to enable/disable things like SSE code. Unfortunately it is broken and will try and use this even with i586 compiler flags. This change forces it back to the approach with gcc 4.8 by disabling the problematic headers. Its suboptimal but less so that the proposed

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Drew Moseley
On May 12, 2014, at 12:34 PM, Drew Moseley d...@moseleynet.net wrote: From: Drew Moseley drew_mose...@mentor.com Signed-off-by: Drew Moseley drew_mose...@mentor.com Not sure why git send-email dropped the V2 that I thought I put into the subject but for clarity this patch completely replaces

[OE-core] New meta-amd mailing list announcement

2014-05-12 Thread Sean Hudson
There is a new mailing list for AMD platform/board related patches and discussion. You can sign up here: https://lists.yoctoproject.org/listinfo/meta-amd The meta-amd layer git repository is publicly available here: git://git.yoctoproject.org/meta-amd (cgit web interface here:

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-12 Thread Saul Wold
On 05/12/2014 09:34 AM, Drew Moseley wrote: From: Drew Moseley drew_mose...@mentor.com Signed-off-by: Drew Moseley drew_mose...@mentor.com --- meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] gstreamer: Better gcc 4.9 fix

2014-05-12 Thread Khem Raj
On Mon, May 12, 2014 at 10:00 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: gstreamer does runtime detection to enable/disable things like SSE code. Unfortunately it is broken and will try and use this even with i586 compiler flags. This change forces it back to the approach with

[OE-core] [PATCH 1/1] qemu: define PACKAGECONFIG[] for ssh2

2014-05-12 Thread Joe Slater
qemu configure will search for libssh2 if we do not enable or disable it's use, resulting in non-deterministic builds. We define PACKAGECONFIG[] to avoid this. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/qemu/qemu.inc |1 + 1 file changed, 1 insertion(+) diff

Re: [OE-core] New meta-amd mailing list announcement

2014-05-12 Thread Otavio Salvador
On Mon, May 12, 2014 at 2:58 PM, Sean Hudson sean_hud...@mentor.com wrote: There is a new mailing list for AMD platform/board related patches and discussion. You can sign up here: https://lists.yoctoproject.org/listinfo/meta-amd The meta-amd layer git repository is publicly available here:

[OE-core] [PATCH] glib-2.0: Do not use readlink to set target paths.

2014-05-12 Thread Drew Moseley
From: Drew Moseley drew_mose...@mentor.com Do not use readlink to set ABS_GLIB_RUNTIME_LIBDIR when cross compiling. Doing so causes host paths to potentially pollute the target. Unfortunately in this case we don't actually convert to an absolute path. Signed-off-by: Drew Moseley

[OE-core] [PATCH] mesa-demos: Specify the lib dir properly.

2014-05-12 Thread \Drew Moseley
From: Drew Moseley drew_mose...@mentor.com Use STAGING_EXECPREFIXDIR to specify the location of glut header files and libs rather than STAGING_LIBDIR. Also revert the previous unneeded change to glut.patch. Signed-off-by: Drew Moseley drew_mose...@mentor.com ---

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir properly.

2014-05-12 Thread Richard Purdie
On Mon, 2014-05-12 at 16:10 -0400, \Drew Moseley wrote: From: Drew Moseley drew_mose...@mentor.com Use STAGING_EXECPREFIXDIR to specify the location of glut header files and libs rather than STAGING_LIBDIR. Also revert the previous unneeded change to glut.patch. Signed-off-by: Drew

Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir properly.

2014-05-12 Thread Drew Moseley
On May 12, 2014, at 5:42 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2014-05-12 at 16:10 -0400, \Drew Moseley wrote: From: Drew Moseley drew_mose...@mentor.com Use STAGING_EXECPREFIXDIR to specify the location of glut header files and libs rather than

Re: [OE-core] OEDAM: OpenEmbedded Developers (Americas) Meeting

2014-05-12 Thread Jeff Osier-Mixon
Meeting notes have been published on the OEDAM page: http://openembedded.org/wiki/OEDAM#Minutes Jefro takes the blame for typos and other reporting errors. On Wed, May 7, 2014 at 4:18 PM, Denys Dmytriyenko de...@denix.org wrote: The OpenEmbedded Board of Directors would like to thank everyone

Re: [OE-core] [PATCH 2/2] socat: fix do_configure/do_compile failed

2014-05-12 Thread Hongxu Jia
On 05/12/2014 09:35 PM, Richard Purdie wrote: On Mon, 2014-05-12 at 19:06 +0800, Hongxu Jia wrote: We reference 1.7.2.3 to fix the do_configure/do_compile failures in 1.7.2.4 I'm afraid these descriptions don't help much. What was the problem that was encountered? How does a change from

[OE-core] [PATCH 0/1] gdb: add PACKAGECONFIG for babeltrace

2014-05-12 Thread Chen Qi
The following changes since commit 23521fccb122b64f3469d46176f73fe476b0dfc5: gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends (2014-05-11 13:07:36 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 1/1] gdb: add PACKAGECONFIG for babeltrace

2014-05-12 Thread Chen Qi
Add PACKAGECONFIG for 'babeltrace' so that we don't have the implicit dependency which might lead to problems when building images. As an example of showing what problem we might have without this patch, see the following steps which would lead to a failure. 1. IMAGE_INSTALL_append = gdb 2.