Re: [OE-core] [PATCHv2 1/4] recipetool: create: disable PREMIRRORS and MIRRORS by default

2017-07-22 Thread Chang, Rebecca Swee Fun
Sure, no problem, rebase is in progress now. Rebecca From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 21, 2017 9:50 PM To: Chang, Rebecca Swee Fun Cc: OpenEmbedded Core Mailing List Subject: Re:

[OE-core] Update meta-qt5 to v5.9.1

2017-07-22 Thread Yevhen Kyriukha
Qt 5. ​9.1​ has been released. Please update meta-qt5 accordingly. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 1/1] expat: upgrade to 2.2.2

2017-07-22 Thread Khem Raj
On Sat, Jul 22, 2017 at 2:24 AM, Burton, Ross wrote: > > On 18 July 2017 at 07:01, Dengke Du wrote: >> >> using getrandom syscall on linux 3.17+, so when we compiling >> expat-native >> on the kernel older than 3.17, that would be failed. >

[OE-core] [PATCH V2] tclibc-musl.inc: fix bfd "cannot make copy relocation for protected symbol" issues

2017-07-22 Thread liu . ming50
From: Ming Liu Quite a few such compiling issues were found when I was building with following configs: ... MACHINE = "beaglebone" TCLIBC = "musl" DISTRO_FEATURES_append = " ld-is-gold" ... fixed by adding bfd binding now ldflags. Signed-off-by: Ming Liu

Re: [OE-core] [PATCH 1/2] image-vm: Convert vmdk/vdi/qcow2/hdddirect images to IMAGE_CMD

2017-07-22 Thread Patrick Ohly
On Fri, 2017-07-21 at 16:52 -0400, Tom Rini wrote: > On Fri, Jul 21, 2017 at 03:01:33PM +0200, Patrick Ohly wrote: > > On Fri, 2017-07-21 at 07:21 -0400, Tom Rini wrote: > > > On Fri, Jul 21, 2017 at 09:47:21AM +0200, Patrick Ohly wrote: > > > > On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote: >

Re: [OE-core] [PATCH 1/1] expat: upgrade to 2.2.2

2017-07-22 Thread Burton, Ross
On 18 July 2017 at 07:01, Dengke Du wrote: > using getrandom syscall on linux 3.17+, so when we compiling expat > -native > on the kernel older than 3.17, that would be failed. > It's failing on Debian 8, which is kernel 4.9.0: |

Re: [OE-core] [PATCH 1/2] openssl: Support musl-x32 build

2017-07-22 Thread Richard Purdie
On Wed, 2017-07-19 at 13:29 -0700, swee.aun.k...@intel.com wrote: > From: sweeaun > > Support musl-x32 build which to build openssl with 32 bits. > > Signed-off-by: sweeaun > --- >  meta/recipes-connectivity/openssl/openssl.inc | 5 +++-- >  1