Re: [OE-core] [PATCH 0/2] linux-firmware: fix the mess of licenses

2015-04-20 Thread Huang, Jie (Jackie)
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Friday, April 17, 2015 7:02 PM > To: Huang, Jie (Jackie) > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 0/2] linux-firmware: fix the mess of licenses > > Hi Jackie, >

[OE-core] [PATCH 0/1] libunwind: use gold for all archs

2015-04-20 Thread Robert Yang
The following changes since commit 97d56a5b8e4f15eb32095f242eb2fd62fc5d85f2: gmp: remove referencing paths from the build host (2015-04-19 13:34:06 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/libunwind http://cgit.openembedded.or

[OE-core] [PATCH 1/1] libunwind: use gold for all archs

2015-04-20 Thread Robert Yang
At least the following boards have build errors without using gold: qemux86, qemux86-64, qemuarm, qemuaarch64, qemuppc. The error is: ld: copy reloc against protected `_Uaarch64_local_addr_space' is invalid ld: failed to set dynamic section sizes: Bad value ld: copy reloc against protected `_Uaarc

[OE-core] [PATCH 4/8] dbus-glib: 0.102 -> 0.104

2015-04-20 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-core/dbus/dbus-glib_0.102.bb |5 - meta/recipes-core/dbus/dbus-glib_0.104.bb |4 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.102.bb create mode 100644 meta/recipes-core/dbus/d

[OE-core] [PATCH 5/8] cryptodev: 1.6 -> 1.7

2015-04-20 Thread Robert Yang
* Remove 0002-In-the-3.13-rc1-Linux-kernel-the-INIT_COMPLETION-mac.patch since it was a backported patch. * Updated 0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch. Signed-off-by: Robert Yang --- ...yptodev-linux_1.6.bb => cryptodev-linux_1.7.bb} |4 +- ...todev-module_1.6

[OE-core] [PATCH 3/8] ccache: 3.1.9 -> 3.1.11

2015-04-20 Thread Robert Yang
Signed-off-by: Robert Yang --- .../ccache/{ccache_3.1.9.bb => ccache_3.1.11.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ccache/{ccache_3.1.9.bb => ccache_3.1.11.bb} (45%) diff --git a/meta/recipes-devtools/ccache/ccache_3.1.9.bb b/meta/recipe

[OE-core] [PATCH 1/8] cracklib: 2.9.2 -> 2.9.3

2015-04-20 Thread Robert Yang
Signed-off-by: Robert Yang --- .../{cracklib_2.9.2.bb => cracklib_2.9.3.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-extended/cracklib/{cracklib_2.9.2.bb => cracklib_2.9.3.bb} (90%) diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.2.bb b

[OE-core] [PATCH 6/8] liberror-perl: 0.17022 -> 0.17023

2015-04-20 Thread Robert Yang
Signed-off-by: Robert Yang --- ...or-perl_0.17022.bb => liberror-perl_0.17023.bb} |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/perl/{liberror-perl_0.17022.bb => liberror-perl_0.17023.bb} (83%) diff --git a/meta/recipes-devtools/perl/liberror-perl_0

[OE-core] [PATCH 0/8] Package Upgrades

2015-04-20 Thread Robert Yang
The following changes since commit 97d56a5b8e4f15eb32095f242eb2fd62fc5d85f2: gmp: remove referencing paths from the build host (2015-04-19 13:34:06 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/PUs http://cgit.openembedded.org/cgit.

[OE-core] [PATCH 2/8] directfb: 1.7.6 -> 1.7.7

2015-04-20 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-graphics/directfb/directfb_1.7.6.bb |8 meta/recipes-graphics/directfb/directfb_1.7.7.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-graphics/directfb/directfb_1.7.6.bb create mode 100

[OE-core] [PATCH 7/8] pax-utils: 0.9.2 -> 1.0.3

2015-04-20 Thread Robert Yang
Signed-off-by: Robert Yang --- .../{pax-utils_0.9.2.bb => pax-utils_1.0.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/pax-utils/{pax-utils_0.9.2.bb => pax-utils_1.0.3.bb} (83%) diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.9.2.bb

[OE-core] [PATCH 8/8] lz4: r127 -> r128

2015-04-20 Thread Robert Yang
* Add HOMEPAGE * Use github as the SRC_URI since its HOMEPAGE says it is the source. * The upgraded version is r128. Signed-off-by: Robert Yang --- .../recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-support

Re: [OE-core] [PATCH 0/2] linux-firmware: fix the mess of licenses

2015-04-20 Thread Paul Eggleton
On Monday 20 April 2015 07:33:34 Huang, Jie wrote: > > -Original Message- > > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > > Sent: Friday, April 17, 2015 7:02 PM > > To: Huang, Jie (Jackie) > > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH 0/

Re: [OE-core] [PATCH] lz4: fix QA issue

2015-04-20 Thread Jussi Kukkonen
On 20 April 2015 at 00:45, Armin Kuster wrote: > WARNING: Could not copy license file > > Signed-off-by: Armin Kuster > --- > meta/recipes-support/lz4/lz4.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb

Re: [OE-core] [PATCH 0/2] linux-firmware: fix the mess of licenses

2015-04-20 Thread Huang, Jie (Jackie)
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Monday, April 20, 2015 4:20 PM > To: Huang, Jie (Jackie) > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 0/2] linux-firmware: fix the mess of licenses > > On Monday 20

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

2015-04-20 Thread Martin Jansa
On Thu, Apr 09, 2015 at 01:35:39PM +0200, Martin Jansa wrote: > On Thu, Apr 09, 2015 at 11:12:30AM +0100, Richard Purdie wrote: > > On Tue, 2015-04-07 at 13:21 +0200, Martin Jansa wrote: > > > Signed-off-by: Martin Jansa > > > --- > > > v2: added --with-cache-dir to fontconfig EXTRA_OECONF in case

[OE-core] State of bitbake world, Failed tasks 2015-04-18

2015-04-20 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2015-04-18 == INFO: jenkins-job.sh-1.2.0 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150420_101945.log === common (1) === * /meta-openembedded/meta-oe/recipes-extended/dialog/dia

[OE-core] [meta-oe][dizzy][PATCH] gcc-4.9: backport from gcc trunk r212178

2015-04-20 Thread Stefan Müller-Klieser
When compiling meta-toolchain-qt5 on cortexa8, the compiler throws an internal compiler error: ... qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)': qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal c

Re: [OE-core] [dylan][PATCH 2/2] binutils: backport patch to fix build with gcc-4.9

2015-04-20 Thread Martin Jansa
On Fri, Apr 10, 2015 at 01:34:29PM +0200, Martin Jansa wrote: > * backported from 2.23.2, fixes: > work/x86_64-linux/binutils-native/2.23.1-r3/binutils-2.23.1/gas/write.c:409:24: > error: 'dummy.fr_type' may be used uninitialized in this function > [-Werror=maybe-uninitialized] >gas_assert (

Re: [OE-core] [PATCH 14/17] xserver-xf86-config: Preload graphics driver modules for musl

2015-04-20 Thread Burton, Ross
Hi Khem, On 11 April 2015 at 02:20, Khem Raj wrote: > musl does not support BIND_LAZY intentionally, which means > dlopen will always complain about missing symbols which is what > X does when loading graphics drivers, here we preload the needed > drivers for all emulator machines if libc is mus

[OE-core] Fwd: Re: [wic][PATCH] wic: try to find bitbake using find_executable API

2015-04-20 Thread Philip Balister
I forgot to cc the list. Unfortunately, this led to the commit going in with the reference to oe-classic. Please people, get your terminology correct. The word soup in the wold is insane. Philip Forwarded Message Subject: Re: [OE-core] [wic][PATCH] wic: try to find bitbake usi

[OE-core] [dizzy][PATCH] valgrind: enable building on 4.x kernel

2015-04-20 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../valgrind/enable.building.on.4.x.kernel.patch | 36 ++ meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 1 + 2 files changed, 37 insertions(+) create mode 100644 meta/recipes-devtools/valgrind/valgrind/enable.building.on.4.x.kernel.p

[OE-core] Clarification on backport and bugfix patch submittal process

2015-04-20 Thread Bryan Evenson
Last week I had submitted two patches (1f994e81717502fd9d3c2f69772ae8556e6de4cb and 433ec67686d6991d2d5f43fd1af957968da1971c) related to problems I had been having on the dizzy branch and was happy to see they were accepted. However, I only see the patches on the dizzy branch and I think these

Re: [OE-core] [PATCH] image.bbclass: Allow to remove do_rootfs -> virtual/kernel:do_packagedata dependency

2015-04-20 Thread Richard Purdie
On Mon, 2015-04-13 at 23:14 +0200, Martin Jansa wrote: > * this is causing dependency loops in some cases > e.g. linux-hp-tenderloin depends on initramfs-android-image, but > commit 41f0f86ec0a3e0b6f6c9bb4ef71a4215c00bf66c > Author: Richard Purdie > Date: Tue Jan 27 15:24:52 2015 +

[OE-core] [PATCHv2] image.bbclass: Allow to remove do_rootfs -> virtual/kernel:do_packagedata dependency

2015-04-20 Thread Martin Jansa
* this is causing dependency loops in some cases e.g. linux-hp-tenderloin depends on initramfs-android-image, but commit 41f0f86ec0a3e0b6f6c9bb4ef71a4215c00bf66c Author: Richard Purdie Date: Tue Jan 27 15:24:52 2015 + Subject: image: Add missing depends on virtual/kernel fo

Re: [OE-core] [PATCH] e2fsprogs: Package populate-extfs.sh and enable symlink install

2015-04-20 Thread Martin Jansa
On Fri, Apr 10, 2015 at 04:06:14PM +0200, Martin Jansa wrote: > * install populate-extfs.sh from contrib, be aware that in order > to use it you need to set DEBUGFS shell variable, otherwise it will > try to use debugfs from relative path which is almost always > incorrect: > CONTRIB_DIR=

Re: [OE-core] Clarification on backport and bugfix patch submittal process

2015-04-20 Thread Paul Eggleton
Hi Bryan, On Monday 20 April 2015 12:42:33 Bryan Evenson wrote: > Last week I had submitted two patches > (1f994e81717502fd9d3c2f69772ae8556e6de4cb and > 433ec67686d6991d2d5f43fd1af957968da1971c) related to problems I had been > having on the dizzy branch and was happy to see they were accepted.

Re: [OE-core] [PATCH] lz4: fix QA issue

2015-04-20 Thread akuster808
Jussi, Thanks for the information. I will update the recipe this week. - armin On 04/20/2015 01:21 AM, Jussi Kukkonen wrote: On 20 April 2015 at 00:45, Armin Kuster wrote: WARNING: Could not copy license file Signed-off-by: Armin Kuster --- meta/recipes-support/lz4/lz4.bb | 2 +- 1 file

Re: [OE-core] Clarification on backport and bugfix patch submittal process

2015-04-20 Thread Paul Eggleton
On Monday 20 April 2015 13:41:20 Bryan Evenson wrote: > Paul, > > > -Original Message- > > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > > Sent: Monday, April 20, 2015 9:18 AM > > To: Bryan Evenson > > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] C

Re: [OE-core] Clarification on backport and bugfix patch submittal process

2015-04-20 Thread Bryan Evenson
Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Monday, April 20, 2015 9:18 AM > To: Bryan Evenson > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Clarification on backport and bugfix patch submittal > process > > Hi

[OE-core] [fido][PATCH] image.bbclass: Allow to remove do_rootfs -> virtual/kernel:do_packagedata dependency

2015-04-20 Thread Martin Jansa
From: Martin Jansa * this is causing dependency loops in some cases e.g. linux-hp-tenderloin depends on initramfs-android-image, but commit 41f0f86ec0a3e0b6f6c9bb4ef71a4215c00bf66c Author: Richard Purdie Date: Tue Jan 27 15:24:52 2015 + Subject: image: Add missing depends

Re: [OE-core] [meta-oe][dizzy][PATCH] gcc-4.9: backport from gcc trunk r212178

2015-04-20 Thread Richard Purdie
On Mon, 2015-04-20 at 12:18 +0200, Stefan Müller-Klieser wrote: > When compiling meta-toolchain-qt5 on cortexa8, the compiler throws an > internal compiler error: > > ... > qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: > In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)

[OE-core] [PATCH v2 0/4] Switch to BlueZ 5.x as default Bluetooth stack

2015-04-20 Thread Cristian Iorga
BlueZ 5.x is now the default Bluetooth stack. BlueZ 4.x is moved to meta-oe connectivity collection layer and still supported in oe-core. The following changes since commit 167025e6d72c44cacfdc5d8b98e942066df09a4f: initscripts: Remove /etc/volatile.cache on upgrade (2015-04-20 15:03:07 +0100)

[OE-core] [PATCH v2 2/4] upstream_tracking.inc: bluez4 removed from oe-core

2015-04-20 Thread Cristian Iorga
info updated accordingly. Signed-off-by: Cristian Iorga --- meta-yocto/conf/distro/include/upstream_tracking.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc b/meta-yocto/conf/distro/include/upstream_tracking.inc index b36ad36..1fd04a2

[OE-core] [PATCH v2 3/4] bluez: remove recipe

2015-04-20 Thread Cristian Iorga
BlueZ 4.x and associated recipes are now obsolete (bluez4, bluez-hcidump, gst-plugin-bluetooth). Will be moved into meta-networking collection of meta-openembedded. BlueZ 4.x is still usable in oe-core. Signed-off-by: Cristian Iorga --- .../obsolete_automake_macros.patch | 14 --

[OE-core] [PATCH v2 1/4] maintainers.inc: remove info related to bluez4

2015-04-20 Thread Cristian Iorga
bluez4, bluez-hcidump, gst-plugin-bluetooth recipes will be removed from oe-core, maintainers removed. Signed-off-by: Cristian Iorga --- meta-yocto/conf/distro/include/maintainers.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yoc

[OE-core] [PATCH v2 4/4] bitbake.conf: backfill bluez5 feature

2015-04-20 Thread Cristian Iorga
If bluez4 is not explicitly passed as a distro feature, bluez5 should be used as the default, so backfill it. Signed-off-by: Cristian Iorga --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 2b3c110

Re: [OE-core] [PATCH v2 0/4] Switch to BlueZ 5.x as default Bluetooth stack

2015-04-20 Thread Iorga, Cristian
In version 2: 1. Simplified and kept the original logic; 2. bluez5 is now a distro backfill feature; 3. bluez5 upgrade already merged, removed from v2 patchset; 4. Improved commit message. Regards, /Cristian -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailt

[OE-core] [PATCH] udev: Add RCONFLICTS/RREPLACES for udev-utils

2015-04-20 Thread Bryan Evenson
As of commit 9bb5c7472958aeea46225e835f44d45bea7f7351, the udev-utils package no longer exists with udev taking ownership of udevadm. However, systems that had udev-utils installed have a conflict with udev. Add RCONFLICTS and RREPLACES variables for udev-utils so udev-utils will be removed from

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

2015-04-20 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 roo

[OE-core] [PATCH 0/2] Add alternatives for lastb

2015-04-20 Thread Bryan Evenson
Both sysvinit and util-linux create lastb as a softlink to last. However, neither package references lastb in their alternatives list. As a result, package managers may not upgrade either package unless they are specifically told to upgrade anyway. Add lastb to the alternatives list for both sys

[OE-core] [PATCH 1/2] sysvinit: Add lastb to alternatives

2015-04-20 Thread Bryan Evenson
SysVinit creates lastb as a symlink to last during the build. Just as other applications may provide last, other applications may provide lastb. Add alternatives designations for lastb to avoid installation conflicts with other applications. Signed-off-by: Bryan Evenson --- meta/recipes-core/sy

[OE-core] [PATCH 2/2] util-linux: Add lastb to alternatives

2015-04-20 Thread Bryan Evenson
util-linux creates lastb as a symlink to last during the build. Just as other applications may provide last, other applications may provide lastb. Add alternatives designations for lastb to avoid installation conflicts with other applications. Signed-off-by: Bryan Evenson --- meta/recipes-core/

Re: [OE-core] [PATCH 2/2] util-linux: Add lastb to alternatives

2015-04-20 Thread Richard Purdie
On Mon, 2015-04-20 at 11:07 -0400, Bryan Evenson wrote: > util-linux creates lastb as a symlink to last during the build. > Just as other applications may provide last, other applications > may provide lastb. > > Add alternatives designations for lastb to avoid installation > conflicts with other

Re: [OE-core] [PATCH v2 3/4] bluez: remove recipe

2015-04-20 Thread Martin Jansa
On Mon, Apr 20, 2015 at 05:46:45PM +0300, Cristian Iorga wrote: > BlueZ 4.x and associated > recipes are now obsolete (bluez4, > bluez-hcidump, gst-plugin-bluetooth). > Will be moved into meta-networking No, the patches are adding it to recipes-connectivity, not to meta-networking. > collection o

Re: [OE-core] [PATCH] gmp: remove referencing paths from the build host

2015-04-20 Thread Richard Purdie
On Mon, 2015-04-20 at 09:30 +0800, Junling Zheng wrote: > On 2015/4/18 2:24, Andre McCurdy wrote: > > On Fri, Apr 17, 2015 at 1:50 AM, Junling Zheng > > wrote: > >> Currently ${D}${includedir}/gmp.h references the path of build host > >> incorrectly, remove it. > >> > >> Signed-off-by: Junling Zh

Re: [OE-core] [PATCH v2 3/4] bluez: remove recipe

2015-04-20 Thread Iorga, Cristian
Damn. :-) Agree with first comment, will fix. Second comment: Hmm, I need to reformulate that.. Thanks, Cristian -Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Monday, April 20, 2015 6:12 PM To: Iorga, Cristian Cc: openembedded-core@lists.openembedded.org Subj

Re: [OE-core] [PATCH 2/2] util-linux: Add lastb to alternatives

2015-04-20 Thread Bryan Evenson
Richard, > -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Monday, April 20, 2015 11:12 AM > To: Bryan Evenson > Cc: Openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 2/2] util-linux: Add lastb to alternatives > > On Mon

[OE-core] [PATCH v4 0/4] Switch to BlueZ 5.x as default Bluetooth stack

2015-04-20 Thread Cristian Iorga
BlueZ 5.x is now the default Bluetooth stack. BlueZ 4.x is moved to meta-oe connectivity collection layer and still supported in poky/YP. The following changes since commit 167025e6d72c44cacfdc5d8b98e942066df09a4f: initscripts: Remove /etc/volatile.cache on upgrade (2015-04-20 15:03:07 +0100) a

[OE-core] [PATCH v4 3/4] bluez: remove recipe

2015-04-20 Thread Cristian Iorga
BlueZ 4.x and associated recipes are now obsolete. (bluez4,bluez-hcidump, gst-plugin-bluetooth). Will be moved into recipes-connectivity collection of meta-openembedded. BlueZ 4.x is still usable in poky/YP. Signed-off-by: Cristian Iorga --- .../obsolete_automake_macros.patch |

[OE-core] [PATCH v4 2/4] upstream_tracking.inc: bluez4 removed from oe-core

2015-04-20 Thread Cristian Iorga
info updated accordingly. Signed-off-by: Cristian Iorga --- meta-yocto/conf/distro/include/upstream_tracking.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc b/meta-yocto/conf/distro/include/upstream_tracking.inc index b36ad36..1fd04a2

[OE-core] [PATCH v4 4/4] bitbake.conf: backfill bluez5 feature

2015-04-20 Thread Cristian Iorga
If bluez4 is not explicitly passed as a distro feature, bluez5 should be used as the default, so backfill it. Signed-off-by: Cristian Iorga --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 2b3c110

[OE-core] [PATCH v4 1/4] maintainers.inc: remove info related to bluez4

2015-04-20 Thread Cristian Iorga
bluez4, bluez-hcidump, gst-plugin-bluetooth recipes will be removed from oe-core, maintainers removed. Signed-off-by: Cristian Iorga --- meta-yocto/conf/distro/include/maintainers.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yoc

Re: [OE-core] Using CRDA in combination with MDEV

2015-04-20 Thread Trevor Woerner
On 15-04-17 08:17 AM, Mike Looijmans wrote: I noticed there's a "crda" package in OE, but it RDEPENDS on udev for no other reason than simply because it provides a rules file for that. And I want to keep using mdev. I think it would be better to split this package, and have a "crda-udev" pack

Re: [OE-core] [PATCH v4 0/4] Switch to BlueZ 5.x as default Bluetooth stack

2015-04-20 Thread Iorga, Cristian
In v4 commit/general messages are updated and corrected. Thanks, Cristian -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Cristian Iorga Sent: Monday, April 20, 2015 6:32 PM To: openembedded-

Re: [OE-core] [PATCH 1/1] python3-native: Fix pip install issue due to unclean build directory

2015-04-20 Thread Alejandro Hernandez
On 19/04/15 02:49, Richard Purdie wrote: On Fri, 2015-04-17 at 19:19 -0500, Alejandro Hernandez wrote: On 17/04/15 16:50, Richard Purdie wrote: On Thu, 2015-04-16 at 09:45 +, Alejandro Hernandez wrote: When installing python3-native sometimes pips default build directory (which is on the

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

2015-04-20 Thread Adrian Freihofer
Let wic call bitbake seems to be a great idea. One question is open to me. What's the recommended approach to resolve the dependencies between the image, the bootloader and native tools which are additionally required to create the final disk image? Basically the right place to resolve this depend

[OE-core] [PATCH 3/5] classes/populate_sdk_ext: add warning against editing configuration

2015-04-20 Thread Paul Eggleton
It may be tempting to edit the configuration of the encapsulated version of the build system, however that is not the way it is intended to be used, so add a warning against doing this. Signed-off-by: Paul Eggleton --- meta/classes/populate_sdk_ext.bbclass | 10 ++ 1 file changed, 10 ins

[OE-core] [PATCH 4/5] classes/populate_sdk_base: Show title in SDK installer

2015-04-20 Thread Paul Eggleton
Show a friendly title when running the SDK installer, so the user knows what SDK they are installing. The title is controlled by the SDK_INSTALLER_TITLE variable and includes the distro name and SDK version by default. Signed-off-by: Paul Eggleton --- meta/classes/populate_sdk_base.bbclass

[OE-core] [PATCH 1/5] devtool: force use of bash when running build within extensible SDK

2015-04-20 Thread Paul Eggleton
Ubuntu's default dash shell causes oe-init-build-env to behave a bit differently - (a) it can't pick up the OE root directory and (b) it can't see any build directory specified as a command-line argument (since dash doesn't pass through any arguments specified to sourced scripts). We could work aro

[OE-core] [PATCH 0/5] SDK-related fixes

2015-04-20 Thread Paul Eggleton
A bugfix and some minor improvements for the extensible SDK (the last two apply also to the standard SDK). The following changes since commit 2e3c8fd70694dcf9553b5e4c50a57b617a9130b6: image.bbclass: Allow to remove do_rootfs -> virtual/kernel:do_packagedata dependency (2015-04-20 15:29:06 +01

[OE-core] [PATCH 2/5] classes/populate_sdk_ext: disable network connectivity check

2015-04-20 Thread Paul Eggleton
Most of the time we shouldn't be downloading anything within the extensible SDK (since it's all pre-built and we have the sstate artifacts) therefore there's really no need for a connectivity check, in fact it may just get in the way. Signed-off-by: Paul Eggleton --- meta/classes/populate_sdk_ex

[OE-core] [PATCH 5/5] toolchain-shar-extract.sh: mention how to set up the SDK environment

2015-04-20 Thread Paul Eggleton
Tell the user how to set up the SDK environment each time they want to use it. Signed-off-by: Paul Eggleton --- meta/files/toolchain-shar-extract.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 13b5951..8

Re: [OE-core] Fwd: Re: [wic][PATCH] wic: try to find bitbake using find_executable API

2015-04-20 Thread Ed Bartosh
On Mon, Apr 20, 2015 at 08:31:05AM -0400, Philip Balister wrote: > I forgot to cc the list. Unfortunately, this led to the commit going in > with the reference to oe-classic. > > Please people, get your terminology correct. The word soup in the wold > is insane. > My bad. I've received your e-ma

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

2015-04-20 Thread Ed Bartosh
Hi Adrian, Thank you for the plugin! The implementation looks good to me. See my comments below. On Mon, Apr 20, 2015 at 04:54:23PM +0200, Adrian Freihofer wrote: > The wic plugin creates a disk image containig one ext2/3/4 partition. > No additional boot partition is required. Syslinux is instal

[OE-core] [PATCHv2] util-linux: Add lastb to alternatives

2015-04-20 Thread Bryan Evenson
util-linux creates lastb as a symlink to last during the build. Just as other applications may provide last, other applications may provide lastb. Add alternatives designations for lastb to avoid installation conflicts with other applications. Signed-off-by: Bryan Evenson Conflicts: met

[OE-core] [PATCH] u-boot.inc: make sure all counter variables are properly unset

2015-04-20 Thread Carlos Rafael Giani
The script does "i == j" checks to retrieve the config <-> type pairs from the UBOOT_MACHINE and UBOOT_CONFIG lists. This check however requires both j and i to be initially unset. Ensure this by explicitely unsetting i. This fixes broken u-boot SPL installations with SolidRun machines (the SPL wa

Re: [OE-core] [PATCH] u-boot.inc: make sure all counter variables are properly unset

2015-04-20 Thread Otavio Salvador
On Mon, Apr 20, 2015 at 4:17 PM, Carlos Rafael Giani wrote: > The script does "i == j" checks to retrieve the config <-> type pairs from > the UBOOT_MACHINE and UBOOT_CONFIG lists. This check however requires both > j and i to be initially unset. Ensure this by explicitely unsetting i. > > This fi

[OE-core] [PATCH] alsa-lib: 1.0.28 -> 1.0.29

2015-04-20 Thread Tanu Kaskinen
Release notes: http://alsa-project.org/main/index.php/Changes_v1.0.28_v1.0.29 Dropped the backported patches. Dropped also fix-tstamp-declaration.patch. It's unclear whether the ancient patch is needed by anyone any more. The original commit message[1] wasn't very clear on what specific condition

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

2015-04-20 Thread Adrian Freihofer
Hi Ed, Thank you for the response. See my comments below. On Mon, 2015-04-20 at 21:21 +0300, Ed Bartosh wrote: > Hi Adrian, > > Thank you for the plugin! The implementation looks good to me. > See my comments below. > > On Mon, Apr 20, 2015 at 04:54:23PM +0200, Adrian Freihofer wrote: > > The w

Re: [OE-core] [PATCH] image.bbclass: Add a method for creating a companion debug filesystem

2015-04-20 Thread Christopher Larson
On Fri, Nov 21, 2014 at 11:26 AM, Christopher Larson wrote: > On Tue, Nov 18, 2014 at 7:42 PM, Mark Hatle > wrote: > >> The companion debug filesystem contains only the package database and the >> complementary *-dbg packages for the main filesystem component. This is >> useful in a production

Re: [OE-core] [PATCH v4 0/4] Switch to BlueZ 5.x as default Bluetooth stack

2015-04-20 Thread Richard Purdie
On Mon, 2015-04-20 at 18:31 +0300, Cristian Iorga wrote: > BlueZ 5.x is now the default Bluetooth stack. > BlueZ 4.x is moved to meta-oe connectivity collection > layer and still supported in poky/YP. > The following changes since commit 167025e6d72c44cacfdc5d8b98e942066df09a4f: > > initscripts:

Re: [OE-core] [PATCH] gmp: remove referencing paths from the build host

2015-04-20 Thread Junling Zheng
On 2015/4/20 23:15, Richard Purdie wrote: > On Mon, 2015-04-20 at 09:30 +0800, Junling Zheng wrote: >> On 2015/4/18 2:24, Andre McCurdy wrote: >>> On Fri, Apr 17, 2015 at 1:50 AM, Junling Zheng >>> wrote: Currently ${D}${includedir}/gmp.h references the path of build host incorrectly, r

Re: [OE-core] [PATCH] nss: improve the script signlibs.sh

2015-04-20 Thread Huang, Jie (Jackie)
Ping, is this going to be merged? Thanks, Jackie > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core- > boun...@lists.openembedded.org] On Behalf Of jackie.hu...@windriver.com > Sent: Wednesday, March 25, 2015 10:19 AM > To: openembed

Re: [OE-core] [PATCH 1/1] populate-volatile.sh: detect the change of configuration files

2015-04-20 Thread ChenQi
ping ... //Chen Qi On 03/20/2015 02:27 PM, Chen Qi wrote: In case the configuration files are modified by user, the cached script, /etc/volatile.cache should not be executed. Instead, the configuration files should be parsed again and generate the new cache. Otherwise, the user modifications ta

Re: [OE-core] [PATCH] e2fsprogs: Package populate-extfs.sh and enable symlink install

2015-04-20 Thread Richard Purdie
On Mon, 2015-04-20 at 15:05 +0200, Martin Jansa wrote: > On Fri, Apr 10, 2015 at 04:06:14PM +0200, Martin Jansa wrote: > > * install populate-extfs.sh from contrib, be aware that in order > > to use it you need to set DEBUGFS shell variable, otherwise it will > > try to use debugfs from relativ