Re: [OE-core] [PATCH 2/6] directfb: upgrade to 1.7.6

2014-12-25 Thread Hongxu Jia
On 12/26/2014 06:02 AM, Richard Purdie wrote: On Tue, 2014-12-23 at 13:09 +0800, Hongxu Jia wrote: - Drop fixsepbuild.patch which has been merged to 1.7.6 - Drop obsolete rename-no-instrument-function-macro.patch I think this somehow breaks qt4: Got it, I am working to fix it. //Hongxu htt

Re: [OE-core] [PATCH 2/6] directfb: upgrade to 1.7.6

2014-12-25 Thread Otavio Salvador
On Thu, Dec 25, 2014 at 8:02 PM, Richard Purdie wrote: > On Tue, 2014-12-23 at 13:09 +0800, Hongxu Jia wrote: >> - Drop fixsepbuild.patch which has been merged to 1.7.6 >> - Drop obsolete rename-no-instrument-function-macro.patch > > I think this somehow breaks qt4: > > https://autobuilder.yoctopr

Re: [OE-core] [PATCH 2/6] directfb: upgrade to 1.7.6

2014-12-25 Thread Richard Purdie
On Tue, 2014-12-23 at 13:09 +0800, Hongxu Jia wrote: > - Drop fixsepbuild.patch which has been merged to 1.7.6 > - Drop obsolete rename-no-instrument-function-macro.patch I think this somehow breaks qt4: https://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/144 (thanks Otavio f

[OE-core] [PATCH 0/1] check-layers.py: some checks for distro and bsp layer

2014-12-25 Thread Chong Lu
The following changes since commit e3a623bfe39fda16420d2042647af75877bb6f70: runqemu-internal: increase memory for qemuarm64 (2014-12-25 08:27:13 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/checklayer http://git.pokylinux.org/cgit.cgi/poky-co

[OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2014-12-25 Thread Chong Lu
* Check that a BSP layer isn't making any changes when the layer is included but MACHINE is not set to point to one of the conf/machine/*.conf that the layer provides * Check that a distribution layer isn't making any changes when the layer is included but DISTRO is not set to point to one of

Re: [OE-core] [PATCH V2 6/6] groff: upgrade 1.22.3

2014-12-25 Thread Hongxu Jia
On 12/25/2014 04:44 PM, Richard Purdie wrote: On Thu, 2014-12-25 at 10:19 +0800, Hongxu Jia wrote: Rebase groff-1.22.2-correct-man.local-install-path.patch to 1.22.3 Refer what debian did, we add perl to RRECOMMENDS_${PN}, here is the explanation in groff 1.22.3 README: ... Additionally, produc

Re: [OE-core] [PATCH V2 6/6] groff: upgrade 1.22.3

2014-12-25 Thread Richard Purdie
On Thu, 2014-12-25 at 10:19 +0800, Hongxu Jia wrote: > Rebase groff-1.22.2-correct-man.local-install-path.patch to 1.22.3 > > Refer what debian did, we add perl to RRECOMMENDS_${PN}, here is the > explanation in groff 1.22.3 README: > ... > Additionally, producing `PDF' output directly with the `g

[OE-core] [PATCH] runqemu-internal: increase memory for qemuarm64

2014-12-25 Thread Kai Kang
Increase memory to 512M for qemuarm64. The original size 126M can't make task testimage pass, neither 256M. [YOCTO #7102] Signed-off-by: Kai Kang --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal