[OE-core] [PATCH v2 6/9] devtool: add: use correct bbappend file name with -V option

2015-04-27 Thread Paul Eggleton
We weren't adding the version into the bbappend file name when -V was specified which meant that building or resetting failed. Also adjust one of the tests so that we're testing devtool add both with and without this option. Fixes [YOCTO #7647]. Signed-off-by: Paul Eggleton

[OE-core] [PATCH v2 2/9] devtool: modify: implement --no-same-dir

2015-04-27 Thread Paul Eggleton
From: Markus Lehtonen markus.lehto...@linux.intel.com This option can be used to have a separate build directory, in order to keep the srctree directory clean for packages that do not need to be built in the source directory. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com ---

[OE-core] [PATCH v2 3/9] oe-selftest: devtool: fix test_devtool_update_recipe_git

2015-04-27 Thread Paul Eggleton
Make this test work after recent changes to the mtd-utils recipe, and hopefully make it robust against any future changes. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/oeqa/selftest/devtool.py | 26 +- 1 file changed, 17 insertions(+), 9

[OE-core] [PATCH v2 1/9] devtool: modify: use B=S if that is the default for the recipe

2015-04-27 Thread Paul Eggleton
From: Markus Lehtonen markus.lehto...@linux.intel.com Makes the build succeed for packages which do not support separate build directory, e.g. zlib. The same outcome could be achieved with the --same-dir option, but, it's generally hard to tell if a random package would need that option. The

[OE-core] [PATCH v2 8/9] devtool: update-recipe: handle unversioned bbappends

2015-04-27 Thread Paul Eggleton
Use the proper bbappend file name, don't just assume it will have a version suffix (because it won't if the original recipe doesn't). Fixes [YOCTO #7651]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/lib/devtool/standard.py | 14 +++--- 1 file changed, 7

[OE-core] [PATCH v2 7/9] devtool: reset: avoid errors in case file no longer exists

2015-04-27 Thread Paul Eggleton
If you manually delete files in the workspace layer (which you really shouldn't) it was possible to get yourself into the situation where you couldn't reset because we were attempting to check if the file had been modified and erroring out if it couldn't be opened. If the file's not there anymore

[OE-core] [PATCH v2 0/9] devtool fixes

2015-04-27 Thread Paul Eggleton
This series rolls up some patches previously posted by Markus (with very minor tweaks to a couple of the commit messages), and adds some additional patches from me. Changes since v1: * Drop devtool: extract: remove patches when S=WORKDIR as it needs further work * Replace Markus's oe-selftest

[OE-core] [PATCH v2 4/9] devtool: include bbappends in recipe parsing

2015-04-27 Thread Paul Eggleton
From: Markus Lehtonen markus.lehto...@linux.intel.com In order to get correct metadata, SRCREV for example. Fixes [YOCTO #7648]. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- meta/lib/oe/recipeutils.py | 6 +++--- scripts/lib/devtool/standard.py | 35

[OE-core] [PATCH v2 5/9] devtool: handle . in recipe name

2015-04-27 Thread Paul Eggleton
Names such as glib-2.0 are valid (and used) recipe names, so we need to support them. Fixes [YOCTO #7643]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/oe/recipeutils.py | 4 ++-- scripts/devtool| 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

[OE-core] [PATCH v2 9/9] devtool: update-recipe: check if source tree is a git repository

2015-04-27 Thread Paul Eggleton
If you've done devtool add (or devtool modify without -x) then it's possible that the external source tree is not a git repository, so we should handle that case here instead of printing a traceback. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/lib/devtool/standard.py |

Re: [OE-core] [dizzy][PATCH 1/3] pulseaudio: use stricter PACKAGES_DYNAMIC

2015-04-27 Thread Martin Jansa
On Tue, Apr 21, 2015 at 12:53:01PM +0200, Martin Jansa wrote: * I don't see any usage for libpulse-* packages * adding '-' resolves the issue when we have separate recipe for pulseaudio-modules-droid which isn't built to satisfy RDEPENDS with the same name, because generic pulseaudio

Re: [OE-core] [fido][PATCH 1/4] elfutils: fix build with -Os

2015-04-27 Thread Martin Jansa
On Tue, Apr 21, 2015 at 12:53:37PM +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ping for all 4 changes --- ...m-Silence-Werror-maybe-uninitialized-fals.patch | 35 ++ meta/recipes-devtools/elfutils/elfutils_0.161.bb | 1 + 2 files

[OE-core] [PATCH 0/1] populate_sdk_base: also record the host part into manifest

2015-04-27 Thread Chen Qi
The following changes since commit 46869abf72c1c5babce49537f221d7a4f53ca820: oeqa/selftest/toaster: fix bad indent (2015-04-27 10:09:55 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/populate_sdk_base-manifest

[OE-core] [PATCH 1/1] populate_sdk_base: also record the host part into manifest

2015-04-27 Thread Chen Qi
For now, we can create manifest for the target part for SDK. I think it's nice to have a place for users to look into to examine contents of the host part of SDK. This also affects uninative-tarball and buildtools-tarball as they inherit populate_sdk.bbclass. After this change, we could have a

Re: [OE-core] [PATCH 1/2] tzcode: update to 2014d

2015-04-27 Thread Paul Eggleton
On Friday 24 April 2015 14:38:38 Armin Kuster wrote: Changes affecting code zic has some minor performance improvements. Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/recipes-extended/tzcode/tzcode-native_2015c.bb | 11 ---

Re: [OE-core] [PATCH] split_and_strip_files: regroup hardlinks to make build deterministic

2015-04-27 Thread Richard Purdie
On Wed, 2015-04-22 at 22:57 +0300, Ed Bartosh wrote: Reverted 7c0fd561bad0250a00cef63e3d787573112a59cf Created separate group of hardlinks for the files inside the same package. This should prevent stripped files to be populated outside of package directories. [YOCTO #7586]

[OE-core] [PATCH] xkeyboard-config: modified the license

2015-04-27 Thread Lei Maohui
Because usr/share/X11/xkb/symbols/eu and usr/share/X11/xkb/symbols/ph are GPLv3. So add GPLv3 in the license. Signed-off-by: Lei Maohui leimao...@cn.fujitsu.com --- meta/recipes-graphics/xorg-lib/xkeyboard-config_2.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [RFC] remove the subversion_1.6.15.bb

2015-04-27 Thread Rongqing Li
Hi: there are two version subversion in oe-core, Do we have special need on subversion 1.6.15, if not, I like to remove it ./meta/recipes-devtools/subversion/subversion_1.8.13.bb ./meta/recipes-devtools/subversion/subversion_1.6.15.bb -Roy -Roy --

Re: [OE-core] [PATCH v5 4/4] bluez5: don't exclude from world builds

2015-04-27 Thread Richard Purdie
On Sun, 2015-04-26 at 18:17 -0700, Christopher Larson wrote: On Sun, Apr 26, 2015 at 2:57 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2015-04-23 at 17:38 +0300, Cristian Iorga wrote: As BlueZ5 will be the default Bluetooth stack, don't

[OE-core] [PATCH] subversion: upgrade it from 1.8.11 to 1.8.13

2015-04-27 Thread rongqing.li
From: Roy Li rongqing...@windriver.com upgrade to fix two CVE defects: CVE-2015-0248 and CVE-2015-0251 Signed-off-by: Roy Li rongqing...@windriver.com --- .../{subversion-1.8.11 = subversion-1.8.13}/disable_macos.patch | 0 .../{subversion-1.8.11 = subversion-1.8.13}/libtool2.patch

Re: [OE-core] [dizzy][PATCH 1/3] pulseaudio: use stricter PACKAGES_DYNAMIC

2015-04-27 Thread Otavio Salvador
On Mon, Apr 27, 2015 at 8:04 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Apr 21, 2015 at 12:53:01PM +0200, Martin Jansa wrote: * I don't see any usage for libpulse-* packages * adding '-' resolves the issue when we have separate recipe for pulseaudio-modules-droid which isn't

Re: [OE-core] [fido][PATCH 1/4] elfutils: fix build with -Os

2015-04-27 Thread Otavio Salvador
On Mon, Apr 27, 2015 at 8:04 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Apr 21, 2015 at 12:53:37PM +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ping for all 4 changes Ack for all 4 changes -- Otavio Salvador O.S.

Re: [OE-core] [PATCH] image_types.bbclass: add support for multiple ubi sizes

2015-04-27 Thread Otavio Salvador
On Fri, Apr 24, 2015 at 9:32 PM, Pushpal Sidhu psi...@gateworks.com wrote: Add new FSTYPE called 'multiubi'. This new type has the ability to create multple ubi's, something that's extremely useful on boards that can include varying flash sizes (e.g. 256MB vs 2GB). Because we don't want to

[OE-core] [master-next][PATCHv3] wic: Add plugin for single partition disk

2015-04-27 Thread Adrian Freihofer
The wic plugin creates a disk image containig one ext2/3/4 partition. No additional boot partition is required. Syslinux is installed into the image. The target device is a legacy BIOS PC. Purpose of this plugin: Other avaliable plugins create a fat partition for /boot and an ext partition for

Re: [OE-core] [PATCH v5 4/4] bluez5: don't exclude from world builds

2015-04-27 Thread Christopher Larson
On Mon, Apr 27, 2015 at 12:13 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2015-04-26 at 18:17 -0700, Christopher Larson wrote: On Sun, Apr 26, 2015 at 2:57 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2015-04-23 at 17:38 +0300,

Re: [OE-core] [PATCH 07/14] subversion: Add -P to CPPFLAGS

2015-04-27 Thread Burton, Ross
On 24 April 2015 at 04:35, Khem Raj raj.k...@gmail.com wrote: -inherit gettext +inherit gettext pythonnative Why are you doing this? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [fido][PATCH 1/4] elfutils: fix build with -Os

2015-04-27 Thread Richard Purdie
On Mon, 2015-04-27 at 13:04 +0200, Martin Jansa wrote: On Tue, Apr 21, 2015 at 12:53:37PM +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ping for all 4 changes I had hoped the fido maintainer would look at this but evidently not. I merged three of them, I did

Re: [OE-core] [RFC] remove the subversion_1.6.15.bb

2015-04-27 Thread Martin Jansa
On Mon, Apr 27, 2015 at 03:12:25PM +0100, Richard Purdie wrote: On Mon, 2015-04-27 at 16:18 +0800, Rongqing Li wrote: Hi: there are two version subversion in oe-core, Do we have special need on subversion 1.6.15, if not, I like to remove it

Re: [OE-core] [RFC] remove the subversion_1.6.15.bb

2015-04-27 Thread Richard Purdie
On Mon, 2015-04-27 at 16:18 +0800, Rongqing Li wrote: Hi: there are two version subversion in oe-core, Do we have special need on subversion 1.6.15, if not, I like to remove it ./meta/recipes-devtools/subversion/subversion_1.8.13.bb

Re: [OE-core] [PATCH 1/3] license.bbclass: allow copying license not in common licenses

2015-04-27 Thread Paul Eggleton
Hi Jackie, A couple of comments in-line below. On Thursday 23 April 2015 17:38:15 jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Some package like linux-firmware has many licenses that aren't in any way common, and new ones will be added from time to time,

Re: [OE-core] [PATCH 03/14] xserver-xorg: Fix build with gcc-5

2015-04-27 Thread Burton, Ross
Oh, and upstream has merged a different fix: http://cgit.freedesktop.org/xorg/xserver/commit/hw/xfree86/sdksyms.sh?id=21b896939c5bb242f3aacc37baf12379e43254b6 Ross On 27 April 2015 at 15:58, Burton, Ross ross.bur...@intel.com wrote: On 24 April 2015 at 04:35, Khem Raj raj.k...@gmail.com

Re: [OE-core] [oe-commits] Cristian Iorga : bluez4: add proper systemd support

2015-04-27 Thread Martin Jansa
On Sun, Apr 26, 2015 at 09:58:38PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master-next Commit: c7fe8d52563619e2a248255ee7225593f5bb498f URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=c7fe8d52563619e2a248255ee7225593f5bb498f

[OE-core] [PATCH] wic: remove intermediate partitions

2015-04-27 Thread Alexandre Belloni
Remove intermediate partitions that may have been created by a previous wic invocation. Those partitions are causing issues on some systems. In particular vfat partition creation is hanging on mcopy execution on Fedora. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

Re: [OE-core] [PATCH] wic: remove intermediate partitions

2015-04-27 Thread Alexandre Belloni
Hi, On 28/04/2015 at 01:29:07 +0200, Alexandre Belloni wrote : Remove intermediate partitions that may have been created by a previous wic invocation. Those partitions are causing issues on some systems. In particular vfat partition creation is hanging on mcopy execution on Fedora. I

[OE-core] [PATCH] subversion: remove 1.6.X recipes

2015-04-27 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Removing the 1.6.X recipes, since there is a new version 1.8.X recipes, and hope that all projects already upgraded their premirror caches to use new format Signed-off-by: Roy Li rongqing...@windriver.com --- .../subversion/disable-revision-install.patch

Re: [OE-core] [PATCH 0/7] Add basic fitImage support

2015-04-27 Thread Marek Vasut
On Thursday, October 23, 2014 at 01:26:01 AM, Burton, Ross wrote: On 19 October 2014 20:15, Marek Vasut ma...@denx.de wrote: This series cleans up the code in kernel.bbclass and separates out the uImage generation. The last patch in this series then adds support for generation of the

Re: [OE-core] [PATCH 0/7] Add basic fitImage support

2015-04-27 Thread Marek Vasut
On Sunday, October 19, 2014 at 09:32:11 PM, Otavio Salvador wrote: On Sun, Oct 19, 2014 at 5:15 PM, Marek Vasut ma...@denx.de wrote: This series cleans up the code in kernel.bbclass and separates out the uImage generation. The last patch in this series then adds support for generation of

Re: [OE-core] [PATCH 4/7] kernel: Pull uImage generation into separate class

2015-04-27 Thread Marek Vasut
On Monday, October 27, 2014 at 07:59:42 AM, Koen Kooi wrote: Hi! sorry for the very late reply. So uh, what exactly would you propose then? Ask the BSPs to cater for the change ? I don't quite like that option, since it's like breaking an API (or similar interface, I'm not sure what the

Re: [OE-core] [PATCH 1/3] license.bbclass: allow copying license not in common licenses

2015-04-27 Thread Huang, Jie (Jackie)
-Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Monday, April 27, 2015 10:52 PM To: Huang, Jie (Jackie) Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/3] license.bbclass: allow copying license not in common

[OE-core] [PATCH 04/11] bind: remove 5 backport patches

2015-04-27 Thread Robert Yang
They are backport patches, and verified that the patches are in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../bind/bind/bind-9.8.1-CVE-2012-5166.patch | 119 - .../bind/bind/bind-CVE-2011-4313.patch | 89

[OE-core] [PATCH 05/11] logrotate: remove logrotate-CVE-2011-1548.patch

2015-04-27 Thread Robert Yang
It is a backport patch, and verified that the patch is in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../logrotate/logrotate-CVE-2011-1548.patch| 43 1 file changed, 43 deletions(-) delete mode 100644

[OE-core] [PATCH 10/11] texinfo: remove enumerate_greater_than_ten.patch

2015-04-27 Thread Robert Yang
It is a backport patch, and verified that the patch is in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../texinfo/enumerate_greater_than_ten.patch | 51 1 file changed, 51 deletions(-) delete mode 100644

[OE-core] [PATCH 03/11] libxml2: remove libxml2-CVE-2014-3660.patch

2015-04-27 Thread Robert Yang
It is a backport patch, and verified that the patch is in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../libxml/libxml2/libxml2-CVE-2014-3660.patch | 147 1 file changed, 147 deletions(-) delete mode 100644

[OE-core] [PATCH 02/11] nspr: remove nspr-CVE-2014-1545.patch

2015-04-27 Thread Robert Yang
It is a backport patch, and verified that the patch is in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../nspr/nspr/nspr-CVE-2014-1545.patch | 67 1 file changed, 67 deletions(-) delete mode 100644

[OE-core] [PATCH 08/11] lttng-modules: remove bio-bvec-iter.patch

2015-04-27 Thread Robert Yang
It is aready in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../lttng/lttng-modules/bio-bvec-iter.patch| 156 1 file changed, 156 deletions(-) delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/bio-bvec-iter.patch diff --git

[OE-core] [PATCH 07/11] openssl: remove 3 patches

2015-04-27 Thread Robert Yang
Removed: - openssl-avoid-NULL-pointer-dereference-in-dh_pub_encode.patch - upgate-vegsion-script-for-1.0.2.patch Since they are already in the source. - make-targets.patch It removed test dir from DIRS, which is not needed any more since we need build it. Signed-off-by: Robert Yang

[OE-core] [PATCH 01/11] python3: remove sys_platform_is_now_always_linux2.patch

2015-04-27 Thread Robert Yang
It is aready in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../sys_platform_is_now_always_linux2.patch| 29 1 file changed, 29 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3/sys_platform_is_now_always_linux2.patch

[OE-core] [PATCH 00/11 V2] Fixes for dangling patches

2015-04-27 Thread Robert Yang
* V2 Verified the backport patches are in the source, and updated the commit message. // Robert The following changes since commit a9eededcb33b2ee41a061298610126436dfc2c11: ptest: add recommends to ptest-runner (2015-04-27 15:26:15 +0100) are available in the git repository at:

[OE-core] [PATCH 11/11] elfutils: enable fix-build-gcc-4.8.patch

2015-04-27 Thread Robert Yang
The patch fixes a warning seen with gcc 4.8 (especially on ubuntu 13.10) Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/elfutils/elfutils_0.148.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb

[OE-core] [PATCH 06/11] kmod: remove 0001-Makefile.am-fix-parallel-build-problem.patch

2015-04-27 Thread Robert Yang
Confirmed with the author Qi, it isn't needed. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- ...01-Makefile.am-fix-parallel-build-problem.patch | 29 1 file changed, 29 deletions(-) delete mode 100644

[OE-core] [PATCH 09/11] libaio: remove libaio-generic.patch

2015-04-27 Thread Robert Yang
It is already in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../libaio/libaio/libaio-generic.patch | 65 1 file changed, 65 deletions(-) delete mode 100644 meta/recipes-extended/libaio/libaio/libaio-generic.patch diff --git

Re: [OE-core] [PATCH v5 4/4] bluez5: don't exclude from world builds

2015-04-27 Thread Richard Purdie
On Mon, 2015-04-27 at 07:17 -0700, Christopher Larson wrote: 8262012a90273a4726ebaaf5c4da61262542e69d in bitbake added the initial 'world' implementation, which didn't do such a removal, but did explicitly skip virtual/*, and it looks like aff3227b5e4a3dee9bceb120aac11f4bf3ac6409 implemented

Re: [OE-core] [PATCH 07/14] subversion: Add -P to CPPFLAGS

2015-04-27 Thread Khem Raj
On Apr 27, 2015, at 8:03 AM, Burton, Ross ross.bur...@intel.com wrote: On 24 April 2015 at 04:35, Khem Raj raj.k...@gmail.com mailto:raj.k...@gmail.com wrote: -inherit gettext +inherit gettext pythonnative Why are you doing this? Don’t have the error handy right now something swig

Re: [OE-core] [PATCH v5 4/4] bluez5: don't exclude from world builds

2015-04-27 Thread Richard Purdie
On Mon, 2015-04-27 at 16:14 +0100, Richard Purdie wrote: On Mon, 2015-04-27 at 07:17 -0700, Christopher Larson wrote: 8262012a90273a4726ebaaf5c4da61262542e69d in bitbake added the initial 'world' implementation, which didn't do such a removal, but did explicitly skip virtual/*, and it looks

Re: [OE-core] [PATCH 03/14] xserver-xorg: Fix build with gcc-5

2015-04-27 Thread Khem Raj
On Apr 27, 2015, at 7:59 AM, Burton, Ross ross.bur...@intel.com wrote: Oh, and upstream has merged a different fix: http://cgit.freedesktop.org/xorg/xserver/commit/hw/xfree86/sdksyms.sh?id=21b896939c5bb242f3aacc37baf12379e43254b6

[OE-core] Mariadb 5.5.39 can not be downloaded anymore.

2015-04-27 Thread scerveau
This url answers with 404 status: http://mirror.stshosting.co.uk/mariadb/mariadb-5.5.39/source/mariadb-5.5.39.tar.gz Shall we update the recipe or wait for the server to be up ? -- Stéphane Cerveau Tech Lead Audio Voxtok Technologies 04 34 40 82 43 www.voxtok.com --

Re: [OE-core] Mariadb 5.5.39 can not be downloaded anymore.

2015-04-27 Thread scerveau
It looks that 5.5.39 has been removed. http://mirror.stshosting.co.uk/mariadb/mariadb-5.5.42/source is available. Shall we update or put the package on another mirror ? BR. Stéphane On 04/27/2015 05:41 PM, scerveau wrote: This url answers with 404 status:

Re: [OE-core] [PATCH 13/14] fontconfig: Upgrade to 2.11.93

2015-04-27 Thread Burton, Ross
This is a development snapshot which the mailing list shows has known problems. Let's wait for 2.12 or cherry-pick any required fixes. Ross On 24 April 2015 at 04:35, Khem Raj raj.k...@gmail.com wrote: LIC_FILES_CHKSUM change is due to shifting of the hunk to different line numbers, checksum

Re: [OE-core] [PATCH 13/14] fontconfig: Upgrade to 2.11.93

2015-04-27 Thread Khem Raj
On Apr 27, 2015, at 8:49 AM, Burton, Ross ross.bur...@intel.com wrote: This is a development snapshot which the mailing list shows has known problems. Let's wait for 2.12 or cherry-pick any required fixes. fair enough. I will have to dig into what needs to be back ported. Ross On

Re: [OE-core] [oe-commits] Bruno Bottazzini : systemd 219 - system 219-stable

2015-04-27 Thread Martin Jansa
On Mon, Apr 27, 2015 at 02:37:20PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: c21bf9d7bb0cb90392ed50a44c57a3d068b88ef9 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=c21bf9d7bb0cb90392ed50a44c57a3d068b88ef9 Author:

[OE-core] [PATCH] sanity.bbclass: Increased verbosity for connectivity check

2015-04-27 Thread Mariano Lopez
The connectivity sanity error doesn't tell you which URL failed to fetch nor how it failed. This provides the URL that failed and why it failed using BBFetchException messages during the connectivity check. Please disregard previous patch with the same topic. [YOCTO #7592] Signed-off-by: