[OE-core] [PATCH] mesa: use LLVM 3.3 by default

2013-07-18 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index ada1170..65c2770 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/rec

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-18 Thread Holger Freyther
Enrico Scholz writes: Good Morning, > Applying two upstream kernel commits > 455bd4c430b0c0a361f38e8658a0d6cb469942b5 (ARM: 7668/1: fix > memset-related crashes caused by recent GCC (4.7.2) optimizations) and > 418df63adac56841ef6b0f1fcf435bc64d4ed177 (ARM: 7670/1: fix the memset > fix) seem to

Re: [OE-core] [PATCH 1/1] busybox-syslog: respect /etc/syslog-startup.conf in systemd

2013-07-18 Thread ChenQi
On 07/19/2013 01:07 AM, Burton, Ross wrote: On 18 July 2013 08:05, wrote: 1. The configuration file, /etc/syslog-startup.conf, is ignored. This is really confusing, as we are used to the behaviour of changing the configuration in /etc/syslog-startup.conf for the syslog service. Thi

[OE-core] [PATCH V7 2/2] extrausers.bbclass: add a new bbclass

2013-07-18 Thread Qi.Chen
From: Chen Qi This class is dedicated to image level user/group configuration. It inherits useradd_base.bbclass. Users need to inherit this class in their layers or local.conf to make the setting of EXTRA_USERS_PARAMS effective. For detailed configuration format of EXTRA_USERS_PARAMS, please re

[OE-core] [PATCH V7 0/2] Add a mechanism for image level user/group configuration

2013-07-18 Thread Qi.Chen
From: Chen Qi The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365: meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/extrausers http://git.pokylinux.org/cg

[OE-core] [PATCH V7 1/2] useradd.bbclass: add a new base class and code refactor

2013-07-18 Thread Qi.Chen
From: Chen Qi Add a new base class, useradd_base.bbclass, which is mainly a collection of basic functions for user/group settings. The useradd_base.bbclass is intended to be inherited by useradd.bbclass and the extrausers.bbclass to avoid code cuplication. [YOCTO #4074] Signed-off-by: Chen Qi

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-07-18 Thread Darren Hart
On Fri, 2013-07-19 at 11:31 +1000, Jonathan Liu wrote: > Hi Robert, > > I tested your patches with my ext4 image on Intel Atom D2500HN board > and it is working well. > Previously I have been using custom image class which requires root > privileges as I need to be able to specify custom options t

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-07-18 Thread Jonathan Liu
Hi Robert, I tested your patches with my ext4 image on Intel Atom D2500HN board and it is working well. Previously I have been using custom image class which requires root privileges as I need to be able to specify custom options to mkfs.ext4 which are not available with genext2fs and cannot be se

Re: [OE-core] [PATCH 10/11] chkconfig-alternatives-native: add git token in package version

2013-07-18 Thread Saul Wold
On 07/18/2013 03:05 PM, Chris Larson wrote: On Thu, Jul 18, 2013 at 7:16 AM, Emilia Ciobanu mailto:emilia.maria.silvia.ciob...@intel.com>> wrote: Git packages should have the following format: version+gitAUTOINC[r|-]+revision Signed-off-by: Emilia Ciobanu mailto:emilia.maria.si

Re: [OE-core] [PATCH] kmod: add ptest

2013-07-18 Thread Saul Wold
On 07/17/2013 04:56 PM, Tudor Florea wrote: Install kmod test suite and run it as ptest. Signed-off-by: Tudor Florea --- meta/recipes-kernel/kmod/kmod.inc |4 +++- meta/recipes-kernel/kmod/kmod/ptest.patch | 20 meta/recipes-kernel/kmod/kmod/run-ptest |

Re: [OE-core] [PATCH 1/1] fix traceback when inheriting useradd but not setting USERADD_PARAM or GROUPADD_PARAM (FuncFailed replaced by bb.fatal)

2013-07-18 Thread Saul Wold
Please fix the commit message to follow the guildlines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Thanks Sau! On 07/18/2013 05:54 AM, Ionut Radu wrote: Signed-off-by: Ionut Radu --- meta/classes/useradd.bbclass |2 +- 1 file changed, 1 insertion(+), 1 de

Re: [OE-core] [PATCH] Install Python test suite and run it as ptest.

2013-07-18 Thread Tudor Florea
Hi Paul, Thank you for review and tip. I'll come up with V2 patch soon. Regards, Tudor. -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Thursday, July 18, 2013 10:51 To: Tudor Florea Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core]

Re: [OE-core] [PATCH 10/11] chkconfig-alternatives-native: add git token in package version

2013-07-18 Thread Chris Larson
On Thu, Jul 18, 2013 at 7:16 AM, Emilia Ciobanu < emilia.maria.silvia.ciob...@intel.com> wrote: > Git packages should have the following format: > version+gitAUTOINC[r|-]+revision > > Signed-off-by: Emilia Ciobanu > Just as an FYI, in case you didn't consider it, this may well result in pack

[OE-core] [PATCH] adt_installer_internal: fix spelling error

2013-07-18 Thread Elizabeth Flanagan
From: Beth Flanagan s/envrionement/environment/ Signed-off-by: Beth Flanagan --- .../installer/adt-installer/scripts/adt_installer_internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_inte

[OE-core] [PATCH] adt_installer_internal: fix spelling error

2013-07-18 Thread Elizabeth Flanagan
From: Beth Flanagan s/envrionement/environment/ Signed-off-by: Beth Flanagan --- .../installer/adt-installer/scripts/adt_installer_internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_inte

[OE-core] OE Changelog since 2013-07-07 until 2013-07-14

2013-07-18 Thread cliff . brake
Changelog since 2013-07-07 until 2013-07-14. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [PATCH] distrodata.bbclass: Include PRSPV variable in upstream version checking

2013-07-18 Thread Saul Wold
On 07/18/2013 09:08 AM, Emilia Ciobanu wrote: The PRSPV variable is used for the packages that have different representation for a same upstream and local version (e.g 2.0 vs 20). In this case, the system is using PRSPV instead of PV when comparing the local and upstream versions. The packages t

Re: [OE-core] [PATCH] bind: run in the chrooted jail

2013-07-18 Thread Saul Wold
On 07/17/2013 02:58 AM, Ming Liu wrote: 1. Introduce bind-chroot package, contains files/directories used as jail. 2. Add hooks to init script for setting up named to run chroot. 3. Setting ROOTDIR in /etc/default/bind9 is needed to run chroot. I am not sure that this is appropriate for OE-Cor

Re: [OE-core] [PATCH 1/1] busybox-syslog: respect /etc/syslog-startup.conf in systemd

2013-07-18 Thread Burton, Ross
On 18 July 2013 08:05, wrote: > 1. The configuration file, /etc/syslog-startup.conf, is ignored. >This is really confusing, as we are used to the behaviour of >changing the configuration in /etc/syslog-startup.conf for the >syslog service. This is actually a weekly test case. > 2. The

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Daiane Angolini
On Thu, Jul 18, 2013 at 12:28 PM, Burton, Ross wrote: > On 18 July 2013 16:20, Daiane Angolini wrote: >> Please, see attached file. > > Okay, that's not saying anything useful. Does your sysroot have the > cairo.pc file in (should be in something like > /home/daiane/gerrit/build/tmp/sysroots/imx

Re: [OE-core] [PATCH 1/1] python: fix importing readline with probably escape sequence output

2013-07-18 Thread Saul Wold
On 07/18/2013 03:55 AM, Hongxu Jia wrote: While imports readline in python, if the term in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. 'km' means the terminal has a meta ke

[OE-core] [PATCH] distrodata.bbclass: Include PRSPV variable in upstream version checking

2013-07-18 Thread Emilia Ciobanu
The PRSPV variable is used for the packages that have different representation for a same upstream and local version (e.g 2.0 vs 20). In this case, the system is using PRSPV instead of PV when comparing the local and upstream versions. The packages that are using this modification are the followin

[OE-core] [PATCH v2 00/11] Add/Update PV variable into recipes

2013-07-18 Thread Emilia Ciobanu
Tested against backwards packages using buildhistory class. The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840: lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib emac/add_pv_to_r

[OE-core] [PATCH v2 04/11] lttng-ust:add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Signed-off-by: Emilia Ciobanu --- meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/l

[OE-core] [PATCH v2 11/11] docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe

2013-07-18 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../docbook-sgml-dtd-4.5-native.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb index 6c464f4

[OE-core] [PATCH v2 07/11] update-rc.d: add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Signed-off-by: Emilia Ciobanu --- meta/recipes-core/update-rc.d/update-rc.d_0.7.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/update-rc.d/update-rc

[OE-core] [PATCH v2 06/11] mtd-utils: add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision The change also needed removal of version from inner patch folder name. Signed-off-by: Emilia Ciobanu --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 ...t-cleanm

[OE-core] [PATCH v2 03/11] hwlatdetect: add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Signed-off-by: Emilia Ciobanu --- meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.b

[OE-core] [PATCH v2 08/11] build-appliance-image: add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Signed-off-by: Emilia Ciobanu --- .../images/build-appliance-image_8.0.bb|2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/images/build-appl

[OE-core] [PATCH v2 10/11] chkconfig-alternatives-native: add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Signed-off-by: Emilia Ciobanu --- .../chkconfig-alternatives-native_1.3.59.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extende

[OE-core] [PATCH v2 09/11] lttng-modules: Append _git to recipe name and add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Signed-off-by: Emilia Ciobanu --- ...lttng-modules_2.2.0.bb => lttng-modules_git.bb} |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{

[OE-core] [PATCH v2 01/11] rt-tests: add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Signed-off-by: Emilia Ciobanu --- meta/recipes-rt/rt-tests/rt-tests_0.85.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.85.bb b/m

[OE-core] [PATCH v2 05/11] connman-gnome: add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Signed-off-by: Emilia Ciobanu --- .../connman/connman-gnome_0.7.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/connman/c

[OE-core] [PATCH v2 02/11] kmod:add GIT revision to PV variable

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- meta/recipes-kernel/kmod/kmod_git.bb |1 + 1 file changed, 1 insertion(+) d

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Burton, Ross
On 18 July 2013 16:20, Daiane Angolini wrote: > Please, see attached file. Okay, that's not saying anything useful. Does your sysroot have the cairo.pc file in (should be in something like /home/daiane/gerrit/build/tmp/sysroots/imx53qsb/usr/lib/pkgconfig)? I suspect your sysroot is corrupted, s

[OE-core] [PATCH v2] mesa: upgrade to 9.1.5

2013-07-18 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch | 0 .../0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch | 0 meta/recipes-graphics/mesa/{mesa_9.1.3.bb => mesa_9.1.5.bb} | 4 ++-- 3 files changed, 2 insertions(+), 2

Re: [OE-core] [PATCH] mesa: upgrade to 9.1.5

2013-07-18 Thread Martin Jansa
On Fri, Jul 19, 2013 at 12:18:02AM +1000, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu > --- > .../0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch | 0 > .../0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch | 0 > meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] [CONSOLIDATED PULL 00/36] Updated and Ready

2013-07-18 Thread Paul Eggleton
On Thursday 18 July 2013 07:24:45 Saul Wold wrote: > Richard, > > Please pull after final ACKs by Paul and Ross. > > Additinally there is a poky-tiny.conf patch on poky list from Cristiana that > can be pulled also. > > Thanks > Sau! > > > The following changes since commit cf1790d992f06

[OE-core] [PATCH 01/11] rt-tests: add PV variable into recipe

2013-07-18 Thread Emilia Ciobanu
Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- meta/recipes-rt/rt-tests/rt-tests_0.85.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.85.bb b/meta/recipes-rt/rt-tests/rt-tests_0.85.bb index c3964d2..5

Re: [OE-core] [PATCH] mesa: update git recipe to 9.1.5 release

2013-07-18 Thread Jonathan Liu
On 19/07/2013 12:12 AM, Burton, Ross wrote: On 18 July 2013 15:18, Jonathan Liu wrote: -SRCREV = "5a925cc5504575c22dbb7d29842d7fc5babcb5c7" +SRCREV = "42146f777b9aa89c3d2c01f2a5cde05749534508" Oh, hang on, I knew something was bothering me. $ git describe 42146f777b9aa89c3d2c01f2a5cde05749534

Re: [OE-core] [CONSOLIDATED PULL 00/36] Updated and Ready

2013-07-18 Thread Burton, Ross
On 18 July 2013 15:24, Saul Wold wrote: > The following changes since commit cf1790d992f067be8d5f9894458f55f6f1bdc61f: > > lib/oeqa: fix dependecy check (2013-07-15 10:29:27 -0700) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib sgw/stage >

Re: [OE-core] [PATCH 01/11] rt-tests: add PV variable into recipe

2013-07-18 Thread Otavio Salvador
On Thu, Jul 18, 2013 at 11:16 AM, Emilia Ciobanu wrote: > Git packages should include git token inside the PV variable. > > Signed-off-by: Emilia Ciobanu I agree with the fix but it'd be better if you made it clear you're including Git revision into PV; the PV variable addition is just a conseq

[OE-core] [CONSOLIDATED PULL 00/36] Updated and Ready

2013-07-18 Thread Saul Wold
Richard, Please pull after final ACKs by Paul and Ross. Additinally there is a poky-tiny.conf patch on poky list from Cristiana that can be pulled also. Thanks Sau! The following changes since commit cf1790d992f067be8d5f9894458f55f6f1bdc61f: lib/oeqa: fix dependecy check (2013-07-15

Re: [OE-core] [PATCH] mesa: upgrade to 9.1.5

2013-07-18 Thread Otavio Salvador
On Thu, Jul 18, 2013 at 11:18 AM, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu > --- > .../0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch | 0 > .../0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch | 0 > meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Burton, Ross
On 18 July 2013 15:12, Daiane Angolini wrote: > How should I send it? Could I attach the log.do_configure to maillist? No, config.log, which will be in the build directory. Based on your log, I expect it will be at /home/daiane/gerrit/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gtk+/2.24.1

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Daiane Angolini
On Thu, Jul 18, 2013 at 10:39 AM, Burton, Ross wrote: > On 18 July 2013 14:25, Otavio Salvador wrote: >> On Thu, Jul 18, 2013 at 10:13 AM, Burton, Ross wrote: >>> On 18 July 2013 13:33, Daiane Angolini wrote: I'm facing the following error. Anyone know what I should try in order | con

Re: [OE-core] [PATCH] mesa: update git recipe to 9.1.5 release

2013-07-18 Thread Burton, Ross
On 18 July 2013 15:18, Jonathan Liu wrote: > -SRCREV = "5a925cc5504575c22dbb7d29842d7fc5babcb5c7" > +SRCREV = "42146f777b9aa89c3d2c01f2a5cde05749534508" Oh, hang on, I knew something was bothering me. $ git describe 42146f777b9aa89c3d2c01f2a5cde05749534508 mesa-9.1.5 $ git describe 5a925cc550457

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Saul Wold
On 07/18/2013 02:43 AM, Paul Eggleton wrote: On Wednesday 17 July 2013 23:34:31 Saul Wold wrote: Ross, Paul: Please review this set and ACK as appropriate, I will rebase based on your input. This this is on the AB down, we have known issues with systemd. This addresses many of the M2 related i

[OE-core] [PATCH 11/11] docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe

2013-07-18 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../docbook-sgml-dtd-4.5-native.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb index 6c464f4

[OE-core] [PATCH 09/11] lttng-modules: Append _git to recipe name and update PV with git token

2013-07-18 Thread Emilia Ciobanu
Git packages should have _git in their recipe name and should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- ...lttng-modules_2.2.0.bb => lttng-modules_git.bb} |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{lttng-modules_2

[OE-core] [PATCH 08/11] build-appliance-image: add PV variable into recipe

2013-07-18 Thread Emilia Ciobanu
Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- .../images/build-appliance-image_8.0.bb|2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/images/build-appliance-image_8.0.bb b/meta/recipes-core/images/build-appl

[OE-core] [PATCH 10/11] chkconfig-alternatives-native: add git token in package version

2013-07-18 Thread Emilia Ciobanu
Git packages should have the following format: version+gitAUTOINC[r|-]+revision Signed-off-by: Emilia Ciobanu --- .../chkconfig-alternatives-native_1.3.59.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/chkconfig/chkconfig-alternatives-

[OE-core] [PATCH 06/11] mtd-utils: add PV variable into recipe

2013-07-18 Thread Emilia Ciobanu
Git packages should include git token inside the PV variable. Remove version from inner patch folder name. Signed-off-by: Emilia Ciobanu --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 ...t-cleanmarker-with-flash_erase--j-command.patch |0 meta/recipes-devtools/mtd/mtd-utils_1

[OE-core] [PATCH 02/11] kmod: add PV variable into recipe

2013-07-18 Thread Emilia Ciobanu
Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- meta/recipes-kernel/kmod/kmod_git.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index ca6b004..6afaca6 100644 -

[OE-core] [PATCH 07/11] update-rc.d: add PV variable into recipe

2013-07-18 Thread Emilia Ciobanu
Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- meta/recipes-core/update-rc.d/update-rc.d_0.7.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.

[OE-core] [PATCH 05/11] connman-gnome: add PV variable into recipe

2013-07-18 Thread Emilia Ciobanu
Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- .../connman/connman-gnome_0.7.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/

[OE-core] [PATCH 04/11] lttng-ust: add PV variable into recipe

2013-07-18 Thread Emilia Ciobanu
Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-ust_

[OE-core] [PATCH 03/11] hwlatdetect: add PV variable into recipe

2013-07-18 Thread Emilia Ciobanu
Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu --- meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb index 6

[OE-core] [PATCH 00/11] Add read PV into recipes

2013-07-18 Thread Emilia Ciobanu
Tested for backwards packages. The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840: lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib emac/pv_fixes http://git.yoctoproject.org/c

[OE-core] [PATCH] initrdscripts: mount / as read-only when live-booting

2013-07-18 Thread Ross Burton
So that the root filesystem can be fsck'd properly, mount it read only. Either initscripts or systemd will re-mount as read-write in early boot. Signed-off-by: Ross Burton --- meta/recipes-core/initrdscripts/files/init-live.sh |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [OE-core] [PATCH] mesa: update git recipe to 9.1.5 release

2013-07-18 Thread Burton, Ross
On 18 July 2013 15:18, Jonathan Liu wrote: > + > file://0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \ According to Martin when he upgraded mesa_git to 5a925cc5504575c22dbb7d29842d7fc5babcb5c7 that patch was merged upstream, and as it is only available in mesa-9.1.3/

[OE-core] [PATCH] mesa: update git recipe to 9.1.5 release

2013-07-18 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-graphics/mesa/mesa_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb index 52d3d81..d8db4e8 100644 --- a/meta/recipes-graphics/mesa/mesa_git.

[OE-core] [RFC][PATCH] initrdscripts: mount / as read-only when live-booting

2013-07-18 Thread Ross Burton
Hi, I noticed that our live image boot mounts / as read-write straight away, which seems to be the wrong thing to do as it means init can't do a fsck if required. >From what I can tell both our sysvinit and systemd boots remount as rw once they've started so this should be safe, but I've not given

[OE-core] [PATCH] mesa: upgrade to 9.1.5

2013-07-18 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch | 0 .../0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_9.1.

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Burton, Ross
On 18 July 2013 14:25, Otavio Salvador wrote: > On Thu, Jul 18, 2013 at 10:13 AM, Burton, Ross wrote: >> On 18 July 2013 13:33, Daiane Angolini wrote: >>> I'm facing the following error. Anyone know what I should try in order >>> | configure: error: Package requirements (glib-2.0 >= 2.28.0at

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-07-18 Thread Robert Yang
On 07/18/2013 09:13 PM, Jonathan Liu wrote: On 18/07/2013 10:32 PM, Robert Yang wrote: On 07/06/2013 10:49 PM, Jonathan Liu wrote: Any updates? Hi Jonathan, I've updated the patches, now they are working well, the "fsck -fn" finds no errors any more, but I have to send the patches to the

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Otavio Salvador
On Thu, Jul 18, 2013 at 10:13 AM, Burton, Ross wrote: > On 18 July 2013 13:33, Daiane Angolini wrote: >> I'm facing the following error. Anyone know what I should try in order >> | configure: error: Package requirements (glib-2.0 >= 2.28.0atk >= >> 1.29.2pango >= 1.20cairo >= 1.6g

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-07-18 Thread Jonathan Liu
On 18/07/2013 10:32 PM, Robert Yang wrote: On 07/06/2013 10:49 PM, Jonathan Liu wrote: Any updates? Hi Jonathan, I've updated the patches, now they are working well, the "fsck -fn" finds no errors any more, but I have to send the patches to the ext4 mailing list firstly, you can try it if

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Henning Heinold
On Thu, Jul 18, 2013 at 04:46:13PM +0800, Jesse Zhang wrote: > On 07/17/2013 10:53 PM, Henning Heinold wrote: > > This makes we wonder which software on x86 relies on libatomic-ops anymore? > > gcc buildins should be good enough now. > > pulseaudio depends on libatomics-ops though I don't know abo

Re: [OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Burton, Ross
On 18 July 2013 13:33, Daiane Angolini wrote: > I'm facing the following error. Anyone know what I should try in order > | configure: error: Package requirements (glib-2.0 >= 2.28.0atk >= > 1.29.2pango >= 1.20cairo >= 1.6gdk-pixbuf-2.0 >= 2.21.0) > were not met: > | > | No package

[OE-core] [PATCH 0/1] fix: Traceback when inheriting useradd but not setting USERADD_PARAM or GROUPADD_PARAM (bug 4486)

2013-07-18 Thread Ionut Radu
bb.build.FuncFailed was replaced with bb.fatal The following changes since commit 74e403705e25afec656b5e40921771a9c29bdc40: yocto-kernel: make BBLAYERS parsing more robust (2013-07-13 18:23:39 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ionutx/work

[OE-core] [PATCH 1/1] fix traceback when inheriting useradd but not setting USERADD_PARAM or GROUPADD_PARAM (FuncFailed replaced by bb.fatal)

2013-07-18 Thread Ionut Radu
Signed-off-by: Ionut Radu --- meta/classes/useradd.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 3fe011d..a68b6fd 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass @@ -219

[OE-core] No package 'cairo' found for GTK+

2013-07-18 Thread Daiane Angolini
I'm facing the following error. Anyone know what I should try in order to properly configure my build? | checking how to hardcode library paths into programs... immediate | configure: creating ./config.lt | config.lt: creating arm-poky-linux-gnueabi-libtool | checking for special C compiler optio

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-07-18 Thread Robert Yang
On 07/06/2013 10:49 PM, Jonathan Liu wrote: Any updates? Hi Jonathan, I've updated the patches, now they are working well, the "fsck -fn" finds no errors any more, but I have to send the patches to the ext4 mailing list firstly, you can try it if you are interested in it atm.: git://git.p

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Phil Blundell
On Thu, 2013-07-18 at 13:16 +0100, Paul Eggleton wrote: > On Thursday 18 July 2013 12:35:04 Burton, Ross wrote: > > On 18 July 2013 12:15, Phil Blundell wrote: > > > Seeing this discussion makes me wonder: if the target perl hasn't > > > actually been built at this point, how does rpmdeps know wha

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Paul Eggleton
On Thursday 18 July 2013 12:35:04 Burton, Ross wrote: > On 18 July 2013 12:15, Phil Blundell wrote: > > Seeing this discussion makes me wonder: if the target perl hasn't > > actually been built at this point, how does rpmdeps know what package to > > add a dependency on in the first place? Does i

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Otavio Salvador
On Thu, Jul 18, 2013 at 6:43 AM, Paul Eggleton wrote: > On Wednesday 17 July 2013 23:34:31 Saul Wold wrote: .. >> Roy.Li (1): >> dpkg: backport a patch to support mipsn32el and mips64el > > Not sure if case is a big issue for Upstream-Status values but this one has > "Upstream-Status: BackPort".

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Burton, Ross
On 18 July 2013 12:15, Phil Blundell wrote: > Seeing this discussion makes me wonder: if the target perl hasn't > actually been built at this point, how does rpmdeps know what package to > add a dependency on in the first place? Does it just have some random > hard-coded list somewhere? It adds

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Phil Blundell
On Thu, 2013-07-18 at 12:01 +0100, Paul Eggleton wrote: > On Thursday 18 July 2013 11:52:22 Burton, Ross wrote: > > On 18 July 2013 07:34, Saul Wold wrote: > > > valgrind: added perl dependency > > > > I presume the situation here is that a target perl wasn't actually > > built, so adding an ex

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Paul Eggleton
On Thursday 18 July 2013 11:52:22 Burton, Ross wrote: > On 18 July 2013 07:34, Saul Wold wrote: > > valgrind: added perl dependency > > I presume the situation here is that a target perl wasn't actually > built, so adding an explicit runtime dependency causes it to be built > and therefore avai

[OE-core] [PATCH 0/1] python: fix importing readline with probably escape sequence output

2013-07-18 Thread Hongxu Jia
While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. 'km' means the terminal has a meta key which is a special key on MIT keyboards, 'smm

[OE-core] [PATCH 1/1] python: fix importing readline with probably escape sequence output

2013-07-18 Thread Hongxu Jia
While imports readline in python, if the term in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. 'km' means the terminal has a meta key which is a special key on MIT keyboards, '

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Burton, Ross
Hi, What Paul said, I can't see any other issues. On 18 July 2013 07:34, Saul Wold wrote: > valgrind: added perl dependency I presume the situation here is that a target perl wasn't actually built, so adding an explicit runtime dependency causes it to be built and therefore available in the f

Re: [OE-core] [PATCH] Install Python test suite and run it as ptest.

2013-07-18 Thread Paul Eggleton
Hi Tudor, On Wednesday 17 July 2013 02:09:32 Tudor Florea wrote: >... > +++ b/meta/recipes-devtools/python/python/run-ptest > @@ -0,0 +1,5 @@ > +#!/bin/sh > +# > +#This script is used to run python test suites > + > +make -f /usr/lib/python/ptest/Makefile -k runtest-TESTS > srcdir=/usr/lib/python2

Re: [OE-core] [PATCH] cmake.bbclass: set ar/ld/nm/objcopy/objdump/ranlib/strip native paths

2013-07-18 Thread Stefan Herbrechtsmeier
Am 18.07.2013 02:47, schrieb Jonathan Liu: On 17 July 2013 22:12, Stefan Herbrechtsmeier wrote: Am 17.07.2013 12:57, schrieb Jonathan Liu: On 17/07/2013 7:49 PM, Jonathan Liu wrote: On 17/07/2013 7:13 PM, Stefan Herbrechtsmeier wrote: Am 17.07.2013 10:40, schrieb Jonathan Liu: The CMAKE_{A

Re: [OE-core] [CONSOLIDATED PULL 00/40] Review and ACK

2013-07-18 Thread Paul Eggleton
On Wednesday 17 July 2013 23:34:31 Saul Wold wrote: > Ross, Paul: > > Please review this set and ACK as appropriate, I will rebase based > on your input. This this is on the AB down, we have known issues with > systemd. This addresses many of the M2 related issues and fixes the > testimage infras

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Paul Barker
On 18 July 2013 09:57, Jesse Zhang wrote: > > But, I looked at the upstream git repo, and it builds fine. I located > two relevant commits and made a patch. Please see the new fix below > (also pushed to my contrib repo). > > I'm not sure what the code does exactly, but it at least builds now > wi

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Jesse Zhang
On 07/17/2013 07:08 PM, Paul Barker wrote: > If this is on x86, standard Linux desktop/server distros may have ran > into the same problem. Maybe worth having a look if/how they handle > this. That's a good idea. I looked but no one seems to have the problem. Apparently everybody is building with

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Jesse Zhang
On 07/17/2013 10:53 PM, Henning Heinold wrote: > This makes we wonder which software on x86 relies on libatomic-ops anymore? > gcc buildins should be good enough now. pulseaudio depends on libatomics-ops though I don't know about the reasons. The libatomics-ops recipe is actually inside the pulsea

[OE-core] [PATCH 0/1] busybox-syslog: respect /etc/syslog-startup.conf in systemd

2013-07-18 Thread Qi.Chen
From: Chen Qi The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840: lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/busybox-syslog-systemd http://git.pokylinux.org/cgit.c

[OE-core] [PATCH 1/1] busybox-syslog: respect /etc/syslog-startup.conf in systemd

2013-07-18 Thread Qi.Chen
From: Chen Qi Now we've used busybox-syslog as a replacement for systemd's syslog service. Currently, there are two problems. 1. The configuration file, /etc/syslog-startup.conf, is ignored. This is really confusing, as we are used to the behaviour of changing the configuration in /etc/sys