[OE-core] [PATCH] perl: update ptest package dependency list

2014-05-07 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com Add sed in the ptest runtime package dependency list [YOCTO #6260] Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-devtools/perl/perl-ptest.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] Upgrade to a package with all its dependency without network

2014-05-07 Thread Marco
Il 05/05/2014 17:29, Paul Barker ha scritto: On Mon, May 05, 2014 at 04:16:46PM +0200, Marco wrote: Hello, I need to be able to upgrade to a package with all its dependency chain on a target system that does not have access to the network. I'm trying to understand what may be the best and also

Re: [OE-core] [PATCH V2] ldconfig-native: also default to lib32 and lib64 directories

2014-05-07 Thread Nick D'Ademo
This patch actually breaks my MULTILIB build (Intel NUC platform). I'll try and get some more details. On Mon, May 5, 2014 at 12:30 PM, Ming Liu ming@windriver.com wrote: make ldconfig default to /lib+/usr/lib, /lib32+/usr/lib32 and /lib64+/usr/lib64 on bi-ABI architectures.

[OE-core] [PATCH 0/2] Upstream Status update

2014-05-07 Thread Cristiana Voicu
The following changes since commit 59ef9768399f50ecc10e148950bb434698cac3c0: tcmode-default.inc: Adjust for new toolchain component changes (2014-05-06 21:32:03 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib cvoicu/upstream-status

[OE-core] [PATCH 1/2] openssl: update upstream status for a patch

2014-05-07 Thread Cristiana Voicu
The patch is not included in 1.0.1g, but it is included on 1.0.2 branch. Signed-off-by: Cristiana Voicu cristiana.vo...@intel.com --- .../openssl/openssl/initial-aarch64-bits.patch |1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 2/2] kmod: update Upstream-Status for one patch

2014-05-07 Thread Cristiana Voicu
I will mark Inappropriate because the patch replaces some functions unavailable in older versions of glibc. Signed-off-by: Cristiana Voicu cristiana.vo...@intel.com --- ...alling-bswap_-instead-of-htobe-and-be-toh.patch |2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH] package_manager: Fix Argument list too long

2014-05-07 Thread Ricardo Ribalda Delgado
Function buildhistory_list_installed_image fails with error Argument list too long. This patch uses a temporal file to pass the package list to opkg-query-helper.py File: '/var/lib/jenkins/jobs/qt5022-cesium/workspace/repo/yocto/meta/lib/oe/package_manager.py', lineno: 421, function: list

[OE-core] [PATCH] tcmode-default: Fix up sdk related PREFERRED_VERSION variables after toolchain changes

2014-05-07 Thread Richard Purdie
Also drop an obsolete gcc-cross-intermediate reference. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 0e81f06..23e8857 100644 ---

[OE-core] [PATCH] package_manager: Fix NoneType Object on do_populate_sdk

2014-05-07 Thread Ricardo Ribalda Delgado
PACKAGE_EXCLUDE can be not defined or empty, leading to a build error. File: '/var/lib/jenkins/jobs/qt5022-cesium/workspace/repo/yocto/meta/lib/oe/package_manager.py', lineno: 1649, function: _create_configs 1645:Pin-Priority: %d\n\n % (arch, priority)) 1646:

Re: [OE-core] Upgrade to a package with all its dependency without network

2014-05-07 Thread Paul Barker
On Wed, May 07, 2014 at 09:54:41AM +0200, Marco wrote: Il 05/05/2014 17:29, Paul Barker ha scritto: On Mon, May 05, 2014 at 04:16:46PM +0200, Marco wrote: Hello, I need to be able to upgrade to a package with all its dependency chain on a target system that does not have access to the

Re: [OE-core] daisy: System crash running grub-efi on 64 bit machine

2014-05-07 Thread Ricardo Ribalda Delgado
I was using dora. But it seems that I was also using all the files from grub-efi-native to build the grub binary. Of course this is breaking the cross compilation barrier... What is pretty strange is that both my distro and poky uses the same compiler 4.8.2. For exactly the same source code, one

[OE-core] [PATCH] libxml2: fix CVE-2014-0191

2014-05-07 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com It was discovered that libxml2, a library providing support to read, modify and write XML files, incorrectly performs entity substituton in the doctype prolog, even if the application using libxml2 disabled any entity substitution. A remote attacker could

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-07 Thread Björn Krombholz
On 05/06/2014 11:44 PM, Mark Hatle wrote: On 5/6/14, 4:40 PM, Khem Raj wrote: On May 6, 2014 2:25 PM, Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com wrote: so they need a hard path to the correct ld.so to get started. isnt this fixed by the installer when it is run

Re: [OE-core] [PATCH V2] ldconfig-native: also default to lib32 and lib64 directories

2014-05-07 Thread Nick D'Ademo
ld: cannot find -lgcc This is the partial log: | x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/home/nick/poky/build/tmp/sysroots/8tree-tcbootstrap -nostdlib -nostartfiles -r -o

[OE-core] [PATCH] base.bbclass: Fix multilib PREFERRED_VERSION handling

2014-05-07 Thread Richard Purdie
Now that gcc-cross, gcc-crosssdk and others have expanded variables in their names, the code that previous just applied to cross-canadian needs expanding to cover the other cases. Improve the conditional and also fix a bug where the multilib prefix wasn't being added into the generated versions.

[OE-core] separatebuilddir.inc: Drop, now obsolete

2014-05-07 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc deleted file mode 100644 index cf90c10..000 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ /dev/null @@

Re: [OE-core] [PATCH V2] ldconfig-native: also default to lib32 and lib64 directories

2014-05-07 Thread Richard Purdie
On Wed, 2014-05-07 at 23:51 +1000, Nick D'Ademo wrote: ld: cannot find -lgcc This iss is not from the ldconfig patch, its due to the addition of gcc 4.9 and the realisation that certain PREFERRED_VERSION directives aren't working (you'll see its building bits of gcc 4.9 and parts of 4.8). There

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-07 Thread Mark Hatle
On 5/7/14, 7:54 AM, Björn Krombholz wrote: On 05/06/2014 11:44 PM, Mark Hatle wrote: On 5/6/14, 4:40 PM, Khem Raj wrote: On May 6, 2014 2:25 PM, Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com wrote: so they need a hard path to the correct ld.so to get started. isnt this

Re: [OE-core] [PATCH v6] mirrors.bbclass: Add mirror site for savannah

2014-05-07 Thread Saul Wold
On 05/06/2014 09:10 PM, Changhyeok Bae wrote: Hi Sau How about maintaining SAVANNAH_GNU_MIRROR and SAVANNA_NOGNU_MIRROR? GNU and NONGNU (not NOGNU) However, I think that it's fine to add same mirror site (http://download-mirror.savannah.gnu.org/releases/) No please use the gnu.org and

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-07 Thread Björn Krombholz
On 05/07/2014 02:54 PM, Björn Krombholz wrote: Additional note, in case it was missed: I am using v2013.06 (yocto 1.4 base, Angstrom variant) I guess the problem is, that the relocation_sdk.py excludes /lib/ and 32/64 bit variants. [...] New and broken: # ldd m4 linux-vdso.so.1

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-07 Thread Richard Purdie
On Tue, 2014-05-06 at 17:59 -0400, Denys Dmytriyenko wrote: On Tue, May 06, 2014 at 04:49:09PM -0500, Mark Hatle wrote: On 5/6/14, 4:44 PM, Denys Dmytriyenko wrote: On Tue, May 06, 2014 at 04:25:15PM -0500, Mark Hatle wrote: On 5/6/14, 3:56 PM, Khem Raj wrote: On Tue, May 6, 2014 at 1:55

[OE-core] [PATCH 3/5] libxcb: disable check to avoid floating dependencies

2014-05-07 Thread Ross Burton
The check module is checked for in configure without any way to explicitly enable or disable it, but it isn't a build dependency of libxcb. If it's found libxslt is also checked for, which is a build dependency but will only be used if check is also present. As the libxcb unit test suite is

[OE-core] [PATCH 1/5] librsvg: upgrade to 2.40.2

2014-05-07 Thread Ross Burton
Also add Upstream-Status to gtk-option.patch Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/librsvg/librsvg/gtk-option.patch|3 +++ .../recipes-gnome/librsvg/{librsvg_2.40.1.bb = librsvg_2.40.2.bb} |4 ++-- 2 files changed, 5 insertions(+), 2

[OE-core] [PATCH 4/5] freetype: upgrade to 2.5.3

2014-05-07 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/5] gdk-pixbuf: upgrade to 2.30.7

2014-05-07 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 =

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

2014-05-07 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 ---

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-07 Thread Björn Krombholz
On 05/07/2014 04:58 PM, Björn Krombholz wrote: On 05/07/2014 02:54 PM, Björn Krombholz wrote: Additional note, in case it was missed: I am using v2013.06 (yocto 1.4 base, Angstrom variant) I guess the problem is, that the relocation_sdk.py excludes /lib/ and 32/64 bit variants. [...] New

Re: [OE-core] [PATCH 4/5] freetype: upgrade to 2.5.3

2014-05-07 Thread Saul Wold
On 05/07/2014 09:05 AM, Ross Burton wrote: 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

[OE-core] OE TSC public meeting 13 May 2014

2014-05-07 Thread Jeff Osier-Mixon
There will be a public OpenEmbedded TSC/workgroup IRC meeting on Tuesday, 13 May 2014, at 18:00 GMT (11am PDT, 12pm CDT, 2pm EDT, 20:00 CEST, 19:00 BST). If you're interested in discussing long-term technical efforts around the OpenEmbedded project please join us on irc.freenode.net in channel

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

2014-05-07 Thread Petter Mabäcker
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). These should be changed to

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

2014-05-07 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. All current patches in systemtap are shared, move them to files dir instead, since it's included in base FILESPATH. Signed-off-by: Petter Mabäcker pet...@technux.se --- .../{systemtap =

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

2014-05-07 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] [PATCH 12/13] uclibc: remove usage of FILESPATH

2014-05-07 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Current patchdir in uclibc are shared, rename them to files instead, since it's included in base FILESPATH. Signed-off-by: Petter Mabäcker pet...@technux.se ---

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

2014-05-07 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. Avoid using files dir in mesa, since current patchdirs are only shared between some of the bb-files. Also remove unused filespath

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

2014-05-07 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. Avoid using filesdir in dbus, since current patchdirs are only shared between some of the dbus bb-files. Signed-off-by: Petter Mabäcker

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

2014-05-07 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] [PATCH 05/13] xorg-lib: remove usage of FILESPATH

2014-05-07 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. Avoid using files dir in xorg-lib, since current patchdirs are only shared between some of the bb-files. Signed-off-by: Petter Mabäcker

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

2014-05-07 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] [PATCH 08/13] linuxdoc-tools: remove usage of FILESPATH

2014-05-07 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 --- .../linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb |3 +-- 1 file changed, 1

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

2014-05-07 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 |2 +- 1 file changed, 1 insertion(+), 1

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

2014-05-07 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] [PATCH 04/13] trace-cmd: remove usage of FILESPATH

2014-05-07 Thread Petter Mabäcker
Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. All current patches in trace-cmd are shared, move them to files instead, since it's included in base FILESPATH. Signed-off-by: Petter Mabäcker pet...@technux.se --- .../{trace-cmd =

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

2014-05-07 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 (e.g. BPN, BP and files). Signed-off-by: Petter Mabäcker

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

2014-05-07 Thread Saul Wold
On 05/07/2014 09:05 AM, Ross Burton wrote: 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. This update seems to have introduced a

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

2014-05-07 Thread Burton, Ross
On 7 May 2014 22:31, Saul Wold s...@linux.intel.com wrote: This update seems to have introduced a definition of g_ptr_array_insert() which causes an issue with gst-openmax. So a patch to gst-openmax might be needed. Good catch, I'll sort this tomorrow. Ross --

Re: [OE-core] [PATCH 00/13] Remove usage of FILESPATH

2014-05-07 Thread Richard Purdie
On Wed, 2014-05-07 at 23:19 +0200, Petter Mabäcker wrote: 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

Re: [OE-core] [PATCH v6] mirrors.bbclass: Add mirror site for savannah

2014-05-07 Thread Changhyeok Bae
Hi Sau Ok, I'll use SAVANNAH_GNU_MIRROR = http://download.savannah.gnu.org/releases; SAVANNA_NONGNU_MIRROR = http://download.savannah.nongnu.org/releases; For mirror site ${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases ${SAVANNAH_NONGNU_MIRROR}

Re: [OE-core] [PATCH v6] mirrors.bbclass: Add mirror site for savannah

2014-05-07 Thread Saul Wold
On 05/07/2014 04:30 PM, Changhyeok Bae wrote: Hi Sau Ok, I'll use SAVANNAH_GNU_MIRROR = http://download.savannah.gnu.org/releases; SAVANNA_NONGNU_MIRROR = http://download.savannah.nongnu.org/releases; For mirror site ${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases

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

2014-05-07 Thread Denys Dmytriyenko
The OpenEmbedded Board of Directors would like to thank everyone who was able to participate (either in person in Santa Clara or online) in our first OEDAM OpenEmbedded Developers (Americas) Meeting on May 2nd and 3rd! The meeting was a huge success and a lot of fun! We would also like to

[OE-core] [PATCH v7] mirrors.bbclass: Add mirror site for savannah

2014-05-07 Thread Changhyeok Bae
* The SRC_URI is not accessible. So need to add mirror site referred by the original site. * The problem is that http://download.savannah.gnu.org/releases redirects to closest mirror and few mirrors (e.g. .jp) weren't working correctly while

Re: [OE-core] [PATCH 00/13] Remove usage of FILESPATH

2014-05-07 Thread petter
2014-05-08 00:21 skrev Richard Purdie: On Wed, 2014-05-07 at 23:19 +0200, Petter Mabäcker wrote: 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