Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread Andre McCurdy
On Tue, Jan 12, 2016 at 6:18 PM, dengke...@windriver.com wrote: > Hi Alexander > > I got valgrind do_compile error: > > MACHINE = "qemuarm" > $ bitbake valgrind > > warning: switch -mcpu=cortex-a8 conflicts with -march=armv5e switch > | {standard input}:25: Error:

[OE-core] [PATCH 1/1] cups: upgrade to 2.1.2

2016-01-12 Thread Chen Qi
Add PACKAGECONFIG for systemd. And install our own systemd unit files. Signed-off-by: Chen Qi --- meta/recipes-extended/cups/cups.inc| 18 -- .../cups/{cups_2.0.4.bb => cups_2.1.2.bb} | 4 ++-- 2 files changed, 14

[OE-core] [PATCH 0/1] cups: upgrade to 2.1.2

2016-01-12 Thread Chen Qi
The following changes since commit 541315d6c56df6448f64c262f99d43d5c1e9400b: update_font_cache: only scan system font directories (2016-01-11 23:23:18 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/cups-2.1.2

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread Khem Raj
On Tue, Jan 12, 2016 at 7:23 PM, Andre McCurdy wrote: > On Tue, Jan 12, 2016 at 6:18 PM, dengke...@windriver.com > wrote: >> Hi Alexander >> >> I got valgrind do_compile error: >> >> MACHINE = "qemuarm" >> $ bitbake valgrind >> >> warning: switch

Re: [OE-core] [PATCH 3/3] liberation-fonts: can't be allarch

2016-01-12 Thread Robert Yang
Sorry, there are problems, for example: lib32-tzdata and tzdata: /path/to/tmp/sysroots/qemux86-64/usr/share/zoneinfo/Brazil/East Matched in manifest-qemux86-64-lib32-tzdata.populate_sysroot Please verify which recipe should provide the above files. // Robert On 01/13/2016 01:56 PM, Robert

Re: [OE-core] [PATCH 3/3] liberation-fonts: can't be allarch

2016-01-12 Thread Robert Yang
Hi Martin, Here is a new patch which can fix allarch's mutilib dependencies issues, can you see any potential problems with this patch, please ? Subject: [PATCH] multilib.bbclass: extend allarch recipes Extend allarch recipes, this can fix multilib dependencies issues, for example: $ bitbake

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-12 Thread Khem Raj
> On Jan 12, 2016, at 9:01 PM, Marek Vasut wrote: > > On Wednesday, January 13, 2016 at 05:49:08 AM, Khem Raj wrote: >> On Tue, Jan 12, 2016 at 7:36 PM, Marek Vasut wrote: >>> Upgrade U-Boot to latest version and drop upstreamed patches. >>> >>> Repair

[OE-core] [PATCH] valgrind: make it explicit that valgrind supports armv7a and above

2016-01-12 Thread Andre McCurdy
Despite rumours to the contrary, valgrind really does require armv7a or above. Signed-off-by: Andre McCurdy --- meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-12 Thread Marek Vasut
On Wednesday, January 13, 2016 at 05:49:08 AM, Khem Raj wrote: > On Tue, Jan 12, 2016 at 7:36 PM, Marek Vasut wrote: > > Upgrade U-Boot to latest version and drop upstreamed patches. > > > > Repair configuration of U-Boot during build. It is no longer > > possible to run "make

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-12 Thread Khem Raj
On Tue, Jan 12, 2016 at 7:36 PM, Marek Vasut wrote: > Upgrade U-Boot to latest version and drop upstreamed patches. > > Repair configuration of U-Boot during build. It is no longer > possible to run "make foomachine" in U-Boot. Instead, it is > necessary to do "make

[OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-12 Thread Marek Vasut
Upgrade U-Boot to latest version and drop upstreamed patches. Repair configuration of U-Boot during build. It is no longer possible to run "make foomachine" in U-Boot. Instead, it is necessary to do "make foomachine_defconfig ; make". Fix this in u-boot.inc and u-boot-fw-utils*.bb .

Re: [OE-core] [yocto] FOSDEM 2016 web page

2016-01-12 Thread Sona Sarmadi
Hi Philip, all, I am going to attend FOSDEM 2016, I am glad if I can help. I don't have anything for demo, but perhaps we can mention security updates/backport. I thinks some people might be interested in knowing that we continually backport security fixes :) //Sona > -Original

Re: [OE-core] [RESEND PATCH v3] util-linux: create util-linux-runuser package

2016-01-12 Thread Ioan-Adrian Ratiu
On Tue, 12 Jan 2016 10:26:02 +0200 Ioan-Adrian Ratiu wrote: > On Tue, 12 Jan 2016 15:52:50 +1300 > Paul Eggleton wrote: > > > On Wed, 23 Dec 2015 12:03:03 Ioan-Adrian Ratiu wrote: > > > On Tue, 22 Dec 2015 17:34:12 + > > > > > >

Re: [OE-core] [RESEND PATCH v3] util-linux: create util-linux-runuser package

2016-01-12 Thread Ioan-Adrian Ratiu
On Tue, 12 Jan 2016 15:52:50 +1300 Paul Eggleton wrote: > On Wed, 23 Dec 2015 12:03:03 Ioan-Adrian Ratiu wrote: > > On Tue, 22 Dec 2015 17:34:12 + > > > > "Burton, Ross" wrote: > > > On 15 December 2015 at 09:49, Ioan-Adrian Ratiu

Re: [OE-core] [PATCH] uclibc: Upgrade to 1.0.10

2016-01-12 Thread Khem Raj
On Mon, Jan 11, 2016 at 8:07 PM, Andre McCurdy wrote: > On Thu, Jan 7, 2016 at 9:55 AM, Khem Raj wrote: >> Drop upstreamed patches >> Seems to fix parallel build race with locales > > So can this now be reverted? > > >

[OE-core] [PATCH] util-linux: create util-linux-runuser iff pam in DISTRO_FEATURES

2016-01-12 Thread Ioan-Adrian Ratiu
If pam is not present in DISTRO_FEATURES, then exclude util-linux-runuser from PACKAGES to avoid its libpam dependency. Signed-off-by: Ioan-Adrian Ratiu --- meta/recipes-core/util-linux/util-linux.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH] dhcp: search libxml2 for bind

2016-01-12 Thread Awais Belal
libdns requires libxml2 if bind was built with libxml2 support enabled. Compilation will fail for omapip/test.c in case -lxml2 isn't used during the build. So, we add losely coupled search path which will pick up the lib if it is present. Signed-off-by: Awais Belal ---

Re: [OE-core] [PATCH] net-tools_1.60-26.bb: Error fix

2016-01-12 Thread Khem Raj
On Mon, Jan 11, 2016 at 9:02 PM, Li Xin wrote: > when set PATCHTOOL = "patch" in conf/local.conf,error will occur > in the step of do_patch. > The error is: "quilt: command not found",so fix it. > > Signed-off-by: Li Xin > --- >

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-12 Thread Phil Blundell
On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: > it came into ffmpeg circa 2008 and proliferated into related components > primarily to support vectorization and neon > which was quite nascent for ARM architecture in those days in gcc. Today if > you were to configure libav with default

Re: [OE-core] [PATCH] net-tools_1.60-26.bb: Error fix

2016-01-12 Thread Richard Purdie
On Tue, 2016-01-12 at 08:02 +0300, Li Xin wrote: > when set PATCHTOOL = "patch" in conf/local.conf,error will occur > in the step of do_patch. > The error is: "quilt: command not found",so fix it. > > Signed-off-by: Li Xin > --- >

[OE-core] [PATCH 2/5] lighttpd: upgrade to 1.4.39

2016-01-12 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../lighttpd/{lighttpd_1.4.38.bb => lighttpd_1.4.39.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.38.bb => lighttpd_1.4.39.bb} (94%) diff

Re: [OE-core] [PATCH 0/5] Version updates

2016-01-12 Thread Alexander Kanavin
On 01/12/2016 03:20 PM, Alexander Kanavin wrote: A few small updates for recipes where I'm the maintainer. Oh, forgot to mention that this is the first time where the task of figuring out the checksums and sending the initial commits to me by email was done by Automated Update Helper, and

[OE-core] [PATCH] autoconf: add missing perl-module-file-find to RDEPENDS

2016-01-12 Thread Enrico Jorns
The autoscan script uses the File.pm module which was missing in the list of RDEPENDS. This caused autoscan to fail with % autoscan [...] Can't locate File/Find.pm in @INC [...] Signed-off-by: Enrico Jorns --- meta/recipes-devtools/autoconf/autoconf.inc | 1 + 1 file

[OE-core] [PATCH 3/5] iso-codes: upgrade to 3.64

2016-01-12 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../iso-codes/{iso-codes_3.63.bb => iso-codes_3.64.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/iso-codes/{iso-codes_3.63.bb => iso-codes_3.64.bb} (76%) diff

[OE-core] [PATCH 4/5] epiphany: upgrade to 3.18.3

2016-01-12 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-gnome/epiphany/{epiphany_3.18.2.bb => epiphany_3.18.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.18.2.bb => epiphany_3.18.3.bb} (84%) diff

[OE-core] [PATCH 5/5] ca-certificates: update to 20160104

2016-01-12 Thread Alexander Kanavin
LICENSE checksum changed due to an updated file listing in debian/copyright Signed-off-by: Alexander Kanavin --- .../{ca-certificates_20150426.bb => ca-certificates_20160104.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 1/5] libwebp: upgrade to 0.5.0

2016-01-12 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/webp/{libwebp_0.4.4.bb => libwebp_0.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/webp/{libwebp_0.4.4.bb => libwebp_0.5.0.bb} (92%) diff --git

[OE-core] [PATCH 0/5] Version updates

2016-01-12 Thread Alexander Kanavin
A few small updates for recipes where I'm the maintainer. The following changes since commit 447634b64d0e948ba152d81372dfbe1dfd3f619b: nss: update to 3.21 (2016-01-12 14:55:27 +0200) are available in the git repository at: git://git.yoctoproject.org/poky-contrib

[OE-core] [PATCH 4/4] classes/populate_sdk_ext: check that extensible SDK prepared correctly

2016-01-12 Thread Paul Eggleton
After the change to use --setscene-only when running bitbake to prepare the SDK at the end of installation, add a check that the SDK got prepared correctly by doing a dry-run and looking at the output for any real tasks that we don't expect. In order to make this easier, the preparation shell

[OE-core] [PATCH 0/4] Extensible SDK fixes

2016-01-12 Thread Paul Eggleton
The following changes since commit 541315d6c56df6448f64c262f99d43d5c1e9400b: update_font_cache: only scan system font directories (2016-01-11 23:23:18 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/extsdkfixes4-oe

[OE-core] [PATCH 3/4] classes/buildhistory: save auto.conf and bblayers.conf for extensible SDK

2016-01-12 Thread Paul Eggleton
These form part of the configuration for the extensible SDK, we should really be recording what goes into them. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/4] classes/populate_sdk_ext.bbclass: handle if local.conf doesn't end with a newline

2016-01-12 Thread Paul Eggleton
If there is no newline at the end of local.conf, appending INHERIT = "uninative" won't work, it will corrupt the line and the installed eSDK will build things, making the "Preparing build system..." step take an age. Fixes [YOCTO #8897]. Signed-off-by: Paul Eggleton

[OE-core] [PATCH 2/4] classes/populate_sdk_ext: support auto.conf

2016-01-12 Thread Paul Eggleton
If auto.conf exists in the user's configuration we need to also run it through the same filter and write the result into the ext SDK, or we risk missing configuration applied on an autobuilder. Fixes [YOCTO #8904]. Signed-off-by: Paul Eggleton ---

Re: [OE-core] [PATCH 2/2] sqlite3: upgrade to version 3.10.0

2016-01-12 Thread Burton, Ross
On 12 January 2016 at 16:20, Maxin B. John wrote: > 3.9.2 -> 3.10.0 > > Fixed a parallel build problem. > buildhistory-diff reports: packages/corei7-64-poky-linux/sqlite3/sqlite3-dbg: RRECOMMENDS: removed "readline-dbg" packages/corei7-64-poky-linux/sqlite3/sqlite3:

[OE-core] [PATCH] insane/package: Fix cases where QA errors aren't fatal

2016-01-12 Thread Richard Purdie
When using package_qa_handle_error(), we need to check QA_SANE and give a fatal error if issues were raised. The main insane checks do this, the anonymous python in insane does not, nor does the code in package.bbclass. This was likely missed when the function was introduced to package.bbclass.

Re: [OE-core] [PATCH 0/5] strace: misc fixes + update 4.10 -> 4.11

2016-01-12 Thread Richard Purdie
On Mon, 2016-01-11 at 23:18 -0800, Andre McCurdy wrote: > Andre McCurdy (5): > strace: drop unnecessary dependency on acl > strace: fix --disable-aio configure option > strace: remove need for git-version-gen script > strace: fix ARCH definition in tests/Makefile > strace: update 4.10 ->

[OE-core] [PATCH 0/1] Additional extensible SDK fix

2016-01-12 Thread Paul Eggleton
This should have been included in my earlier series (and should be applied on top of it). The following changes since commit b12177a5a627861a191addeec5294548c38949ba: classes/populate_sdk_ext: check that extensible SDK prepared correctly (2016-01-13 07:44:58 +1300) are available in the git

[OE-core] [PATCH 1/1] classes/populate_sdk_ext: avoid unnecessary sstate being brought in

2016-01-12 Thread Paul Eggleton
Create a separate task where we can just have the recursive dependencies for the tasks corresponding to constructing the SDK content (i.e. from the image contents). This avoids us recursing into dependencies from buildtools and getting a bunch of nativesdk stuff, for example. (This isn't an ideal

[OE-core] [PATCH v2] Explicitly mapping between i386/x86_64 and x86 for kernel ARCH

2016-01-12 Thread Jianxun Zhang
For a bare-bone kernel recipe which specifies 32 bit x86 target, a 64 bit .config will be generated from do_configure task when building 32-bit qemux86, once all of these conditions are true: () arch of host is x86_64 () kernel source tree used in build has commit ffee0de41 which actually chooses

Re: [OE-core] [PATCH 0/5] strace: misc fixes + update 4.10 -> 4.11

2016-01-12 Thread Andre McCurdy
On Tue, Jan 12, 2016 at 1:32 PM, Richard Purdie wrote: > On Mon, 2016-01-11 at 23:18 -0800, Andre McCurdy wrote: >> Andre McCurdy (5): >> strace: drop unnecessary dependency on acl >> strace: fix --disable-aio configure option >> strace: remove need for

Re: [OE-core] [PATCH v2] tzdata: Make /etc/timezone optional

2016-01-12 Thread Burton, Ross
On 12 January 2016 at 04:03, Andre McCurdy wrote: > You lose a style point for == in a shell script... > Patch sent. We really need to scan for bashisms in our shell fragments. Ross -- ___ Openembedded-core mailing list

[OE-core] [PATCH] tzdata: remove bashism

2016-01-12 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-extended/tzdata/tzdata_2015g.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/tzdata/tzdata_2015g.bb b/meta/recipes-extended/tzdata/tzdata_2015g.bb index a6faa1d..ec6e236 100644 ---

[OE-core] [PATCH] systemd: fix systemctl enable script for template units

2016-01-12 Thread Enrico Jorns
The systemctl script supports enabling template units by evaluating "DefaultInstance" parameter. Unfortunately, due to the sed replacement mechanism, all escaping used in the DefaultInstance string, e.g. for giving path names with dashes, is expanded too early. Thus for

Re: [OE-core] [PATCH 6/9] ghostscript: 9.16 -> 9.18

2016-01-12 Thread Richard Purdie
On Mon, 2016-01-11 at 08:30 +0800, Hongxu Jia wrote: > Remove '--without-jbig2dec', since upstream did not > support it very well which caused build failure: > ... > > make[1]: *** No rule to make target `obj/sjbig2_.dev', > needed by `obj/sjbig2.dev'. Stop. > ... > > The same to option

Re: [OE-core] [PATCH 0/2] move do_kernel_link_vmlinux() into kernel.bbclass

2016-01-12 Thread Andre McCurdy
On Tue, Dec 22, 2015 at 4:12 PM, Andre McCurdy wrote: > do_kernel_link_vmlinux(), or something like it, is useful for MIPS, > since MIPS has no support for zImage images: > > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/mips/Makefile#n400 > >

Re: [OE-core] [PATCH 0/5] Version updates

2016-01-12 Thread Burton, Ross
On 12 January 2016 at 13:36, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > Oh, forgot to mention that this is the first time where the task of > figuring out the checksums and sending the initial commits to me by email > was done by Automated Update Helper, and all I had to do

[OE-core] [PATCH 00/13] Jethro, Fido openssl and libxml security fixes vi git

2016-01-12 Thread Armin Kuster
changes in contrib branch for alt integration. The following changes since commit 0073b234d793099a371b2e529f740987decce756: yocto-bsp: Typo on the file extension (2016-01-07 12:13:55 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib

Re: [OE-core] [PATCH 0/5] strace: misc fixes + update 4.10 -> 4.11

2016-01-12 Thread Andre McCurdy
On Tue, Jan 12, 2016 at 2:02 PM, Andre McCurdy wrote: > On Tue, Jan 12, 2016 at 1:32 PM, Richard Purdie > wrote: >> On Mon, 2016-01-11 at 23:18 -0800, Andre McCurdy wrote: >>> Andre McCurdy (5): >>> strace: drop unnecessary dependency on

[OE-core] Cached size of off_t

2016-01-12 Thread Khem Raj
Hi We cache size of off_t in site files and the value is 4 in most cases meta/site/arm-linux:ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} meta/site/ix86-common:ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} meta/site/nios2-linux:ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4}

[OE-core] [PATCH v2] net-tools_1.60-26.bb: Error fix

2016-01-12 Thread Li Xin
when set PATCHTOOL = "patch" in conf/local.conf,error will occur in the step of do_patch. The error is: "quilt: command not found",so fix it. Signed-off-by: Li Xin --- meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [OE-core] [Openembedded-architecture] Cached size of off_t

2016-01-12 Thread Khem Raj
On Tue, Jan 12, 2016 at 4:09 PM, Paul Eggleton wrote: > On Tue, 12 Jan 2016 15:23:33 Khem Raj wrote: >> Hi >> >> We cache size of off_t in site files and the value is 4 in most cases >> >> >> meta/site/arm-linux:ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} >>

Re: [OE-core] [Openembedded-architecture] Cached size of off_t

2016-01-12 Thread Paul Eggleton
On Tue, 12 Jan 2016 15:23:33 Khem Raj wrote: > Hi > > We cache size of off_t in site files and the value is 4 in most cases > > > meta/site/arm-linux:ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} > meta/site/ix86-common:ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} >

Re: [OE-core] [Openembedded-architecture] Cached size of off_t

2016-01-12 Thread Andre McCurdy
On Tue, Jan 12, 2016 at 4:19 PM, Khem Raj wrote: > On Tue, Jan 12, 2016 at 4:09 PM, Paul Eggleton > wrote: >> On Tue, 12 Jan 2016 15:23:33 Khem Raj wrote: >>> Hi >>> >>> We cache size of off_t in site files and the value is 4 in most cases >>>

Re: [OE-core] [PATCH 6/9] ghostscript: 9.16 -> 9.18

2016-01-12 Thread Hongxu Jia
On 01/12/2016 07:39 PM, Richard Purdie wrote: On Mon, 2016-01-11 at 08:30 +0800, Hongxu Jia wrote: Remove '--without-jbig2dec', since upstream did not support it very well which caused build failure: ... make[1]: *** No rule to make target `obj/sjbig2_.dev', needed by `obj/sjbig2.dev'. Stop.

[OE-core] [PATCH] strace: clear native sysroot references from CFLAGS_FOR_BUILD etc

2016-01-12 Thread Andre McCurdy
strace uses CC_FOR_BUILD to compile temporary utility apps to run as part of the build process. There's no need to build those utils against the native sysroot though (and things sometimes go wrong if we do), so clear CFLAGS_FOR_BUILD etc. Signed-off-by: Andre McCurdy ---

[OE-core] Replace foomatic-filters with cups-filters

2016-01-12 Thread Fan Xin
Hi I notice that there is foomatic-filters item in packagegroup-core-lsb.bb file. The foomatic-filters.bb file is added in 2011 for providing foomatic-rip to pass LSB commands check. But the foomatic-rips is moved from foomtic-filters to cups-filters and maintained by cups-filters according to

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread dengke...@windriver.com
Hi Alexander I got valgrind do_compile error: MACHINE = "qemuarm" $ bitbake valgrind warning: switch -mcpu=cortex-a8 conflicts with -march=armv5e switch | {standard input}:25: Error: selected processor does not support ARM mode `movw r3,#:lower16:primary_map' | {standard input}:28: Error:

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread dengke...@windriver.com
Hi Alexander I got valgrind do_compile error: MACHINE = "qemuarm" $ bitbake valgrind warning: switch -mcpu=cortex-a8 conflicts with -march=armv5e switch | {standard input}:25: Error: selected processor does not support ARM mode `movw r3,#:lower16:primary_map' | {standard input}:28: Error:

Re: [OE-core] [PATCH 3/3] oe.gpg_sign: support obs-signd

2016-01-12 Thread Markus Lehtonen
Hi Mark, Thank you for your review! Comments below. On Mon, 2016-01-11 at 10:33 -0600, Mark Hatle wrote: > On 1/11/16 10:13 AM, Markus Lehtonen wrote: > > Implement support for remote signing using obs-signd. It is now possible > > to sign both RPM packages and package feeds with this method.

[OE-core] [PATCH 2/2] sqlite3: upgrade to version 3.10.0

2016-01-12 Thread Maxin B. John
3.9.2 -> 3.10.0 Fixed a parallel build problem. Signed-off-by: Maxin B. John --- meta/recipes-support/sqlite/sqlite3/parallel.patch | 24 ++ .../sqlite/{sqlite3_3.9.2.bb => sqlite3_3.10.0.bb} | 8 +--- 2 files changed, 29 insertions(+), 3

[OE-core] [PATCH 1/2] connman: upgrade to 1.31

2016-01-12 Thread Maxin B. John
1.30 -> 1.31 Included newly introduced connman-wait-online service. Signed-off-by: Maxin B. John --- meta/recipes-connectivity/connman/connman.inc | 14 +++--- .../connman/{connman_1.30.bb => connman_1.31.bb} | 4 ++-- 2 files changed, 13

Re: [OE-core] [PATCH v2] tzdata: Make /etc/timezone optional

2016-01-12 Thread Haris Okanovic
On 01/12/2016 04:24 AM, Burton, Ross wrote: On 12 January 2016 at 04:03, Andre McCurdy > wrote: You lose a style point for == in a shell script... Patch sent. We really need to scan for bashisms in our shell fragments. Bah, my bad.

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-12 Thread Khem Raj
> On Jan 12, 2016, at 1:42 AM, Phil Blundell wrote: > > On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: >> it came into ffmpeg circa 2008 and proliferated into related components >> primarily to support vectorization and neon >> which was quite nascent for ARM architecture in

Re: [OE-core] [PATCH][V2][Jethro, fido 01/10] libxml2: security fix CVE-2015-7941

2016-01-12 Thread akuster808
On 01/11/2016 07:38 PM, Robert Yang wrote: > > Hi Armin, > > > I got strange errors when apply the patches: > > $ git am /tmp/jethro/*libxml2* > [snip] > Applying: libxml2: security fix CVE-2015-7500 > /buildarea/lyang1/poky/.git/rebase-apply/patch:80: trailing whitespace. > >