[OE-core] [PATCH] perl: module overload rdpends on overloading

2015-04-07 Thread wenzong.fan
From: Wenzong Fan Fix perl runtime issue: * Can't locate overloading.pm in @INC (you may need to install the overloading module ...) at /usr/lib64/perl/5.20.0/overload.pm line 83. Signed-off-by: Wenzong Fan --- meta/recipes-devtools/perl/perl-rdepends_5.20.0.inc | 1 + 1 file changed, 1 inser

[OE-core] [PATCH] python: Change python 2.7.9 to use libffi from the system

2015-04-07 Thread Nathan Rossi
Changes in python 2.7.9 from 2.7.3 cause issues when building the in tree libffi for ctypes. These issues primarily affect less common platforms (e.g. MicroBlaze) that are supported by libffi but the python overrides for the in tree libffi are not able to detect correctly. This patch changes the p

[OE-core] [PATCH] python-2.7-manifest.inc: add fractions.* to ${PN}-numbers

2015-04-07 Thread Tim Orling
python-cryptography requires fractions module which is currently unpackaged. Signed-off-by: Tim Orling --- meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes

Re: [OE-core] [PATCH 10/10] glib-2.0: 2.42.1 -> 2.44.0

2015-04-07 Thread Robert Yang
On 04/08/2015 05:39 AM, Richard Purdie wrote: On Tue, 2015-04-07 at 04:24 -0700, Robert Yang wrote: Signed-off-by: Robert Yang --- .../{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2

Re: [OE-core] [RFC PATCH 2/2] bzip2: remove bzip2-dev from PACKAGES

2015-04-07 Thread Robert Yang
On 04/08/2015 10:10 AM, Khem Raj wrote: On Apr 7, 2015, at 6:55 PM, Robert Yang wrote: On 04/08/2015 09:34 AM, Khem Raj wrote: On Apr 7, 2015, at 5:58 AM, Robert Yang wrote: There should be only one dev package which is libbz2-dev, so remove bzip2-dev. Signed-off-by: Robert Yang --

Re: [OE-core] [RFC PATCH 2/2] bzip2: remove bzip2-dev from PACKAGES

2015-04-07 Thread Khem Raj
> On Apr 7, 2015, at 6:55 PM, Robert Yang wrote: > > > > On 04/08/2015 09:34 AM, Khem Raj wrote: >> >>> On Apr 7, 2015, at 5:58 AM, Robert Yang wrote: >>> >>> There should be only one dev package which is libbz2-dev, so remove >>> bzip2-dev. >>> >>> Signed-off-by: Robert Yang >>> --- >>>

Re: [OE-core] [RFC PATCH 2/2] bzip2: remove bzip2-dev from PACKAGES

2015-04-07 Thread Robert Yang
On 04/08/2015 09:34 AM, Khem Raj wrote: On Apr 7, 2015, at 5:58 AM, Robert Yang wrote: There should be only one dev package which is libbz2-dev, so remove bzip2-dev. Signed-off-by: Robert Yang --- meta/recipes-extended/bzip2/bzip2_1.0.6.bb |3 ++- 1 file changed, 2 insertions(+), 1 del

Re: [OE-core] [RFC PATCH 2/2] bzip2: remove bzip2-dev from PACKAGES

2015-04-07 Thread Khem Raj
> On Apr 7, 2015, at 5:58 AM, Robert Yang wrote: > > There should be only one dev package which is libbz2-dev, so remove > bzip2-dev. > > Signed-off-by: Robert Yang > --- > meta/recipes-extended/bzip2/bzip2_1.0.6.bb |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/

Re: [OE-core] [PATCH] binutils: Allow gold to build even when not the default

2015-04-07 Thread Khem Raj
> On Apr 7, 2015, at 2:56 PM, Richard Purdie > wrote: > > On Tue, 2015-04-07 at 12:33 -0700, Khem Raj wrote: >>> On Apr 7, 2015, at 7:51 AM, Richard Purdie >>> wrote: >>> >>> It can be useful to have gold available for testing even when its not the >>> default, therefore build gold by defaul

Re: [OE-core] [PATCH] binutils: Allow gold to build even when not the default

2015-04-07 Thread Richard Purdie
On Tue, 2015-04-07 at 12:33 -0700, Khem Raj wrote: > > On Apr 7, 2015, at 7:51 AM, Richard Purdie > > wrote: > > > > It can be useful to have gold available for testing even when its not the > > default, therefore build gold by default in all configurations. > > > > Signed-off-by: Richard Purdi

[OE-core] [PATCH 1/2] security_flags.inc: elfutils on ARM fails with PIE flags

2015-04-07 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The error messages look like this: R_ARM_TLS_LE32 relocation not permitted in shared object Signed-off-by: Denys Dmytriyenko --- meta/conf/distro/include/security_flags.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH 2/2] security_flags.inc: disable PIE for bash due to issues in mkbuiltins

2015-04-07 Thread Denys Dmytriyenko
From: Denys Dmytriyenko As bash builds a native tool called mkbuiltins, it fails with PIE flags: ld: mkbuiltins.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC Affects at least version 3.2 of bash. Signed-off-by: Denys Dmytr

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Tanu Kaskinen
On Tue, 2015-04-07 at 15:02 +0200, Martin Jansa wrote: > On Tue, Apr 07, 2015 at 03:46:06PM +0300, Tanu Kaskinen wrote: > > On Tue, 2015-04-07 at 14:44 +0200, Martin Jansa wrote: > > > On Tue, Apr 07, 2015 at 03:36:31PM +0300, Tanu Kaskinen wrote: > > > > This would be more appropriate for recipes

Re: [OE-core] [PATCH] binutils: Allow gold to build even when not the default

2015-04-07 Thread Khem Raj
> On Apr 7, 2015, at 7:51 AM, Richard Purdie > wrote: > > It can be useful to have gold available for testing even when its not the > default, therefore build gold by default in all configurations. > > Signed-off-by: Richard Purdie > > diff --git a/meta/recipes-devtools/binutils/binutils.inc

Re: [OE-core] [PATCH] systemd: v219 with stable fixes

2015-04-07 Thread Khem Raj
this looks ok > On Apr 7, 2015, at 6:10 AM, Bottazzini, Bruno > wrote: > > Ping > >> On Qua, 2015-04-01 at 14:14 -0700, Khem Raj wrote: >>> I will try it out. give me a day >>> On Apr 1, 2015, at 2:08 PM, Bottazzini, Bruno wrote: Khem, Could you verify this p

Re: [OE-core] runqemu + dhcp server

2015-04-07 Thread Patrick Ohly
On Mon, 2014-11-10 at 22:57 +0100, Adrian Freihofer wrote: > Did you ever run the automated image tests? If I remember correctly > the image tests are somehow related to the current implementation of > the network configuration. At least the tests require a hostname > starting with "qemu" and proba

Re: [OE-core] [PATCH] u-boot: Avoid issues with binutils-2.25

2015-04-07 Thread Otavio Salvador
On Tue, Apr 7, 2015 at 11:49 AM, Richard Purdie wrote: > Add a patch based on one from Zhenhua Luo > in the meta-fsl-ppc layer to avoid build failures for u-boot with the > mpc8315e-rdb machine with binutils 2.25. > > Signed-off-by: Richard Purdie > > diff --git > a/meta/recipes-bsp/u-boot/u-bo

Re: [OE-core] [RFC PATCH 0/2] unique -dev package

2015-04-07 Thread Richard Purdie
On Tue, 2015-04-07 at 05:58 -0700, Robert Yang wrote: > Hello, > > I think that one recipe should only have one -dev package, I'm not sure > whether this is right or not, please feel free to give your comments, we > still have about 30 recipes in oe-core which have more than one dev > packages, mo

[OE-core] [RFC PATCH] libunwind: Build with gold to avoid build failures

2015-04-07 Thread Richard Purdie
The library fails to build with binutils 2.25 and standard ld. This issue is fixed in gcc 5 with no plans to backport to gcc 4. Easiest workaround for now is to use gold as the linker for the library since gold does not have the issue. The bug is x86 only. Signed-off-by: Richard Purdie diff --gi

[OE-core] [PATCH] binutils: Allow gold to build even when not the default

2015-04-07 Thread Richard Purdie
It can be useful to have gold available for testing even when its not the default, therefore build gold by default in all configurations. Signed-off-by: Richard Purdie diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index afb582a..3c65efc 1

[OE-core] [PATCH] u-boot: Avoid issues with binutils-2.25

2015-04-07 Thread Richard Purdie
Add a patch based on one from Zhenhua Luo in the meta-fsl-ppc layer to avoid build failures for u-boot with the mpc8315e-rdb machine with binutils 2.25. Signed-off-by: Richard Purdie diff --git a/meta/recipes-bsp/u-boot/u-boot/0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch b

[OE-core] OE Changelog since 2015-03-29 until 2015-04-05

2015-04-07 Thread cliff . brake
Changelog since 2015-03-29 until 2015-04-05. 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: git://github.com/Angstrom-distr

Re: [OE-core] [PATCH] systemd: v219 with stable fixes

2015-04-07 Thread Bottazzini, Bruno
Ping > On Qua, 2015-04-01 at 14:14 -0700, Khem Raj wrote: > > I will try it out. give me a day > > > > > On Apr 1, 2015, at 2:08 PM, Bottazzini, Bruno > > > wrote: > > > > > > Khem, > > > > > > Could you verify this patch and see if this satisfies what you have > > > pointed previously ? > >

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Martin Jansa
On Tue, Apr 07, 2015 at 03:46:06PM +0300, Tanu Kaskinen wrote: > On Tue, 2015-04-07 at 14:44 +0200, Martin Jansa wrote: > > On Tue, Apr 07, 2015 at 03:36:31PM +0300, Tanu Kaskinen wrote: > > > This would be more appropriate for recipes that only support bluez4: > > > > > > # inherit bluetooth > >

[OE-core] [RFC PATCH 2/2] bzip2: remove bzip2-dev from PACKAGES

2015-04-07 Thread Robert Yang
There should be only one dev package which is libbz2-dev, so remove bzip2-dev. Signed-off-by: Robert Yang --- meta/recipes-extended/bzip2/bzip2_1.0.6.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bz

[OE-core] [RFC PATCH 0/2] unique -dev package

2015-04-07 Thread Robert Yang
Hello, I think that one recipe should only have one -dev package, I'm not sure whether this is right or not, please feel free to give your comments, we still have about 30 recipes in oe-core which have more than one dev packages, more info: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7481 /

[OE-core] [RFC PATCH 1/2] xz: remove xz-dev from PACKAGES

2015-04-07 Thread Robert Yang
There should be only one dev package which is liblzma-dev, so remove xz-dev. Signed-off-by: Robert Yang --- meta/recipes-extended/xz/xz_5.2.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/xz/xz_5.2.0.bb b/meta/recipes-extended/xz/xz_5.2.0.bb ind

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Tanu Kaskinen
On Tue, 2015-04-07 at 14:44 +0200, Martin Jansa wrote: > On Tue, Apr 07, 2015 at 03:36:31PM +0300, Tanu Kaskinen wrote: > > This would be more appropriate for recipes that only support bluez4: > > > > # inherit bluetooth > > # PACKAGECONFIG ??= "${@bb.utils.contains('BLUEZ', 'bluez4', 'bluez4, '

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Martin Jansa
On Tue, Apr 07, 2015 at 03:36:31PM +0300, Tanu Kaskinen wrote: > (A friendly request: could you use interleaved posting style as > described in the mailing list guidelines here: > https://wiki.yoctoproject.org/wiki/Community_Guidelines ) > > On Tue, 2015-04-07 at 11:51 +, Iorga, Cristian wrote

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Tanu Kaskinen
(A friendly request: could you use interleaved posting style as described in the mailing list guidelines here: https://wiki.yoctoproject.org/wiki/Community_Guidelines ) On Tue, 2015-04-07 at 11:51 +, Iorga, Cristian wrote: > The only way this could be fixed is to remove the aforementioned guid

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Martin Jansa
On Tue, Apr 07, 2015 at 11:21:09AM +, Iorga, Cristian wrote: > Well: > 1. That's a thing for the future > 2. Who will maintain support for bugs reported to BlueZ 4.x? It's a matter of > resources. > 3. "Projects using different Bluetooth implementations" is something > different from switchin

Re: [OE-core] fetch race problem

2015-04-07 Thread Richard Purdie
On Tue, 2015-04-07 at 10:35 +0200, Steffen Sledz wrote: > Am 24.03.2015 um 12:12 schrieb Richard Purdie: > >>> Is this a problem in oe-core too (or oe-classic only)? > >> > >> Any ideas how to avoid such errors? > > > > In theory bitbake has locks on files in DL_DIR, even for git > > repositories

[OE-core] [wic][PATCH] wic: code cleanup: unused imports

2015-04-07 Thread Ed Bartosh
Fixed pylint warning 'Unused import' Signed-off-by: Ed Bartosh --- scripts/lib/wic/conf.py| 3 +-- scripts/lib/wic/creator.py | 2 +- scripts/lib/wic/imager/baseimager.py | 2 +- scripts/lib/wic/imager/direct.py

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Iorga, Cristian
The only way this could be fixed is to remove the aforementioned guidelines.. Like I said, there are plenty of examples in the code. Those packageconfigs where elaborated based on: 1. if a package has support for both BlueZ versions; 2. If not, usually only BlueZ 4 is supported; Care to elaborate

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Tanu Kaskinen
On Tue, 2015-04-07 at 11:23 +, Iorga, Cristian wrote: > The aforementioned packageconfigs are just examples/guidelines, we > added code for diverse recipes on a case by case scenario. My point was that the examples/guidelines are misleading, and should be fixed. -- Tanu --

[OE-core] [wic][PATCH] wic: code cleanup: bad indentation

2015-04-07 Thread Ed Bartosh
Fixed pylint warning 'Bad indentation' Signed-off-by: Ed Bartosh --- scripts/wic | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/wic b/scripts/wic index feff302..524156d 100755 --- a/scripts/wic +++ b/scripts/wic @@ -69,8 +69,8 @@ def callback_rootfs_dir(optio

[OE-core] [PATCH 09/10] man-pages: 3.76 -> 3.82

2015-04-07 Thread Robert Yang
Signed-off-by: Robert Yang --- .../{man-pages_3.76.bb => man-pages_3.82.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.76.bb => man-pages_3.82.bb} (86%) diff --git a/meta/recipes-extended/man-pages/man-pages_3.76.bb b

[OE-core] [PATCH 03/10] patch: 2.7.1 -> 2.7.5

2015-04-07 Thread Robert Yang
* Removed backport patch patch-CVE-2015-1196.patch * Add HOMEPAGE Signed-off-by: Robert Yang --- meta/recipes-devtools/patch/patch.inc |1 + .../patch/patch/patch-CVE-2015-1196.patch | 200 .../patch/{patch_2.7.1.bb => patch_2.7.5.bb} |6

[OE-core] [PATCH 06/10] socat: 1.7.2.4 -> 1.7.3.0

2015-04-07 Thread Robert Yang
Removed fix-cross-compiling-failed.patch and socat-1.7.2.4-linux-3.17.patch since upstream has fixed them. Updated README's LIC_FILES_CHKSUM, there is a word changed (GPL -> GPLv2, it should be GPLv2 as COPYING shows), its license is already "GPL-2.0+-with-OpenSSL-exception", so we just update the

[OE-core] [PATCH 05/10] gnupg: 2.1.1 -> 2.1.2

2015-04-07 Thread Robert Yang
Signed-off-by: Robert Yang --- .../gnupg/{gnupg_2.1.1.bb => gnupg_2.1.2.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.1.1.bb => gnupg_2.1.2.bb} (89%) diff --git a/meta/recipes-support/gnupg/gnupg_2.1.1.bb b/meta/recipes-suppor

[OE-core] [PATCH 01/10] strace: 4.9 -> 4.10

2015-04-07 Thread Robert Yang
Updated patches: Makefile-ptest.patch strace-add-configure-options.patch Fixed: debugedit: netlink_unix_diag: canonicalization unexpectedly shrank by one character It was because oe_runmake -C ${TESTDIR} buildtest-TESTS didn't set OS and ARCH, which caused "-I//" in gcc options, and would cause

[OE-core] [PATCH 04/10] libgcrypt: 1.6.2 -> 1.6.3

2015-04-07 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb |4 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb |4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb create mode 100644 m

[OE-core] [PATCH 08/10] groff: 1.22.2 -> 1.22.3

2015-04-07 Thread Robert Yang
* Updated groff-1.22.2-correct-man.local-install-path.patch * Add perl to RDEPENDS_groff since /usr/bin/perf is a perl script now. Signed-off-by: Robert Yang --- ...off-1.22.2-correct-man.local-install-path.patch | 36 +++- .../groff/{groff_1.22.2.bb => groff_1.22.3.bb} |

[OE-core] [PATCH 00/10] Package Upgrades

2015-04-07 Thread Robert Yang
The following changes since commit fbaddd724855a829698d853a70eee86118d6a5e7: package_manager: call createrepo with --dbpath pointing inside WORKDIR (2015-04-02 12:00:55 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/PU http://cgit.o

[OE-core] [PATCH 10/10] glib-2.0: 2.42.1 -> 2.44.0

2015-04-07 Thread Robert Yang
Signed-off-by: Robert Yang --- .../{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb} (83%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.42.1.bb b/meta/r

[OE-core] [PATCH 07/10] dhcp: 4.3.1 -> 4.3.2

2015-04-07 Thread Robert Yang
Removed dhcp-xen-checksum.patch since already merged. Signed-off-by: Robert Yang --- .../dhcp/dhcp/dhcp-xen-checksum.patch | 307 .../dhcp/{dhcp_4.3.1.bb => dhcp_4.3.2.bb} |5 +- 2 files changed, 2 insertions(+), 310 deletions(-) delete mode 10064

[OE-core] [PATCH 02/10] libuser: 0.60 -> 0.61

2015-04-07 Thread Robert Yang
Removed fixsepbuild.patch since it is not needed any more. Signed-off-by: Robert Yang --- .../libuser/libuser/fixsepbuild.patch | 35 .../libuser/{libuser_0.60.bb => libuser_0.61.bb} |6 ++-- 2 files changed, 3 insertions(+), 38 deletions(-) delete mode

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Iorga, Cristian
The aforementioned packageconfigs are just examples/guidelines, we added code for diverse recipes on a case by case scenario. -Original Message- From: Tanu Kaskinen [mailto:tanu.kaski...@linux.intel.com] Sent: Tuesday, April 7, 2015 1:27 PM To: Iorga, Cristian Cc: openembedded-core@lists

Re: [OE-core] [wic][PATCH] wic: extended list of paths in find_binary_path

2015-04-07 Thread Otavio Salvador
On Tue, Apr 7, 2015 at 7:52 AM, Ed Bartosh wrote: > On Mon, Apr 06, 2015 at 11:28:24AM -0300, Otavio Salvador wrote: >> >> >> >> If we want to have it as a 'standalone' tool we will need to somehow >> >> package the tool set for it to use, otherwise we have a maintenance >> >> nightmare (does patc

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Iorga, Cristian
Well: 1. That's a thing for the future 2. Who will maintain support for bugs reported to BlueZ 4.x? It's a matter of resources. 3. "Projects using different Bluetooth implementations" is something different from switching from BZ4 to BZ5 and vice versa. We don’t support multiple Bluetooth stacks

[OE-core] [PATCHv2] fontcache: allow to pass different fontconfig cache dir

2015-04-07 Thread Martin Jansa
Signed-off-by: Martin Jansa --- v2: added --with-cache-dir to fontconfig EXTRA_OECONF in case that was what Ross wanted meta/classes/fontcache.bbclass| 4 ++-- meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb | 4 +++- scripts/postinst-intercepts/update_font_cach

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Martin Jansa
On Mon, Apr 06, 2015 at 02:32:13PM +, Iorga, Cristian wrote: > for 2.0 (why 1.10??), if that will be the name, all mechanisms for > having BlueZ alternatives will be removed, and BlueZ 5 will be the > only official supported BT stack. why would you remove mechanisms for having BlueZ alternativ

Re: [OE-core] [wic][PATCH] wic: extended list of paths in find_binary_path

2015-04-07 Thread Ed Bartosh
On Mon, Apr 06, 2015 at 11:28:24AM -0300, Otavio Salvador wrote: > >> > >> If we want to have it as a 'standalone' tool we will need to somehow > >> package the tool set for it to use, otherwise we have a maintenance > >> nightmare (does patch X has been applied to Parted?). > >> > > Can you elabor

Re: [OE-core] [wic][PATCH 2/2] wic: support ontrackdm6aux3 partitions

2015-04-07 Thread Ed Bartosh
On Tue, Apr 07, 2015 at 12:21:59PM +0200, Alexandre Belloni wrote: > ontrack dm6 aux3 is a type of partition required to be able to boot a > Freescale > mxs based platform. > > Signed-off-by: Alexandre Belloni > --- > scripts/lib/wic/utils/partitionedfs.py | 2 ++ > 1 file changed, 2 insertions

Re: [OE-core] [wic][PATCH 1/2] wic: rawcopy: ensure comparison is done on int

2015-04-07 Thread Ed Bartosh
On Tue, Apr 07, 2015 at 12:21:58PM +0200, Alexandre Belloni wrote: > The size comparison may fail because it is done on strings rather than > integers. > > Signed-off-by: Alexandre Belloni > --- > scripts/lib/wic/plugins/source/rawcopy.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[OE-core] [wic][PATCH 1/2] wic: rawcopy: ensure comparison is done on int

2015-04-07 Thread Alexandre Belloni
The size comparison may fail because it is done on strings rather than integers. Signed-off-by: Alexandre Belloni --- scripts/lib/wic/plugins/source/rawcopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/scripts/lib/wic/plugins

[OE-core] [wic][PATCH 2/2] wic: support ontrackdm6aux3 partitions

2015-04-07 Thread Alexandre Belloni
ontrack dm6 aux3 is a type of partition required to be able to boot a Freescale mxs based platform. Signed-off-by: Alexandre Belloni --- scripts/lib/wic/utils/partitionedfs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lib/wic/utils/partitionedfs.py b/scripts/lib/wic/utils/pa

Re: [OE-core] [PATCH 5/5] bluetooth.bbclass: set bluez5 as the default BT stack

2015-04-07 Thread Tanu Kaskinen
On Fri, 2015-04-03 at 17:13 +0300, Cristian Iorga wrote: > # Use this with: > # inherit bluetooth > # PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', > '${BLUEZ}', '', d)} > # PACKAGECONFIG[bluez4] = "--enable-bluez4,--disable-bluez4,bluez4" > +# if the obsolete, but

[OE-core] [wic][PATCH] wic: Implement --build-rootfs command line option

2015-04-07 Thread Ed Bartosh
-f/--build-rootfs option makes wic to run bitbake to produce rootfs. This option requires image name to be specified with -e/--image-name. Signed-off-by: Ed Bartosh --- scripts/lib/image/help.py | 10 ++ scripts/wic | 25 ++--- 2 files changed, 28 inser

Re: [OE-core] [PATCH 1/2] util-linux: split util-linux-sulogin

2015-04-07 Thread Andreas Oberritter
Hello Chen Qi, On 25.03.2015 10:11, Chen Qi wrote: > [YOCTO #6698] > > Signed-off-by: Chen Qi > --- > meta/recipes-core/util-linux/util-linux.inc | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-core/util-linux/util-linux.inc > b/meta/recipes-co

Re: [OE-core] [PATCH 03/24] binutils: upgrade to 2.25

2015-04-07 Thread Richard Purdie
I ran an older patchset containing this against the autobuilder. We have two problems which I think are 2.25 related: http://errors.yoctoproject.org/Errors/Search/?items=10&query=56f680b60ab5fd396f2a65431376683ca6707127 libunwind is failing on x86, likely due to: https://gcc.gnu.org/bugzilla/sho

[OE-core] [wic][PATCH] wic: make error message more informative

2015-04-07 Thread Ed Bartosh
Included name of the missing program into the error message produced by exec_native_cmd when program is not found. Removed mentioning of the host programs as this API is not running them anymore. Signed-off-by: Ed Bartosh --- scripts/lib/wic/utils/oe/misc.py | 4 ++-- 1 file changed, 2 insertio

Re: [OE-core] fetch race problem

2015-04-07 Thread Steffen Sledz
Am 24.03.2015 um 12:12 schrieb Richard Purdie: > On Tue, 2015-03-24 at 12:00 +0100, Steffen Sledz wrote: >> We hit the following problem in oe-classic. And we're not sure if this >> problem may occur in current oe too, or if it is fixed there. >> >> They are two or more recipes (may be in differen

[OE-core] [wic][PATCH] wic: don't use host paths when looking for native tools

2015-04-07 Thread Ed Bartosh
exec_native_cmd should not use host paths in $PATH to avoid finding and using host tools. [YOCTO: #6204] Signed-off-by: Ed Bartosh --- scripts/lib/wic/utils/oe/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe

[OE-core] [PATCH] xorg-server: Security Advisory - xorg-server - CVE-2015-0255

2015-04-07 Thread Li Zhou
Updated x11-server packages fix security vulnerability: Olivier Fourdan from Red Hat has discovered a protocol handling issue in the way the X server code base handles the XkbSetGeometry request, where the server trusts the client to send valid string lengths. A malicious client with string length