[OE-core] [PATCH] perl: add explicit configs for Time-HiRes

2014-09-01 Thread jackie.huang
From: Jackie Huang The compilation of Time-HiRes tries to compile and run the testing program but definitely fails since we are cross compiling: Looking for clock_gettime()... ./tmp26733: ./tmp26733: cannot execute binary file Looking for clock_getres()... ./tmp26733: ./tmp26733: cannot execute

Re: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error

2014-09-01 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core- > boun...@lists.openembedded.org] On Behalf Of Peter A. Bigot > Sent: Friday, August 15, 2014 6:54 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH]

[OE-core] [PATCH] ghostscript: Don't build-depend on libgcrypt for the local cups

2014-09-01 Thread jackie.huang
From: Jackie Huang Backported for the ghostscript supplied cups code from http://www.cups.org/strfiles.php/3308/cups-no-gcrypt.patch This addresses the cryto dependency seen during build. Signed-off-by: Jackie Huang --- .../ghostscript/ghostscript/cups-no-gcrypt.patch | 28 +

[OE-core] [PATCH 0/1] sstate: Add extra intercept functions SSTATEPOSTCREATEFUNCS

2014-09-01 Thread Hongxu Jia
The following changes since commit fd0398f2c1355597a95242e6c8400eae6ad60fa4: poky-tiny: Fix qemu build failure (2014-08-31 23:40:50 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/sstate-addhook http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?

[OE-core] [PATCH 1/1] sstate: Add extra intercept functions SSTATEPOSTCREATEFUNCS

2014-09-01 Thread Hongxu Jia
In some cases we do either need to add extra sstate manipulation functions, or change the existing modification functions. This patch parametrizes it to SSTATEPOSTCREATEFUNCS after sstate_create_package Signed-off-by: Hongxu Jia --- meta/classes/sstate.bbclass | 4 +++- 1 file changed, 3 inserti

[OE-core] State of bitbake world, Failed tasks 2014-09-01

2014-09-01 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-09-01 == === common () === === common-x86 (1) === * meta-browser/recipes-browser/chromium/chromium_37.0.2062.0.bb, do_compile === qemuarm (1) === * meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_

Re: [OE-core] boost 1.56 compile fail

2014-09-01 Thread Peter A. Bigot
On 08/31/2014 09:31 PM, Yi Qingliang wrote: then what's your suggestion for now? If the s3c6410 is ARMv6 and does not support ARMv6-K instructions, then boost 1.56 does not work for your platform. Try downgrading to 1.55, or asking the Boost folks for a patch to update boost/atomic/detail/c

Re: [OE-core] [PATCH 3/5] qemux86: support X11 when QEMU is emulating a different GPU than vmware

2014-09-01 Thread Burton, Ross
On 29 August 2014 19:20, Max Eliaser wrote: > My understanding is that xf86-video-modesetting is completely > unaccelerated, whereas xf86-video-cirrus does some 2D acceleration. Is > that not correct? The question is what acceleration does the qemu cirrus actually implement, and is that accelerat

[OE-core] [PATCH 1/1] native.bbclass: deltask package_qa

2014-09-01 Thread Robert Yang
The native recipe doesn't need package_qa, and it has a race issue with do_unpack which requires the clean dir of ${S}, then causes error: NOTE: recipe opkg-utils-native-0.1.8+gitAUTOINC+eae0d8fa44-r0: task do_package_qa: Failed ERROR: Task 283 (virtual:native:/path/to/opkg-utils_git.bb, do_packa

[OE-core] [PATCH 0/1] native.bbclass: deltask package_qa

2014-09-01 Thread Robert Yang
The following changes since commit a57b24f848a7cb89cf57830e07682224f8bbc96f: tzcode: update to 2014g (2014-08-31 23:39:13 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/native http://cgit.openembedded.org/cgit.cgi/openembedded-core-

Re: [OE-core] [PATCH RFC] pixbufcache: Use sceneQueueComplete event to simplify usage

2014-09-01 Thread Burton, Ross
On 2 August 2014 09:54, Richard Purdie wrote: > --- a/meta/classes/base.bbclass > +++ b/meta/classes/base.bbclass > @@ -324,6 +326,15 @@ python base_eventhandler() { > e.data.delVar("PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++") > > e.data.delVar("PREFERRED_PROVIDER_v

Re: [OE-core] [PATCH 00/18] kernel-yocto: consolidated pull request

2014-09-01 Thread Richard Purdie
On Sun, 2014-08-31 at 22:39 -0400, Bruce Ashfield wrote: > On 2014-08-31, 6:07 AM, Richard Purdie wrote: > > Thanks for the other fix, I've pulled that in and am retesting. I did > > also see: > > > > https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/24/steps/BuildImages/log

[OE-core] [PATCH v2] package_rpm: Add custom extension support for spec generation.

2014-09-01 Thread Richard Purdie
Add hooks to allow customisation of the rpm spec files. Since python functions aren't visible in the data store, one variable is used to trigger the call to a separately named function. A dummy function is not provided since this then triggers various class ordering complexities which are best avoi

Re: [OE-core] [PATCH] Add support for ccache builds with the SDK

2014-09-01 Thread Laszlo Papp
It is indeed nit, and not something I wishfully spend my time with, so feel free to rewrite the commit message and integrate the ccache support. As usual, this feature is also applied in our fork, so I am fine... It is only the upstream Yocto users who may be missing features out. Having said that

Re: [OE-core] [PATCH] Add support for ccache builds with the SDK

2014-09-01 Thread Laszlo Papp
Just in case the severity is not clear. Without this change, the Yocto SDK breaks the build for our software since we do prefer to use ccache for speeding the build process up. We are probably not alone with that ... On Mon, Sep 1, 2014 at 6:34 PM, Laszlo Papp wrote: > It is indeed nit, and not s

Re: [OE-core] [PATCH] Add support for ccache builds with the SDK

2014-09-01 Thread Otavio Salvador
Laszlo, On Mon, Sep 1, 2014 at 2:47 PM, Laszlo Papp wrote: > Just in case the severity is not clear. Without this change, the Yocto > SDK breaks the build for our software since we do prefer to use ccache > for speeding the build process up. We are probably not alone with that > ... Saul request

Re: [OE-core] [PATCH 0/1] perf.bb: fix multilib build

2014-09-01 Thread Robert Yang
Any comments on this one, please ? This can fix the qa error when build multilib: ERROR: QA Issue: lib32-perf: Files/directories were installed but not shipped /usr/lib64 /usr/lib64/traceevent /usr/lib64/traceevent/plugins /usr/lib64/traceevent/plugins/plugin_functio

Re: [OE-core] [PATCH 1/1] piglit: enable ptest support

2014-09-01 Thread Robert Yang
On 08/28/2014 10:09 PM, Burton, Ross wrote: On 18 August 2014 06:39, Chong Lu wrote: +env PIGLIT_BUILD_DIR=`pwd`/.. piglit-run.py `pwd`/tests/sanity.tests `pwd`/results/sanity.results 2>&1 You shouldn't need to set PIGLIT_BUILD_DIR. The sanity tests are very basic so this won't count as "

[OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Otavio Salvador
Hello, During our regression tests we found the following error: directfb fsl-image-machine-test@imx6qsabresd (1/4) consider defining a PREFERRED_PROVIDER entry to match jpeg directfb fsl-image-machine-test@imx6qsabresd (1/4) ERROR: Nothing PROVIDES 'libxext-native' (but virtual:native:.../source

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Robert Yang
On 09/02/2014 10:30 AM, Otavio Salvador wrote: Hello, During our regression tests we found the following error: directfb fsl-image-machine-test@imx6qsabresd (1/4) consider defining a PREFERRED_PROVIDER entry to match jpeg directfb fsl-image-machine-test@imx6qsabresd (1/4) ERROR: Nothing PROVID

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Otavio Salvador
On Mon, Sep 1, 2014 at 11:51 PM, Robert Yang wrote: > > On 09/02/2014 10:30 AM, Otavio Salvador wrote: >> >> Hello, >> >> During our regression tests we found the following error: >> >> directfb fsl-image-machine-test@imx6qsabresd (1/4) consider defining a >> PREFERRED_PROVIDER entry to match jpeg

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Robert Yang
On 09/02/2014 11:17 AM, Otavio Salvador wrote: On Mon, Sep 1, 2014 at 11:51 PM, Robert Yang wrote: On 09/02/2014 10:30 AM, Otavio Salvador wrote: Hello, During our regression tests we found the following error: directfb fsl-image-machine-test@imx6qsabresd (1/4) consider defining a PREFER

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Otavio Salvador
On Tue, Sep 2, 2014 at 12:30 AM, Robert Yang wrote: > > > On 09/02/2014 11:17 AM, Otavio Salvador wrote: >> >> On Mon, Sep 1, 2014 at 11:51 PM, Robert Yang >> wrote: >>> >>> >>> On 09/02/2014 10:30 AM, Otavio Salvador wrote: Hello, During our regression tests we found the

[OE-core] [PATCH] scripts/create-recipe: minor fixes

2014-09-01 Thread Yi Zhao
Fixed: - Remove PR. We don't need the "PR = r0" in the bb file. - Function length can't get the array's size correctly. Should use function scalar. Signed-off-by: Yi Zhao --- scripts/create-recipe |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/create-recipe b/

[OE-core] [PATCH 0/1] pango / ptest: clean CFLAGS for host binary

2014-09-01 Thread wenzong.fan
From: Wenzong Fan The binary gen-all-unicode needs to be compiled for the host architecture, the CFLAGS passed to target system could cause build issues for it. Such as if CFLAGS includes ARM specific flag '-mapcs-frame', then it will cause build errors: cc1: error: unrecognized command line

[OE-core] [PATCH 1/1] pango / ptest: clean CFLAGS for host binary

2014-09-01 Thread wenzong.fan
From: Wenzong Fan The binary gen-all-unicode needs to be compiled for the host architecture, the CFLAGS passed to target system could cause build issues for it. Signed-off-by: Wenzong Fan --- meta/recipes-graphics/pango/pango.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Richard Purdie
On Tue, 2014-09-02 at 00:33 -0300, Otavio Salvador wrote: > On Tue, Sep 2, 2014 at 12:30 AM, Robert Yang > wrote: > > > > > > On 09/02/2014 11:17 AM, Otavio Salvador wrote: > >> > >> On Mon, Sep 1, 2014 at 11:51 PM, Robert Yang > >> wrote: > >>> > >>> > >>> On 09/02/2014 10:30 AM, Otavio Salvado

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Robert Yang
On 09/02/2014 02:17 PM, Richard Purdie wrote: On Tue, 2014-09-02 at 00:33 -0300, Otavio Salvador wrote: On Tue, Sep 2, 2014 at 12:30 AM, Robert Yang wrote: On 09/02/2014 11:17 AM, Otavio Salvador wrote: On Mon, Sep 1, 2014 at 11:51 PM, Robert Yang wrote: On 09/02/2014 10:30 AM, Otavi

Re: [OE-core] [PATCH] Add support for ccache builds with the SDK

2014-09-01 Thread Fathi Boudra
On 1 September 2014 21:04, Otavio Salvador wrote: > Laszlo, > > On Mon, Sep 1, 2014 at 2:47 PM, Laszlo Papp wrote: >> Just in case the severity is not clear. Without this change, the Yocto >> SDK breaks the build for our software since we do prefer to use ccache >> for speeding the build process

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Richard Purdie
On Tue, 2014-09-02 at 14:21 +0800, Robert Yang wrote: > > On 09/02/2014 02:17 PM, Richard Purdie wrote: > > On Tue, 2014-09-02 at 00:33 -0300, Otavio Salvador wrote: > >> On Tue, Sep 2, 2014 at 12:30 AM, Robert Yang > >> wrote: > >>> > >>> > >>> On 09/02/2014 11:17 AM, Otavio Salvador wrote: > >

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Robert Yang
On 09/02/2014 02:25 PM, Richard Purdie wrote: On Tue, 2014-09-02 at 14:21 +0800, Robert Yang wrote: On 09/02/2014 02:17 PM, Richard Purdie wrote: On Tue, 2014-09-02 at 00:33 -0300, Otavio Salvador wrote: On Tue, Sep 2, 2014 at 12:30 AM, Robert Yang wrote: On 09/02/2014 11:17 AM, Otavio

Re: [OE-core] Error while building qemu without X11 support.

2014-09-01 Thread Robert Yang
On 09/02/2014 11:33 AM, Otavio Salvador wrote: On Tue, Sep 2, 2014 at 12:30 AM, Robert Yang wrote: On 09/02/2014 11:17 AM, Otavio Salvador wrote: On Mon, Sep 1, 2014 at 11:51 PM, Robert Yang wrote: On 09/02/2014 10:30 AM, Otavio Salvador wrote: Hello, During our regression tests w