[OE-core] [PATCH] busybox: backport sulogin empty root password fix

2013-05-21 Thread Jonathan Liu
This allows system maintenance login if the root password is empty. Signed-off-by: Jonathan Liu --- .../busybox-sulogin-empty-root-password.patch | 58 ++ meta/recipes-core/busybox/busybox_1.20.2.bb| 3 +- 2 files changed, 60 insertions(+), 1 deletion(-) create

[OE-core] [PATCH v2] patch: use PACKAGECONFIG to ensure correct dependency for xattr

2013-05-21 Thread Saul Wold
This will enable or disable xattr with the correct dependency on attr as needed. Signed-off-by: Saul Wold --- meta/recipes-devtools/patch/patch_2.7.1.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/patch/patch_2.7.1.bb b/meta/recipes-devtools/patch/patch_2.7.1

Re: [OE-core] [PATCH v3] base-files: add /run directory from FHS 3 draft specification

2013-05-21 Thread Jonathan Liu
On 22 May 2013 09:07, Saul Wold wrote: > On 05/20/2013 08:54 PM, Jonathan Liu wrote: > >> This adds the /run directory from the Filesystem Hierarchy Standard 3.0 >> Draft [1] and refactors the filesystem as follows: >> - Remove creation of /var/volatile/run >> - Remove creation of /var/volatile/l

[OE-core] [PATCH v3] base-files: add /run directory from FHS 3 draft specification

2013-05-21 Thread Jonathan Liu
This adds the /run directory from the Filesystem Hierarchy Standard 3.0 Draft [1] and refactors the filesystem as follows: - Remove creation of /var/volatile/run - Remove creation of /var/volatile/lock - Remove symbolic link from /var/run to /var/volatile/run - Remove symbolic link from /var/lock t

Re: [OE-core] [PATCH] patch: diable xattr as default

2013-05-21 Thread Saul Wold
On 05/21/2013 05:23 PM, Mark Hatle wrote: On 5/21/13 7:20 PM, Mark Hatle wrote: On 5/21/13 6:54 PM, Saul Wold wrote: There is a optional dependency on xattr (and thus the attr package), disable it by default, to ensure it builds correctly. Signed-off-by: Saul Wold --- meta/recipes-devtools

[OE-core] [PATCH 7/7] cmake: Update to 2.8.11

2013-05-21 Thread Saul Wold
Rebased support-oe-qt4-tools-names as some of the changes where Signed-off-by: Saul Wold --- .../cmake/cmake-native_2.8.10.2.bb | 7 --- meta/recipes-devtools/cmake/cmake-native_2.8.11.bb | 5 ++ meta/recipes-devtools/cmake/cmake.inc | 2 - .../cmake/cmake/support

[OE-core] [PATCH 5/7] mc: Update to 4.8.8

2013-05-21 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/mc/{mc_4.8.7.bb => mc_4.8.8.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.7.bb => mc_4.8.8.bb} (81%) diff --git a/meta/recipes-extended/mc/mc_4.8.7.bb b/meta/recipes-extended/mc/mc_4.8.

[OE-core] [PATCH 6/7] resolvconf: Update to 1.72

2013-05-21 Thread Saul Wold
Signed-off-by: Saul Wold --- .../resolvconf/{resolvconf_1.71.bb => resolvconf_1.72.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.71.bb => resolvconf_1.72.bb} (88%) diff --git a/meta/recipes-connectivity/resol

[OE-core] [PATCH 4/7] libnl: Update to 3.2.22

2013-05-21 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/libnl/{libnl_3.2.21.bb => libnl_3.2.22.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-support/libnl/{libnl_3.2.21.bb => libnl_3.2.22.bb} (90%) diff --git a/meta/recipes-support/libnl/libnl_3.2.21.bb b/meta/re

[OE-core] [PATCH 3/7] mklibs: Update to 0.1.37

2013-05-21 Thread Saul Wold
Signed-off-by: Saul Wold --- .../mklibs/{mklibs-native_0.1.35.bb => mklibs-native_0.1.37.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/mklibs/{mklibs-native_0.1.35.bb => mklibs-native_0.1.37.bb} (80%) diff --git a/meta/recipes-devtools/mklibs/

[OE-core] [PATCH 2/7] desktop-file-utils: Update to 0.21

2013-05-21 Thread Saul Wold
COPYING had formating and Address changes Signed-off-by: Saul Wold --- ...-utils-native_0.15.bb => desktop-file-utils-native_0.21.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/desktop-file-utils/{desktop-file-utils-native_0.15.bb => desktop-

[OE-core] [PATCH 0/7] Package Updates

2013-05-21 Thread Saul Wold
Updates for Milestone 1 Sau! The following changes since commit f45aa6e07318f22ede4614b28ea15cd48f5e4095: packagegroup-core-clutter: use clutter-1.0 packages (2013-05-21 09:14:38 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/updat

[OE-core] [PATCH 1/7] gnupg: Update to 2.0.20

2013-05-21 Thread Saul Wold
Removed obsolete patch Signed-off-by: Saul Wold --- .../gnupg/gnupg-2.0.19/GnuPG2-CVE-2012-6085.patch | 63 -- .../gnupg/{gnupg_2.0.19.bb => gnupg_2.0.20.bb} | 8 ++- 2 files changed, 3 insertions(+), 68 deletions(-) delete mode 100644 meta/recipes-support/gnupg/gnupg

Re: [OE-core] [PATCH] patch: diable xattr as default

2013-05-21 Thread Mark Hatle
On 5/21/13 7:20 PM, Mark Hatle wrote: On 5/21/13 6:54 PM, Saul Wold wrote: There is a optional dependency on xattr (and thus the attr package), disable it by default, to ensure it builds correctly. Signed-off-by: Saul Wold --- meta/recipes-devtools/patch/patch_2.7.1.bb |2 ++ 1 file c

Re: [OE-core] [PATCH] patch: diable xattr as default

2013-05-21 Thread Mark Hatle
On 5/21/13 6:54 PM, Saul Wold wrote: There is a optional dependency on xattr (and thus the attr package), disable it by default, to ensure it builds correctly. Signed-off-by: Saul Wold --- meta/recipes-devtools/patch/patch_2.7.1.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/met

[OE-core] [PATCH] patch: diable xattr as default

2013-05-21 Thread Saul Wold
There is a optional dependency on xattr (and thus the attr package), disable it by default, to ensure it builds correctly. Signed-off-by: Saul Wold --- meta/recipes-devtools/patch/patch_2.7.1.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/patch/patch_2.7.1.bb

Re: [OE-core] [PATCH v3] base-files: add /run directory from FHS 3 draft specification

2013-05-21 Thread Saul Wold
On 05/20/2013 08:54 PM, Jonathan Liu wrote: This adds the /run directory from the Filesystem Hierarchy Standard 3.0 Draft [1] and refactors the filesystem as follows: - Remove creation of /var/volatile/run - Remove creation of /var/volatile/lock - Remove symbolic link from /var/run to /var/volati

Re: [OE-core] Poor first impression

2013-05-21 Thread Richard Purdie
On Tue, 2013-05-21 at 12:13 -0600, Gary Thomas wrote: > On 2013-05-21 03:10, Richard Purdie wrote: > > On Fri, 2013-05-17 at 07:26 -0600, Gary Thomas wrote: > >> I just tried to run Poky/Yocto on a fresh Ubuntu 12.04 system. I knew > >> there would > >> be missing bits and have seen the "sanity"

[OE-core] [PATCH] kernel: Remove unnecessary cd and rm, fix MODULE_TARBALL_SYMLINK_NAME creation

2013-05-21 Thread Martin Jansa
* DEPLOYDIR is used as target for every other file deployed by do_deploy, this was just unnecessary switching CWD to create relative symlink and I have no idea why rm -f was used together with ln -sf. Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass | 9 +++-- 1 file changed,

Re: [OE-core] [PATCH] kernel: Remove unnecessary cd and rm

2013-05-21 Thread Martin Jansa
On Tue, May 21, 2013 at 02:26:55PM -0700, Darren Hart wrote: > Please include a a comment. The burden is on the submitter to prove > the cd and the rm are unnecessary, not the reviewer. > > > On 05/21/2013 08:39 AM, Martin Jansa wrote: > > --- > > meta/classes/kernel.bbclass | 7 ++- > > 1 f

Re: [OE-core] OE TSC Minutes 7 May 2013

2013-05-21 Thread Martin Jansa
On Tue, May 21, 2013 at 12:36:54PM -0700, Jeff Osier-Mixon wrote: > TSC could chair it but make it a public IRC thing > -> proposal: monthly IRC meeting to replace one of the bi-weekly TSC > meetings, open to all > timezone will be an issue > => think about for next meeting I really like this ide

Re: [OE-core] [PATCH] kernel: Remove unnecessary cd and rm

2013-05-21 Thread Darren Hart
On 05/21/2013 02:26 PM, Darren Hart wrote: > Please include a a comment. The burden is on the submitter to prove > the cd and the rm are unnecessary, not the reviewer. > > > On 05/21/2013 08:39 AM, Martin Jansa wrote: >> --- >> meta/classes/kernel.bbclass | 7 ++- >> 1 file changed, 2 inse

Re: [OE-core] [PATCH] kernel: Remove unnecessary cd and rm

2013-05-21 Thread Darren Hart
Please include a a comment. The burden is on the submitter to prove the cd and the rm are unnecessary, not the reviewer. On 05/21/2013 08:39 AM, Martin Jansa wrote: > --- > meta/classes/kernel.bbclass | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/meta/classes/k

[OE-core] OE TSC Minutes 7 May 2013

2013-05-21 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 7 May 2013 Attendees: Koen (koen) Khem (khem) Fray (fray) Paul (bluelightning) Richard (RP) Apologies: Notes: Jefro Agenda at a glance: 1. pick a chair 2. new issues 3. lingering issues a. systemd merge unhappiness 4. projects in progress - st

Re: [OE-core] Poor first impression

2013-05-21 Thread Gary Thomas
On 2013-05-21 03:10, Richard Purdie wrote: On Fri, 2013-05-17 at 07:26 -0600, Gary Thomas wrote: I just tried to run Poky/Yocto on a fresh Ubuntu 12.04 system. I knew there would be missing bits and have seen the "sanity" messages in the past, so I thought I'd just carry on. Today's experien

Re: [OE-core] [PATCH v3 1/8] clutter.bbclass: helper class for clutter and friends

2013-05-21 Thread Paul Eggleton
On Tuesday 21 May 2013 12:19:36 Phil Blundell wrote: > On Tue, 2013-05-21 at 12:04 +0100, Tomas Frydrych wrote: > > meta/classes/clutter.bbclass | 23 +++ > > 1 file changed, 23 insertions(+) > > create mode 100644 meta/classes/clutter.bbclass > > Do we really need a new cl

Re: [OE-core] [PATCH 2/4] cogl: further improvements

2013-05-21 Thread Martin Jansa
On Tue, May 21, 2013 at 04:08:41PM +0100, Tomas Frydrych wrote: > From: Tomas Frydrych > > * Removed unnecessary gtk-doc related depends/configure options (handled in >gtk-doc class) > - ${@get_fpu_setting(bb, d)} \ This should be applied before 1/4 or squash them. -- Mar

[OE-core] OE TSC Minutes 23 April 2013

2013-05-21 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 23 April 2013 Attendees: Koen (koen) Khem (khem) Fray (fray) Paul (bluelightning) Richard (RP) Apologies: Notes: Jefro Agenda at a glance: 1. pick a chair 2. new issues 3. lingering issues a. oe-classic recipe migration status b. summa

[OE-core] [PATCH] kernel: Remove unnecessary cd and rm

2013-05-21 Thread Martin Jansa
--- meta/classes/kernel.bbclass | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 3320747..47a96c5 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -378,13 +378,10 @@ kernel_do_dep

[OE-core] [PATCH 4/4] clutter-gst: removed no longer required configure fragment

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych The current package no longer use DOLT, so the DOLT configure frament is no longer required. Signed-off-by: Tomas Frydrych --- meta/recipes-graphics/clutter/clutter-gst-1.0.inc |5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutter

[OE-core] [PATCH 3/4] clutter: further improvements

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych * Removed unnecessary gtk-doc related depends/configure options (handled in gtk-doc class), * Moved more configure options into PACKAGECONFIG, * Fixed missing comma in PACKAGECONFIG[glx] setup, * Removed no longer required DOLT-related config fragment. Signed-off-by:

[OE-core] [PATCH 2/4] cogl: further improvements

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych * Removed unnecessary gtk-doc related depends/configure options (handled in gtk-doc class) * Moved more configure options into PACKAGECONFIG * Fixed typo in RDEPENDS of PACKAGECONFIG[gl] setup * Removed no longer needed DOLT-related configure fragment Signed-off-by: T

[OE-core] [PATCH 1/4] clutter.bbclass: removed unused function

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych Clutter and cogl no longer use --with-fpu configure option, so we no longer require the get_fpu_settings() function. Signed-off-by: Tomas Frydrych --- meta/classes/clutter.bbclass |5 - 1 file changed, 5 deletions(-) diff --git a/meta/classes/clutter.bbclass b/met

[OE-core] further colg/clutter improvements and fixes

2013-05-21 Thread Tomas Frydrych
These patches take on board Ross feedback on the previous patch set, removing unnecessary gtk-doc bits from the receipes, as well as the configure fragments related to DOLT. Also, more of the configure parameters have been moved into the PACKAGECONFIG definitions. While modifying the PACKAGECONFIG

Re: [OE-core] [PATCH] update-alternatives: Drop deprecated code, update to show error message

2013-05-21 Thread Mark Hatle
On 5/21/13 2:35 AM, Richard Purdie wrote: This code has been deprecated for a while and confuses the class, lets drop it and just give the user hard error messages instead of the current warnings/fixups. Signed-off-by: Richard Purdie Excellent, it was always intended for a patch similar to t

Re: [OE-core] [PATCH 1/1] perl-tests: convert to ptest

2013-05-21 Thread Björn Stenberg
Jesse Zhang wrote: > Ok.. Here is the new commit. Looks good to me. Reviewed-by: Björn Stenberg -- Björn ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [oe] LinuxTag 2013

2013-05-21 Thread Philip Balister
Florian, Thanks for all your effort on behalf of the OpenEmbedded Project! Philip On 05/19/2013 08:22 AM, Florian Boor wrote: > Hi all, > > LinuxTag starts next week and we (well I) will be there. > > LinuxTag takes place from May 22th to May 25th at 'Messegelände unter dem > Funkturm' in Berl

Re: [OE-core] [PATCH v3 4/8] fix clutter

2013-05-21 Thread Tomas Frydrych
On 21/05/13 12:20, Phil Blundell wrote: > On Tue, 2013-05-21 at 12:04 +0100, Tomas Frydrych wrote: >> -# Disable pretty much everything, override in platform specific set up >> -EXTRA_OECONF += "--disable-gtk-doc \ >> - ${@get_fpu_setting(bb, d)} \ >> -

Re: [OE-core] Poor first impression

2013-05-21 Thread Richard Purdie
On Fri, 2013-05-17 at 07:26 -0600, Gary Thomas wrote: > I just tried to run Poky/Yocto on a fresh Ubuntu 12.04 system. I knew there > would > be missing bits and have seen the "sanity" messages in the past, so I thought > I'd > just carry on. Today's experience was not pretty and would it not f

Re: [OE-core] updates for cogl, clutter and mx

2013-05-21 Thread Richard Purdie
On Mon, 2013-05-20 at 16:05 +0100, Tomas Frydrych wrote: > > There are some issues with this patch set, some of the included patches > > either do not have Upstream-Status or Signed-off-by tags, please review > > that. > > Updated the various patch headers in v.2. > > > Also, I want to confirm t

[OE-core] [PATCH] scripts/bitbake: Handle the case where git isn't installed cleanly

2013-05-21 Thread Richard Purdie
Currently the user sees ugly errors if git isn't installed, this patch cleans up the code to correctly handle that case. Signed-off-by: Richard Purdie --- scripts/bitbake | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/bitbake b/scripts/bitbake index ca2bc82.

Re: [OE-core] [PATCH v3 4/8] fix clutter

2013-05-21 Thread Phil Blundell
On Tue, 2013-05-21 at 12:04 +0100, Tomas Frydrych wrote: > -# Disable pretty much everything, override in platform specific set up > -EXTRA_OECONF += "--disable-gtk-doc \ > - ${@get_fpu_setting(bb, d)} \ > - --disable-introspection\ > -

[OE-core] 答复: [PATCH] base-files:fix the command line wrap around issue

2013-05-21 Thread Zongchun YU
Hello Ross. Thanks for your comments, I am sorry. the description is not clear. please see the below content: Sometimes we may use long commands. For example: Normal display: user@host:~cmd arg1 arg2 arg3 arg4 arg5argn-1 argn |

Re: [OE-core] [PATCH v3 1/8] clutter.bbclass: helper class for clutter and friends

2013-05-21 Thread Phil Blundell
On Tue, 2013-05-21 at 12:04 +0100, Tomas Frydrych wrote: > meta/classes/clutter.bbclass | 23 +++ > 1 file changed, 23 insertions(+) > create mode 100644 meta/classes/clutter.bbclass Do we really need a new class for this? Can it be merged with gnomebase somehow, perhaps?

[OE-core] [PATCH v3 8/8] packagegroup-core-clutter: use clutter-1.0 packages

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych Signed-off-by: Tomas Frydrych --- .../packagegroups/packagegroup-core-clutter.bb |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/meta/recipes-graphics/package

[OE-core] [PATCH v3 7/8] New mx recipe (1.4.7)

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych The package has been renamed to mx-1.0, keeping up with the upstream versioning policy. The 1.14.7 tag does not build with clutter 1.14, so git revision 9b1db6b8060bd00b121a692f942404a24ae2960f from the 1.14 branch is used instead. Signed-off-by: Tomas Frydrych --- meta/re

[OE-core] [PATCH v3 6/8] New clutter-gtk recipe (1.4.2)

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych Signed-off-by: Tomas Frydrych --- meta/recipes-graphics/clutter/clutter-gtk-1.0.inc | 12 meta/recipes-graphics/clutter/clutter-gtk-1.0_1.4.2.bb |6 ++ 2 files changed, 18 insertions(+) create mode 100644 meta/recipes-graphics/clutter/clutter-g

[OE-core] [PATCH v3 5/8] New clutter-gst recipe (1.6.0)

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych Signed-off-by: Tomas Frydrych --- meta/recipes-graphics/clutter/clutter-gst-1.0.inc | 19 .../clutter/clutter-gst-1.0_1.6.0.bb |9 .../clutter/clutter-gst-1.6/cogl-1.14.patch| 48 .../clutter/clutter-gst/ena

[OE-core] [PATCH v3 4/8] fix clutter

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych Signed-off-by: Tomas Frydrych --- meta/recipes-graphics/clutter/clutter-1.0.inc | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc inde

[OE-core] [PATCH v3 3/8] New clutter recipe (1.14.4)

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych The package has been renamed to clutter-1.0 instead of clutter-vmajor.vminor, keeping up with the upstream versioning policy (all 1.x packages install clutter-1.0 pc file and headers and are backward compatible), and to simplify dependency management (worth noting that since

[OE-core] [PATCH v3 2/8] New cogl recipe (1.14.0)

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych The package has been renamed to cogl-1.0 instead of cogl-vmajor.vminor, keeping up with the upstream versioning policy (e.g., all 1.x packages install cogl-1.0 pc file and headers and are backward compatible), and to simplify dependency management (worth noting that since the

[OE-core] [PATCH v3 1/8] clutter.bbclass: helper class for clutter and friends

2013-05-21 Thread Tomas Frydrych
From: Tomas Frydrych Signed-off-by: Tomas Frydrych --- meta/classes/clutter.bbclass | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/classes/clutter.bbclass diff --git a/meta/classes/clutter.bbclass b/meta/classes/clutter.bbclass new file mode 100644 i

[OE-core] updates for cogl, clutter and mx v3

2013-05-21 Thread Tomas Frydrych
Fixes per Ross' comments: * Removed unused/unnecessary configure options * Reworked PACKAGECONFIG for cogl and clutter * Removed unnecessary configure framment's from cogl/clutter/clutter-gst [PATCH v3 1/8] clutter.bbclass: helper class for clutter and friends [PATCH v3 2/8] New cogl recipe (1

[OE-core] [PATCH] cross: Clear do_populate_sysroot[stamp-extra-info] so that stamps are not MACHINE specific

2013-05-21 Thread Phil Blundell
Otherwise we will try to run the setscene task once per MACHINE which will lead to file conflicts in the sysroot for packages like gcc-cross. The stamps are already namespaced by TARGET_ARCH which should be sufficient. Signed-off-by: Phil Blundell --- meta/classes/cross.bbclass |1 + 1 fil

Re: [OE-core] [PATCH v2 3/8] New cogl recipe (1.14.0)

2013-05-21 Thread Tomas Frydrych
On 21/05/13 11:01, Burton, Ross wrote: > On Monday, 20 May 2013, Tomas Frydrych wrote: > > GL flavour: 'gl' for big GL or 'gles2' for GLES2 > (GLES1 is availabe in cogl, but not supporeted here at > present.) > > > Does this support enabling both GL and GLES2 in the s

Re: [OE-core] [PATCH v2 3/8] New cogl recipe (1.14.0)

2013-05-21 Thread Burton, Ross
On Monday, 20 May 2013, Tomas Frydrych wrote: > GL flavour: 'gl' for big GL or 'gles2' for GLES2 > (GLES1 is availabe in cogl, but not supporeted here at > present.) > Does this support enabling both GL and GLES2 in the same build? (at which point the choice of backend becomes som

Re: [OE-core] [PATCH v2 2/8] clutter.bbclass: helper class for clutter and friends

2013-05-21 Thread Burton, Ross
Hi Tomas, On Monday, 20 May 2013, Tomas Frydrych wrote: > +def get_minor_dir(v): > +import re > +m = re.match("^([0-9]+)\.([0-9]+)", v) > +return "%s.%s" % (m.group(1), m.group(2)) > > Just an observation not a critic, but I'd love to see these centralised, we've got the same logic du

Re: [OE-core] [PATCH] base-files:fix the command line wrap around issue

2013-05-21 Thread Burton, Ross
On Tuesday, 21 May 2013, wrote: > +export COLUMNS=2000 > But there are not 2000 columns, you're just hard-coding a value that is expected to dynamically change. i.e, on my desktop in a gnome-terminal: $ echo $COLUMNS 80 Then if I resize the window: $ echo $COLUMNS 117 This is a bad workaroun

[OE-core] [PATCH 1/1] sudo: set CFLAGS for build mksigname and mksiglist

2013-05-21 Thread Kang Kai
mksigname and mksiglist are compiled by BUILD_CC for build host. When there are some options in CFLAGS that BUILD_CC doesn't support, compilation fails. Build for arm on a x86 host, if option "-mapcs-frame" is provided, error occurs with: | cc1: error: unrecognized command line option "-mapcs-fra

[OE-core] [PATCH 0/1] fix sudo compile failure

2013-05-21 Thread Kang Kai
The following changes since commit 6271ac326d08fb3e9b4c2008b796233ee11a83e4: zlib: put shared libraries in base_libdir (2013-05-21 00:18:46 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/sudo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=

Re: [OE-core] [PATCH] kernel.bbclass: Add dependency on binutils

2013-05-21 Thread Mike Crowe
On Mon, May 20, 2013 at 11:25:18PM +0100, Richard Purdie wrote: > On Mon, 2013-05-20 at 10:37 -0700, Khem Raj wrote: > > On May 20, 2013, at 5:22 AM, Mike Crowe wrote: > > > > > Compiling the Linux kernel requires binutils; kernel.bbclass uses > > > INHIBIT_DEFAULT_DEPS so it had better depend on

[OE-core] [PATCH V3 4/4] rpm-postinsts.bb: enable postinst logging

2013-05-21 Thread Qi.Chen
From: Chen Qi Enable postinst logging by checking the configuration in /etc/ default/postinst. In this way, the postinst logging is enabled if 'debug-tweaks' is in IMAGE_FEATURES, and at the same time, we avoid unnecessary rebuild if IMAGE_FEATURES is changed. [YOCTO #4262] Signed-off-by: Chen

[OE-core] [PATCH V3 3/4] opkg: modify the run-postinst script to enable postinst logging

2013-05-21 Thread Qi.Chen
From: Chen Qi Enable postinst logging by checking the configuration in /etc/ default/postinst. In this way, the postinst logging is enabled if 'debug-tweaks' is in IMAGE_FEATURES, and at the same time, we avoid unnecessary rebuilt if IMAGE_FEATURES is changed. [YOCTO #4262] Signed-off-by: Chen

[OE-core] [PATCH V3 2/4] dpkg: modify the run-postinst script to enable postinst logging

2013-05-21 Thread Qi.Chen
From: Chen Qi Enable postinst logging by checking the configuration in /etc/ default/postinst. In this way, the postinst logging is enabled if 'debug-tweaks' is in IMAGE_FEATURES, and at the same time, we avoid unnecessary rebuilt if IMAGE_FEATURES is changed. [YOCTO #4262] Signed-off-by: Chen

[OE-core] [PATCH V3 1/4] image.bbclass: add postinst_enable_logging

2013-05-21 Thread Qi.Chen
From: Chen Qi Add a function postinst_enable_logging, so that when 'debug-tweaks' is in IMAGE_FEATURES, we create /etc/default/postinst config file, which is sourced by run-postinst scripts to determine whether to log or not, and where to log. [YOCTO #4262] Signed-off-by: Chen Qi --- meta/cla

[OE-core] [PATCH V3 0/4] Postinst logging reimplementation

2013-05-21 Thread Qi.Chen
From: Chen Qi Goal: 1. Enable postinst logging if 'debug-tweaks' is in IMAGE_FEATURES 2. Make rpm, opkg and dpkg not depend on IMAGE_FEATURES and POSTLOG Implementation: 1. The run-postinst scripts will log outputs by checking the configuration in /etc/default/postinst. 2. The log location is b

[OE-core] [PATCH] task.bbclass: Drop deprecated class

2013-05-21 Thread Richard Purdie
Any users have had time to adapt to this change by now, drop the old class. Signed-off-by: Richard Purdie --- meta/classes/task.bbclass | 6 -- 1 file changed, 6 deletions(-) delete mode 100644 meta/classes/task.bbclass diff --git a/meta/classes/task.bbclass b/meta/classes/task.bbclass del

[OE-core] [PATCH] update-alternatives: Drop deprecated code, update to show error message

2013-05-21 Thread Richard Purdie
This code has been deprecated for a while and confuses the class, lets drop it and just give the user hard error messages instead of the current warnings/fixups. Signed-off-by: Richard Purdie --- meta/classes/update-alternatives.bbclass | 95 +--- 1 file changed, 1 i

[OE-core] [PATCH v2 1/1] runqemu: fix networking issues

2013-05-21 Thread Laurentiu Palcu
After switching from ifconfig to ip, networking stopped working. This commit contains the following fixes: * set a decent broadcast address for the tap device; * bring up the device; * add the route using ip tool instead of the old route tool; Signed-off-by: Laurentiu Palcu --- scripts/runqe

[OE-core] [PATCH v2 0/1] runqemu: fix networking issues

2013-05-21 Thread Laurentiu Palcu
Additional changes in v2: * Use 'ip route' instead of 'route'; Thanks, Laurentiu The following changes since commit 6271ac326d08fb3e9b4c2008b796233ee11a83e4: zlib: put shared libraries in base_libdir (2013-05-21 00:18:46 +0100) are available in the git repository at: git://git.yoctoprojec

[OE-core] [PATCH 1/1] connman: upgrade to 1.14

2013-05-21 Thread Cristian Iorga
- switched to archive releases; Signed-off-by: Cristian Iorga --- .../connman/{connman_1.13.bb => connman_1.14.bb} |9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.13.bb => connman_1.14.bb} (59%) diff --git a/me

[OE-core] [PATCH 0/1] connman: upgrade to 1.14

2013-05-21 Thread Cristian Iorga
The following changes since commit 6271ac326d08fb3e9b4c2008b796233ee11a83e4: zlib: put shared libraries in base_libdir (2013-05-21 00:18:46 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/work http://git.yoctoproject.org/cgit.cgi/poky-contrib/l

[OE-core] [PATCH] base-files:fix the command line wrap around issue

2013-05-21 Thread b40527
From: Zongchun Yu when the character number of cmdline is more than 80. the following character should go to a new line. rather than cover the prompt and the inputting character before. Signed-off-by: Zongchun Yu --- meta/recipes-core/base-files/base-files/profile |1 + 1 files changed,