Re: [OE-core] [PATCH V2] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native

2014-01-22 Thread Ming Liu
On 01/23/2014 03:14 PM, Phil Blundell wrote: On Thu, 2014-01-23 at 14:45 +0800, Ming Liu wrote: +CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash" -CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash" Why did you change this from ${base_bindir} to a hardcoded path? Because base_

Re: [OE-core] [PATCH V2] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native

2014-01-22 Thread Phil Blundell
On Thu, 2014-01-23 at 14:45 +0800, Ming Liu wrote: > > +CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash" > > -CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash" Why did you change this from ${base_bindir} to a hardcoded path? p. ___

[OE-core] [PATCH 1/1] udev: fix typo

2014-01-22 Thread Chen Qi
Fix the typo in the RDEPENDS statement to make it have real effect. Signed-off-by: Chen Qi --- meta/recipes-core/udev/udev.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 3190731..1b22525 100644 --

[OE-core] [PATCH 0/1] udev: fix typo

2014-01-22 Thread Chen Qi
The following changes since commit 4659d29b1040349116549644e45035a5b37d9311: sstate.bbclass: remove previous version's stamp (2014-01-21 10:36:23 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/udev-typo http://cgit.openembedded.o

Re: [OE-core] [PATCH] boot-directdisk: fix the support of vmdk

2014-01-22 Thread Phil Blundell
On Wed, 2014-01-22 at 22:50 -0800, Saul Wold wrote: > +IS_VMDK = '${@base_contains("IMAGE_FSTYPES", "vmdk", "true", "false", d)}' > + > + if [ "${IS_VMDK}" ]; then Does that really work? I can't quite see how it would, but I might be overlooking something. Presumably you did test this, right

[OE-core] [PATCH] boot-directdisk: fix the support of vmdk

2014-01-22 Thread Saul Wold
From: Joao Henrique Ferreira de Freitas Previous change (086ce22b88f5ef5f75a83119a32c8b3fdcfa296d) broke the creating of vmdk images. This protects shell expansion variables and let dd generate the image to be transformed to vmdk by image-vmdk.class. Signed-off-by: Joao Henrique Ferreira de Frei

[OE-core] [PATCH V2] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native

2014-01-22 Thread Ming Liu
A issue was fixed in target recipe with commit: 95893404 [ quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds it on the host machine there, this ensures that it is set correctly for the target. [YOC

Re: [OE-core] [PATCH] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native

2014-01-22 Thread Ming Liu
Please ignore this patch, it's not a proper fix, I will send a V2 soon. //Ming Liu On 01/23/2014 01:40 PM, Ming Liu wrote: A issue was fixed in target recipe with commit: 95893404 [ quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS On Fedora 17, bash has moved to /usr/bin/bash an

[OE-core] [PATCH] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native

2014-01-22 Thread Ming Liu
A issue was fixed in target recipe with commit: 95893404 [ quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds it on the host machine there, this ensures that it is set correctly for the target. [YOC

Re: [OE-core] [PATCH] lib/oeqa: allow a layer to provide it's own TEST_TARGET class

2014-01-22 Thread Sipke Vriend
Hi Stefan, I have started using this patch in master to extend test targets to our bsp layer, and it works well. Thanks. Will the extension of a controllers.py file work for multiple bsp layers in a single build/conf/bblayers.conf? I did a quick test and think that the first controller.py found i

Re: [OE-core] [PATCH] linux-firmware: split out ATI/AMD Radeon firmware

2014-01-22 Thread Otavio Salvador
On Wed, Jan 22, 2014 at 5:37 PM, Koen Kooi wrote: > Signed-off-by: Koen Kooi Reviewed-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [OE-core] [PATCH 2/2] systemd-compat-units: make run-postinsts.service work correctly on target

2014-01-22 Thread ChenQi
On 01/23/2014 01:08 AM, Burton, Ross wrote: On 14 January 2014 01:50, ChenQi wrote: As you have started working on this problem, I think I'll just drop this patch. After looking at your branch, I think there's only one thing to look out for. When we're using ipk/dpkg as the package back-end, a

Re: [OE-core] [PATCH] boost: Convert ??= weaker assingment to weak ?= assignment

2014-01-22 Thread Khem Raj
On Friday, December 06, 2013 05:42:26 PM Khem Raj wrote: > ??= does not react at all with > BOOST_LIBS += "${@base_contains('PACKAGECONFIG', 'python', 'python', '', > d)}" > > even though we have > > PACKAGECONFIG ??= "" it does not honor it and always add python to > BOOST_LIBS but the dependenc

[OE-core] [PATCH] lib/oeqa: sshcontrol: Allow alternate port for SSHControl

2014-01-22 Thread Sipke Vriend
Add an optional parameter to SSHControl so the user can specify and alternate port to the default (22). Signed-off-by: Sipke Vriend --- meta/lib/oeqa/utils/sshcontrol.py |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/utils/sshcontrol.py b/meta/lib/oeqa/u

[OE-core] [PATCH] linux-firmware: split out ATI/AMD Radeon firmware

2014-01-22 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 3b5c7eb..470f930 100644 --- a

Re: [OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot

2014-01-22 Thread Otavio Salvador
On Wed, Jan 22, 2014 at 4:29 PM, David Nyström wrote: > On ons 22 jan 2014 19:24:47, Otavio Salvador wrote: >> >> On Wed, Jan 22, 2014 at 4:15 PM, David Nyström >> wrote: >>> >>> On 2014-01-22 19:08, Otavio Salvador wrote: On Wed, Jan 22, 2014 at 1:48 PM, David Nyström wrote:

Re: [OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot

2014-01-22 Thread David Nyström
On ons 22 jan 2014 19:24:47, Otavio Salvador wrote: On Wed, Jan 22, 2014 at 4:15 PM, David Nyström wrote: On 2014-01-22 19:08, Otavio Salvador wrote: On Wed, Jan 22, 2014 at 1:48 PM, David Nyström wrote: Some postinstall scripts use the qemuwrapper script, so to be able to offline install

Re: [OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot

2014-01-22 Thread Otavio Salvador
On Wed, Jan 22, 2014 at 4:15 PM, David Nyström wrote: > On 2014-01-22 19:08, Otavio Salvador wrote: >> >> On Wed, Jan 22, 2014 at 1:48 PM, David Nyström >> wrote: >>> >>> Some postinstall scripts use the qemuwrapper script, so to be able to >>> offline install these packages outside of the bitbak

Re: [OE-core] [PATCHv2 1/2] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-22 Thread David Nyström
On ons 22 jan 2014 19:11:21, Otavio Salvador wrote: On Wed, Jan 22, 2014 at 4:02 PM, David Nyström wrote: On ons 22 jan 2014 16:47:06, Otavio Salvador wrote: On Wed, Jan 22, 2014 at 1:08 PM, David Nyström wrote: Adding ability to use postinstalls intercepts in the nativesdk env, and making

Re: [OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot

2014-01-22 Thread David Nyström
On 2014-01-22 19:08, Otavio Salvador wrote: On Wed, Jan 22, 2014 at 1:48 PM, David Nyström wrote: Some postinstall scripts use the qemuwrapper script, so to be able to offline install these packages outside of the bitbake environment, this script needs to be exposed also in the SDK. This to en

Re: [OE-core] [PATCHv2 1/2] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-22 Thread Otavio Salvador
On Wed, Jan 22, 2014 at 4:02 PM, David Nyström wrote: > On ons 22 jan 2014 16:47:06, Otavio Salvador wrote: >> >> On Wed, Jan 22, 2014 at 1:08 PM, David Nyström >> wrote: >>> >>> Adding ability to use postinstalls intercepts in the nativesdk env, and >>> making sure the correlate between repo + S

Re: [OE-core] [PATCH v2] systemd.bbclass: only restart the service when it is active at systemd_postinst

2014-01-22 Thread Burton, Ross
On 22 January 2014 17:56, Burton, Ross wrote: > Whoops, this fell out of my inbox. Whilst the is-active check now > means that the service is restarted on upgrades, if the package is > being installed it's now not started if AUTO_ENABLE is set to true. > > I think the logic should be "$D unset a

Re: [OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot

2014-01-22 Thread Otavio Salvador
On Wed, Jan 22, 2014 at 1:48 PM, David Nyström wrote: > Some postinstall scripts use the qemuwrapper script, so to be able to > offline install these packages outside of the bitbake environment, this script > needs to be exposed also in the SDK. > > This to enable rootfs generation from a package

Re: [OE-core] [PATCHv2 1/2] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-22 Thread David Nyström
On ons 22 jan 2014 16:47:06, Otavio Salvador wrote: On Wed, Jan 22, 2014 at 1:08 PM, David Nyström wrote: Adding ability to use postinstalls intercepts in the nativesdk env, and making sure the correlate between repo + SDK. This to enable rootfs generation from a package repository using only

Re: [OE-core] [PATCH v2] systemd.bbclass: only restart the service when it is active at systemd_postinst

2014-01-22 Thread Burton, Ross
Whoops, this fell out of my inbox. Whilst the is-active check now means that the service is restarted on upgrades, if the package is being installed it's now not started if AUTO_ENABLE is set to true. I think the logic should be "$D unset and (auto enable or is-active)" Ross On 19 November 201

Re: [OE-core] [PATCH 2/2] systemd-compat-units: make run-postinsts.service work correctly on target

2014-01-22 Thread Burton, Ross
On 14 January 2014 01:50, ChenQi wrote: > As you have started working on this problem, I think I'll just drop this > patch. > > After looking at your branch, I think there's only one thing to look out > for. When we're using ipk/dpkg as the package back-end, and > 'package-management' is in IMAGE_

Re: [OE-core] libsdl and opengl DISTRO_FEATURE

2014-01-22 Thread Burton, Ross
On 13 January 2014 09:58, Nicolas Dechesne wrote: > if we make it a PACKAGECONFIG instead, would that be considered the right > fix for this bug? Yeah, until we have a replacement for the "opengl" DISTRO_FEATURE then you'll want to use explicit PACKAGECONFIG options for GL and GLES. Ross ___

[OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot

2014-01-22 Thread David Nyström
Some postinstall scripts use the qemuwrapper script, so to be able to offline install these packages outside of the bitbake environment, this script needs to be exposed also in the SDK. This to enable rootfs generation from a package repository using only a package repository and the toolchain tar

Re: [OE-core] [PATCH] runqemu: Allow user to set -vga option with qemuparams

2014-01-22 Thread Burton, Ross
Just noticed that this was merged but doesn't add anything to the usage() function in runqemu - can you quickly add something? Ross On 19 December 2013 14:02, Valentin Popa wrote: > At the moment, the user cannot to set -vga other then vmware > (because "vmware" is set by default); and the first

Re: [OE-core] [PATCHv2 1/2] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-22 Thread Otavio Salvador
On Wed, Jan 22, 2014 at 1:08 PM, David Nyström wrote: > Adding ability to use postinstalls intercepts in the nativesdk env, and > making sure the correlate between repo + SDK. > > This to enable rootfs generation from a package repository using only a > package repository and the toolchain tarball

Re: [OE-core] [PATCH] Mesa: upgrade to 9.2.2

2014-01-22 Thread Burton, Ross
On 22 January 2014 15:06, Valentin Popa wrote: >> The conclusion is that if we cannot fix all apps to use pkgconfig when >> searching for mesa, can we restore rebased >> >> meta/recipes-graphics/mesa/mesa-9.1.6/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch >> to fix them automaticall

[OE-core] [PATCHv2 1/2] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-22 Thread David Nyström
Adding ability to use postinstalls intercepts in the nativesdk env, and making sure the correlate between repo + SDK. This to enable rootfs generation from a package repository using only a package repository and the toolchain tarball. See https://github.com/nysan/rootfs-sandbox for examples. Si

Re: [OE-core] [PATCH 1/2] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-22 Thread David Nyström
On ons 22 jan 2014 15:53:18, Otavio Salvador wrote: On Wed, Jan 22, 2014 at 11:04 AM, David Nyström wrote: Adding ability to use postinstalls intercepts in the nativesdk env, and making sure the correlate between repo + SDK. Signed-off-by: David Nyström Can you extend the commit log a littl

[OE-core] [PATCHv2 2/2] nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK

2014-01-22 Thread David Nyström
Adding ability to use postinstalls intercepts in the nativesdk env, and making sure the correlate between repo + SDK. This to enable rootfs generation from a package repository using only a package repository and the toolchain tarball. See https://github.com/nysan/rootfs-sandbox for examples. Si

Re: [OE-core] [PATCH] Mesa: upgrade to 9.2.2

2014-01-22 Thread Valentin Popa
On 01/22/2014 02:57 PM, Martin Jansa wrote: On Wed, Jan 22, 2014 at 02:48:44PM +0200, Valentin Popa wrote: On 01/22/2014 02:28 PM, Valentin Popa wrote: On 01/08/2014 07:38 PM, Martin Jansa wrote: Hi, since this patch: commit 263e654e5d28fa7f6b0c8cc23f57a31448e88a40 Author: Valentin Popa Date

Re: [OE-core] [PATCH] Mesa: upgrade to 9.2.2

2014-01-22 Thread Otavio Salvador
On Wed, Jan 22, 2014 at 10:57 AM, Martin Jansa wrote: > On Wed, Jan 22, 2014 at 02:48:44PM +0200, Valentin Popa wrote: >> On 01/22/2014 02:28 PM, Valentin Popa wrote: >> > On 01/08/2014 07:38 PM, Martin Jansa wrote: >> >> Hi, >> >> >> >> since this patch: >> >> commit 263e654e5d28fa7f6b0c8cc23f57a

Re: [OE-core] [PATCH 1/2] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-22 Thread Otavio Salvador
On Wed, Jan 22, 2014 at 11:04 AM, David Nyström wrote: > Adding ability to use postinstalls intercepts in the nativesdk env, and > making sure the correlate between repo + SDK. > > Signed-off-by: David Nyström Can you extend the commit log a little bit to explain the reasoning behind this? --

[OE-core] [PATCH 2/2] nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK

2014-01-22 Thread David Nyström
Signed-off-by: David Nyström --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 10

[OE-core] [PATCH 1/2] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-22 Thread David Nyström
Adding ability to use postinstalls intercepts in the nativesdk env, and making sure the correlate between repo + SDK. Signed-off-by: David Nyström --- .../postinst-intercept/postinst-intercept_1.0.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipe

Re: [OE-core] [PATCH] Mesa: upgrade to 9.2.2

2014-01-22 Thread Martin Jansa
On Wed, Jan 22, 2014 at 02:48:44PM +0200, Valentin Popa wrote: > On 01/22/2014 02:28 PM, Valentin Popa wrote: > > On 01/08/2014 07:38 PM, Martin Jansa wrote: > >> Hi, > >> > >> since this patch: > >> commit 263e654e5d28fa7f6b0c8cc23f57a31448e88a40 > >> Author: Valentin Popa > >> Date: Wed Oct 30

Re: [OE-core] [PATCH] Mesa: upgrade to 9.2.2

2014-01-22 Thread Valentin Popa
On 01/22/2014 02:28 PM, Valentin Popa wrote: On 01/08/2014 07:38 PM, Martin Jansa wrote: Hi, since this patch: commit 263e654e5d28fa7f6b0c8cc23f57a31448e88a40 Author: Valentin Popa Date: Wed Oct 30 12:27:39 2013 +0200 Mesa: upgrade to 9.2.2 * License is still MIT * removed p

Re: [OE-core] [PATCH] Mesa: upgrade to 9.2.2

2014-01-22 Thread Valentin Popa
On 01/08/2014 07:38 PM, Martin Jansa wrote: Hi, since this patch: commit 263e654e5d28fa7f6b0c8cc23f57a31448e88a40 Author: Valentin Popa Date: Wed Oct 30 12:27:39 2013 +0200 Mesa: upgrade to 9.2.2 * License is still MIT * removed patches were already merged or another s

[OE-core] [PATCH 0/1] sanity.bbclass: check that TMPDIR is not located on nfs

2014-01-22 Thread Robert Yang
The following changes since commit fbf6ea2201a4e7042980a82b6c342280df2fbbc8: sanity.bbclass: check required perl modules (2014-01-22 18:44:18 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/nfs http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rb

[OE-core] [PATCH 1/1] sanity.bbclass: check that TMPDIR is not located on nfs

2014-01-22 Thread Robert Yang
There would be some unexpected errors when the whole TMPDIR is located on nfs, so add a test for it in sanity.bbclass. Note: The better way to get the filesystem id should be get f_fsid from struct statvfs, but there is no f_fsid in os.stat() or os.statvfs(), so we use 'stat -f -c "%t"' here. BTW

[OE-core] [PATCH 1/1] sanity.bbclass: check required perl modules

2014-01-22 Thread Robert Yang
Several required perl modules may missing on the host, for example the Text::ParseWords, Thread::Queue and Data::Dumper are not installed by default on recent Fedora releases (19 and 20 AFAIK). There would be wild errors if they don't exist, so check them in sanity.bbclass. And add perl to SANITY_

[OE-core] [PATCH 0/1] sanity.bbclass: check required perl modules

2014-01-22 Thread Robert Yang
The following changes since commit 6e7047434fc1570146ebc94254412b99b1c4cab4: poky.ent: Fixed broken OE_LISTS_URL. (2014-01-21 21:58:03 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/perl http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/perl

Re: [OE-core] [PATCH 0/5] refactor the archive*.bbcalss

2014-01-22 Thread Robert Yang
On 01/22/2014 10:59 AM, Robert Yang wrote: On 01/21/2014 08:37 PM, Martin Jansa wrote: On Tue, Jan 21, 2014 at 06:41:04PM +0800, Robert Yang wrote: Hi Martin, I've talked with Martin, the difference is that he tried it on dylan, this is only for master, I'd like to backport if for dora,

Re: [OE-core] [PATCH V3 1/5] systemd: add 'less' to its RRECOMMENDS

2014-01-22 Thread Bernhard Reutner-Fischer
On 20 January 2014 09:35, ChenQi wrote: > On 01/20/2014 04:06 PM, Bernhard Reutner-Fischer wrote: >> >> On 20 January 2014 03:23:02 Chen Qi wrote: >> >>> The less command provided by busybox cannot interpret the control >>> character, resulting in obscure output of the journalctl command >>> in a

Re: [OE-core] [PATCH 2/2] feature-arm-thumb: Fix missing t2 suffix for armv7a MACHINEs

2014-01-22 Thread Martin Jansa
On Wed, Jan 22, 2014 at 07:43:19AM +0100, Koen Kooi wrote: > > Op 22 jan. 2014, om 01:49 heeft Martin Jansa het > volgende geschreven: > > > On Wed, Jan 22, 2014 at 12:43:12AM +0100, Martin Jansa wrote: > >> * unfortunatelly that note about armv7 matching also armv7a is no > >> longer valid si

Re: [OE-core] [PATCH] eglibc-dbg: provides libc6-dbg

2014-01-22 Thread Kang Kai
On 2014年01月22日 15:08, Phil Blundell wrote: > On Wed, 2014-01-22 at 11:12 +0800, Kai Kang wrote: >> Update eglibc-package.inc to let eglibc-dbg provides libc6-dbg. >> >> The use case is that when libc6-dbg is needded to be installed into >> image, we don't need change glibc-dbg to uclibc-dbg in reci

[OE-core] [PATCH 2/4] libpcap: upgrade to 1.5.3

2014-01-22 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- .../libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb} | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-connectivity/libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb} (77%) diff --git a/meta/recipes-connectivity/libpcap

[OE-core] [PATCH 4/4] connman: upgrade to 1.21

2014-01-22 Thread Cristian Iorga
This is mainly a bug fix release. - gtk-doc infrastructure has been removed starting with connman 1.21; as such, support for it has been removed from the recipe; - Updated bug tracker site; - Cosmetic cleanup; Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/connman/connman.inc

[OE-core] [PATCH 3/4] minicom: upgrade to 2.7

2014-01-22 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- .../0001-fix-minicom-h-v-return-value-is-not-0.patch| 0 .../{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch | 0 meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb} | 6 +++--- 3 files changed, 3 insertions(+), 3 d

[OE-core] [PATCH 0/4] Comms PUs

2014-01-22 Thread Cristian Iorga
The following changes since commit 6e7047434fc1570146ebc94254412b99b1c4cab4: poky.ent: Fixed broken OE_LISTS_URL. (2014-01-21 21:58:03 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=

[OE-core] [PATCH 1/4] neard: upgrade to 0.14

2014-01-22 Thread Cristian Iorga
switched from git version to tarball, as new releases are now versioned. Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/neard/neard_0.10.bb | 10 -- meta/recipes-connectivity/neard/neard_0.14.bb | 9 + 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 1

[OE-core] [PATCH] initscripts: define failure/success/warning/pass functions

2014-01-22 Thread rongqing.li
From: Roy Li define failure/success/warning/pass functions, some packages' initscript need them, and /etc/core-lsb/lsb_log_message from lsb needs them too. Signed-off-by: Roy Li --- .../initscripts/initscripts-1.0/functions | 31 1 file changed, 31 insertions(+)