[OE-core] [PATCH 0/1] Fix x264 libraries install directory when enable multilib

2013-11-25 Thread Kai Kang
The following changes since commit 6ddb9bf0976169fde7eee16d70a83210aa354416: bitbake: perforce: Fix path subdirectory issues (2013-11-24 12:25:37 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/x264

[OE-core] [PATCH 1/1] x264: install libraries to right directory when enable multilib

2013-11-25 Thread Kai Kang
x264 use [EPREFIX/lib] as default libdir. When multlib is enabled that is not right. Packages depends on x264 such as libav configure fails that can't find library x264. Pass the right libdir to configure script to fix it. Signed-off-by: Kai Kang kai.k...@windriver.com ---

[OE-core] [PATCH] attr: attr_2.4.47 release tarball missing configure.ac

2013-11-25 Thread Nathan Rossi
The release tarball of attr 2.4.47 is missing the configure.ac file. This prevents the autotools bbclass from being able to regenerate the configure script which leads to other side affects. (e.g. using outdated config.sub) This patch adds the configure.ac file via a patch. (obtained via the

[OE-core] [PATCH] webkit/midori: fix COMPATIBLE_HOST

2013-11-25 Thread rongqing.li
From: Roy Li rongqing...@windriver.com webkit can not be built on mips64 with n32 ABI, but can be built on mips64 n64 and o32 ABI whose TARGET_SYS's name is mips-*-linux Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-sato/midori/midori_0.5.5.bb |4 ++--

[OE-core] [bitbake-devel] bitbake: fetch2: Remove the unused urldata from the git fetcher.

2013-11-25 Thread Florin Sarbu
Signed-off-by: Florin Sarbu florin.sa...@windriver.com --- bitbake/lib/bb/fetch2/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index b236631..a9470e4 100644 --- a/bitbake/lib/bb/fetch2/git.py +++

Re: [OE-core] [PATCH 1/1] image.bbclass: depends on virtual/kernel

2013-11-25 Thread ChenQi
On 11/23/2013 06:32 AM, Andrea Adami wrote: On Fri, Nov 22, 2013 at 8:58 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Nov 22, 2013 at 3:39 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Add 'virtual/kernel' to DEPENDS in image.bbclass so that the kernel

Re: [OE-core] [PATCH 1/1] image.bbclass: depends on virtual/kernel

2013-11-25 Thread Otavio Salvador
On Mon, Nov 25, 2013 at 10:09 AM, ChenQi qi.c...@windriver.com wrote: On 11/23/2013 06:32 AM, Andrea Adami wrote: On Fri, Nov 22, 2013 at 8:58 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Nov 22, 2013 at 3:39 AM, qi.c...@windriver.com wrote: From: Chen Qi

Re: [OE-core] [PATCH 1/1] image.bbclass: depends on virtual/kernel

2013-11-25 Thread Richard Purdie
On Mon, 2013-11-25 at 10:28 -0200, Otavio Salvador wrote: On Mon, Nov 25, 2013 at 10:09 AM, ChenQi qi.c...@windriver.com wrote: On 11/23/2013 06:32 AM, Andrea Adami wrote: On Fri, Nov 22, 2013 at 8:58 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Nov 22, 2013 at 3:39 AM,

[OE-core] [PATCH 0/9] package upgrades

2013-11-25 Thread Laurentiu Palcu
This patch set contains only package upgrades. Each package has been compiled on all architectures successfully and basic functionality tests were done in core-image-sato for qemux86. Also, at Ross's sugestion, the xcb related recipes were moved to xorg-proto and xorg-lib directories. Laurentiu

[OE-core] [PATCH 9/9] libxcb: upgrade to 1.9.3

2013-11-25 Thread Laurentiu Palcu
Added 2 new extensions: dri3 and present. Moved libxcb and xcb-util recipes to xorg-lib directory. Removed the following patch(es): * automake_1.14_fix.patch (backport) Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../xcb/libxcb/automake_1.14_fix.patch | 27

[OE-core] [PATCH 2/9] python-setuptools: upgrade to 1.4

2013-11-25 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...etuptools_1.1.7.bb = python-setuptools_1.4.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-setuptools_1.1.7.bb = python-setuptools_1.4.bb} (86%) diff --git

[OE-core] [PATCH 3/9] tar: upgrade to 1.27.1

2013-11-25 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...ve_1.27.bb = tar-replacement-native_1.27.1.bb} |0 .../tar/{tar-1.27 = tar}/remove-gets.patch|0 .../tar/{tar_1.27.bb = tar_1.27.1.bb} |4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 5/9] libdrm: upgrade to 2.4.49

2013-11-25 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../drm/{libdrm_2.4.47.bb = libdrm_2.4.49.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.47.bb = libdrm_2.4.49.bb} (46%) diff --git

[OE-core] [PATCH 7/9] xproto: upgrade to 7.0.25

2013-11-25 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../{xproto_7.0.24.bb = xproto_7.0.25.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xproto_7.0.24.bb = xproto_7.0.25.bb} (74%) diff --git

[OE-core] [PATCH 8/9] xcb-proto: upgrade to 1.9

2013-11-25 Thread Laurentiu Palcu
Also move xcb-proto recipes from xcb directory to xorg-proto directory. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../{xcb = xorg-proto}/xcb-proto.inc |0 .../xcb-proto_1.9.bb} |4 ++-- .../{xcb = xorg-proto}/xcb-proto_git.bb

[OE-core] [PATCH 6/9] git: upgrade to 1.8.4.4

2013-11-25 Thread Laurentiu Palcu
From: Upgrade Helper u...@not.set --- .../git/{git_1.8.4.2.bb = git_1.8.4.4.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.8.4.2.bb = git_1.8.4.4.bb} (67%) diff --git a/meta/recipes-devtools/git/git_1.8.4.2.bb

Re: [OE-core] [RFC PATCH 2/4] meta-selftest: create a new test layer to be used by oe-selftest script

2013-11-25 Thread Paul Eggleton
Hi Stefan, On Tuesday 19 November 2013 17:43:35 Stefan Stanacar wrote: +++ b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb @@ -0,0 +1,28 @@ +# This recipe is a copy from the oe-core one. +# It has a lower and invalid version number in order not to be accidentally used by bitbake. +#

[OE-core] [PATCH] bluez4: added dependency on 'libsndfile1'

2013-11-25 Thread Enrico Scholz
bluez4 detects and uses libsndfile1 and the compilation can fail with | sbc/sbctester.c:32:21: fatal error: sndfile.h: No such file or directory | ... | compilation terminated. | make[1]: *** [sbc/sbctester.o] Error 1 in rebuilds (image with libsndfile1 was built, then some change - bluez4

[OE-core] [PATCH 1/2] sanity: Use random filename for maximum path length test

2013-11-25 Thread Mike Crowe
check_create_long_filename used a fixed filename for its test files. This meant that os.remove(testfile) could fail with ENOENT if two instances were running at the same time against the same sstate directory. Using a randomly generated filename stops this from happening. (Although it might seem

[OE-core] [PATCH 2/2] sanity: Don't hard code value of ENAMETOOLONG

2013-11-25 Thread Mike Crowe
Although ENAMETOOLONG is 36 on Linux x86 and x86_64 it does isn't on other architectures so the value shouldn't be hard coded. Signed-off-by: Mike Crowe m...@mcrowe.com --- meta/classes/sanity.bbclass |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH] linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package

2013-11-25 Thread Paul Eggleton
The FILES / RDEPENDS lines were added for this package, but not the entry in PACKAGES, so it was never being created. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] OE Changelog since 2013-11-17 until 2013-11-24

2013-11-25 Thread cliff . brake
Changelog since 2013-11-17 until 2013-11-24. 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 2/2] testimage: use the new targetcontrol.py module for running tests

2013-11-25 Thread Stefan Stanacar
This patch makes the necessary changes for using the targetcontrol.py module so that one can run the same tests on a qemu instance or a remote machine based on the value of TEST_TARGET variable: qemu or simpleremote. When using qemu nothing really changes (does what it does currently). With

[OE-core] [PATCH 1/2] lib/oeqa: targetcontrol.py: add abstraction for running tests on different targets

2013-11-25 Thread Stefan Stanacar
Add a new module which abstracts the target object used by testimage.bbclass The purpose of this module is to move the deployment of a target from testimage.bbclass, basically abstracting different implementations of how we setup a target and how it runs commands. It allows to select one

[OE-core] [PATCH 0/2] Run tests on a remote machine

2013-11-25 Thread Stefan Stanacar
Hello, These patches add some abstraction on how we control a target, so that we can also run the tests on real hardware. The backend is controlled by setting TEST_TARGET to qemu or simpleremote. (a very simple remote implementation which does not deploy the image but runs the tests on a

[OE-core] [PATCH] attr: attr_2.4.47 release tarball missing configure.ac

2013-11-25 Thread Nathan Rossi
The release tarball of attr 2.4.47 is missing the configure.ac file. This prevents the autotools bbclass from being able to regenerate the configure script which leads to other side affects. (e.g. using outdated config.sub) This patch adds the configure.ac file via a patch. (obtained via the

[OE-core] [PATCH 1/1] coreutils 6.9: fix coreutils.texi

2013-11-25 Thread Robert Yang
This is used for fixing coreutils 6.9 (GPLv2+) do_installed failed: [snip] | coreutils.texi:2499: @itemx must follow @item | coreutils.texi:2636: @itemx must follow @item | coreutils.texi:2644: @itemx must follow @item | coreutils.texi:2654: @itemx must follow @item | coreutils.texi:2677: @itemx

[OE-core] [PATCH 0/1] coreutils 6.9: fix coreutils.texi

2013-11-25 Thread Robert Yang
The following changes since commit 6ddb9bf0976169fde7eee16d70a83210aa354416: bitbake: perforce: Fix path subdirectory issues (2013-11-24 12:25:37 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/coreutils

[OE-core] [PATCH] elfutils: fix the condition check before remove eu-objdump

2013-11-25 Thread rongqing.li
From: Roy Li rongqing...@windriver.com grep -q does not write anything to standard output, the result is same as a empty string, The second test becomes [!] which is a fixed true value Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-devtools/elfutils/elfutils_0.155.bb |2

[OE-core] [PATCH] libav: install libraries to right directory when multilib is enabled

2013-11-25 Thread Nick D'Ademo
Explicitly set libdir and shlibdir to ${libdir} in EXTRA_OECONF. Otherwise, default library path of ${prefix}/lib is used which is incorrect in a multilib build. Signed-off-by: Nick D'Ademo nickdad...@gmail.com --- meta/recipes-multimedia/libav/libav.inc |2 ++ 1 file changed, 2