[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 ed.bart...@linux.intel.com --- 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

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 different

[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

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 qi.c...@windriver.com --- 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

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=10query=56f680b60ab5fd396f2a65431376683ca6707127 libunwind is failing on x86, likely due to:

[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 ed.bart...@linux.intel.com --- scripts/lib/wic/utils/oe/misc.py | 4 ++--

[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 image to produce rootfs. This option requires image name to be specified with -e/--image-name. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- scripts/lib/image/help.py | 10 ++ scripts/wic | 25

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 still

[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 alexandre.bell...@free-electrons.com --- scripts/lib/wic/utils/partitionedfs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git

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 alexandre.bell...@free-electrons.com --- scripts/lib/wic/utils/partitionedfs.py | 2 ++

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

2015-04-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- 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 +++-

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

2015-04-07 Thread Robert Yang
Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../{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

[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 alexandre.bell...@free-electrons.com --- scripts/lib/wic/plugins/source/rawcopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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 alexandre.bell...@free-electrons.com --- scripts/lib/wic/plugins/source/rawcopy.py | 2 +- 1 file changed, 1

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:

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 ed.bart...@linux.intel.com 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

[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 ed.bart...@linux.intel.com --- 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 @@

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 elaborate a bit on how

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

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] [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 liezhi.y...@windriver.com --- meta/recipes-devtools/patch/patch.inc |1 + .../patch/patch/patch-CVE-2015-1196.patch | 200 .../patch/{patch_2.7.1.bb =

[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 liezhi.y...@windriver.com --- .../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

[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 liezhi.y...@windriver.com --- .../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

[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 liezhi.y...@windriver.com --- .../libuser/libuser/fixsepbuild.patch | 35 .../libuser/{libuser_0.60.bb = libuser_0.61.bb} |6 ++-- 2 files changed, 3 insertions(+), 38

[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 liezhi.y...@windriver.com --- .../{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

[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 -Ifoo// in gcc options, and would

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

2015-04-07 Thread Robert Yang
Signed-off-by: Robert Yang liezhi.y...@windriver.com --- 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

[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 liezhi.y...@windriver.com --- ...off-1.22.2-correct-man.local-install-path.patch | 36 +++- .../groff/{groff_1.22.2.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

[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 ed.bart...@linux.intel.com --- scripts/lib/wic/conf.py| 3 +-- scripts/lib/wic/creator.py | 2 +- scripts/lib/wic/imager/baseimager.py | 2 +-

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 --

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] 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 so it should

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 switching from

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

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
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, '', d}

[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 liezhi.y...@windriver.com --- 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

[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 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 liezhi.y...@windriver.com --- 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

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] [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 richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/binutils/binutils.inc

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 bruno.bottazz...@intel.com wrote: Khem, Could you verify this patch and see if this satisfies what you have pointed previously ?

[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 zhenhua@freescale.com 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 richard.pur...@linuxfoundation.org diff --git

[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

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, more

[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:

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 richard.pur...@linuxfoundation.org wrote: Add a patch based on one from Zhenhua Luo zhenhua@freescale.com 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

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 probably

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 that only

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 richard.pur...@linuxfoundation.org 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 richard.pur...@linuxfoundation.org

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 bruno.bottazz...@intel.com 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 bruno.bottazz...@intel.com wrote: Khem, Could

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 richard.pur...@linuxfoundation.org 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.

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

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

[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 de...@ti.com 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.

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 richard.pur...@linuxfoundation.org wrote: On Tue, 2015-04-07 at 12:33 -0700, Khem Raj wrote: On Apr 7, 2015, at 7:51 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: It can be useful to have gold available for testing even when

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 liezhi.y...@windriver.com wrote: On 04/08/2015 09:34 AM, Khem Raj wrote: On Apr 7, 2015, at 5:58 AM, Robert Yang liezhi.y...@windriver.com wrote: There should be only one dev package which is libbz2-dev, so remove bzip2-dev. Signed-off-by:

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 liezhi.y...@windriver.com wrote: There should be only one dev package which is libbz2-dev, so remove bzip2-dev. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/bzip2/bzip2_1.0.6.bb |3 ++- 1 file changed, 2

[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 ticot...@gmail.com --- meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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 liezhi.y...@windriver.com wrote: There should be only one dev package which is libbz2-dev, so remove bzip2-dev. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

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 liezhi.y...@windriver.com wrote: On 04/08/2015 09:34 AM, Khem Raj wrote: On Apr 7, 2015, at 5:58 AM, Robert Yang liezhi.y...@windriver.com wrote: There should be only one dev package which is libbz2-dev,

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 liezhi.y...@windriver.com --- .../{glib-2.0_2.42.1.bb = glib-2.0_2.44.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename