Re: [OE-core] [PATCH 04/17] tzdata: Upgrade to v2013a

2013-03-14 Thread Saul Wold
On 03/14/2013 10:55 AM, Radu Moisan wrote: Signed-off-by: Radu Moisan --- .../tzdata/{tzdata_2012j.bb => tzdata_2013a.bb}|6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2012j.bb => tzdata_2013a.bb} (98%) Radu, There has been

Re: [OE-core] [PATCH 1/1] cairo: add libpng to EXTRA_libcairo_la_DEPENDENCIES

2013-03-14 Thread Robert Yang
On 03/14/2013 12:33 AM, Saul Wold wrote: On 03/13/2013 01:58 AM, Robert Yang wrote: There is a build error when I update the git repo and build again: x86_64-linux-libtool: link: cannot find the library `/path/to/sysroots/x86_64-linux/usr/lib/libpng15.la' or ... This because libpng was 1.5 b

Re: [OE-core] package: Add cachedpath optimisation

2013-03-14 Thread Chris Larson
On Thu, Mar 14, 2013 at 6:57 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Currently, various standard library operations like os.walk(), > os.path.isdir() and os.path.islink() each call stat or lstat which > involves a syscall into the kernel. There is no caching since they co

[OE-core] package: Add cachedpath optimisation

2013-03-14 Thread Richard Purdie
Currently, various standard library operations like os.walk(), os.path.isdir() and os.path.islink() each call stat or lstat which involves a syscall into the kernel. There is no caching since they could conceivably have changed on disk. The result is that for something like the do_package task of t

Re: [OE-core] [CONSOLIDATED PULL 00/29] SystemD and other fixes

2013-03-14 Thread Richard Purdie
On Thu, 2013-03-14 at 12:02 -0700, Saul Wold wrote: > Richard, > > I pulled Ross's non-controversial systemd patches, along with some updates > that I have reviewed and built on the AB (still in progress, but looking > green) > > One item to verify is Martin's package.bbclass change. > > Thanks

[OE-core] [PATCH 1/1] [v2]tzcode-native & tzdata: update to 2013b versions

2013-03-14 Thread Joe Slater
Rename 2012j recipes and update version related information. Add one comment. --- ...code-native_2012j.bb => tzcode-native_2013b.bb} | 12 +++-- .../tzdata/{tzdata_2012j.bb => tzdata_2013b.bb}| 54 +--- 2 files changed, 43 insertions(+), 23 deletions(-) rename meta/recipe

[OE-core] [PATCH 0/1] [v2] tzcode-native & tzdata: update to 2013b versions

2013-03-14 Thread Joe Slater
No content changes from previous 2013b patch. Patch format shows differences instead of delete/create Joe Slater (1): tzcode-native & tzdata: update to 2013b versions ...code-native_2012j.bb => tzcode-native_2013b.bb} | 12 +++-- .../tzdata/{tzdata_2012j.bb => tzdata_2013b.bb}| 54 +++

[OE-core] Added task doesn't seem to run when rebuilding recipe

2013-03-14 Thread Daniel Lazzari
Hi everyone, I ran into an interesting problem today involving custom tasks and rebuilding recipes. We have a bbclass that adds 2 new tasks to a recipe, do_complete_metainf() and do_create_lfp(). They are added as follows: do_create_lfp[nostamp]="1" addtask complete_metainf after do_install bef

Re: [OE-core] [PATCH] nss-myhostname: add 0.3 version

2013-03-14 Thread Chris Larson
On Thu, Mar 14, 2013 at 2:16 PM, Marcin Juszkiewicz < marcin.juszkiew...@linaro.org> wrote: > Meta-linaro layer had own netbase.bbappend which took care of adding > MACHINE name to /etc/hosts to get it resolvable. > > Koen Kooi pointed to nss-myhostname as better solution. Tested, works > fine so

[OE-core] [PATCH] nss-myhostname: add 0.3 version

2013-03-14 Thread Marcin Juszkiewicz
1 Meta-linaro layer had own netbase.bbappend which took care of adding MACHINE name to /etc/hosts to get it resolvable. Koen Kooi pointed to nss-myhostname as better solution. Tested, works fine so I add it for other users. Signed-off-by: Marcin Juszkiewicz --- .../nss-myhostname/nss-myhostnam

Re: [OE-core] [PATCH] Add architecture files for AArch64 architecture.

2013-03-14 Thread Marcin Juszkiewicz
W dniu 14.03.2013 21:24, Khem Raj pisze: >>> No, we do not use /lib64/ for AArch64. > > Thats under discussion I have seen threads and patches on gcc ml and > glibc ml about it. > > http://gcc.gnu.org/ml/gcc-patches/2013-03/msg00288.html > http://sourceware.org/ml/libc-ports/2013-03/msg00125.ht

Re: [OE-core] [PATCH] Add architecture files for AArch64 architecture.

2013-03-14 Thread Khem Raj
On Mar 14, 2013, at 11:18 AM, Marcin Juszkiewicz wrote: > W dniu 14.03.2013 19:04, Mark Hatle pisze: >> I'm not completely familiar with aarch64. So a couple of questions. >> The first is is it supposed to allow a multilib configuration? I.e. >> being able to run both 32-bit "arm/thumb" code

[OE-core] [CONSOLIDATED PULL 00/29] SystemD and other fixes

2013-03-14 Thread Saul Wold
Richard, I pulled Ross's non-controversial systemd patches, along with some updates that I have reviewed and built on the AB (still in progress, but looking green) One item to verify is Martin's package.bbclass change. Thanks Sau! The following changes since commit bd03014c8fd080e04dd0

Re: [OE-core] [PATCH] Add architecture files for AArch64 architecture.

2013-03-14 Thread Mark Hatle
On 3/14/13 1:18 PM, Marcin Juszkiewicz wrote: W dniu 14.03.2013 19:04, Mark Hatle pisze: I'm not completely familiar with aarch64. So a couple of questions. The first is is it supposed to allow a multilib configuration? I.e. being able to run both 32-bit "arm/thumb" code & aarch64 code on the

Re: [OE-core] [PATCH] Add architecture files for AArch64 architecture.

2013-03-14 Thread Marcin Juszkiewicz
W dniu 14.03.2013 19:04, Mark Hatle pisze: > I'm not completely familiar with aarch64. So a couple of questions. > The first is is it supposed to allow a multilib configuration? I.e. > being able to run both 32-bit "arm/thumb" code & aarch64 code on the > same machine? If so, a "BASE_LIB_tune-a

Re: [OE-core] [PATCH] Add architecture files for AArch64 architecture.

2013-03-14 Thread Mark Hatle
On 3/14/13 12:41 PM, Marcin Juszkiewicz wrote: Signed-off-by: Marcin Juszkiewicz --- meta/conf/machine/include/aarch64/README | 9 + meta/conf/machine/include/aarch64/arch-aarch64.inc | 16 2 files changed, 25 insertions(+) create mode 100644 meta/conf/m

[OE-core] [PATCH 17/17] mobile-broadband-provider-info: Upgrade to v20120614

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../mobile-broadband-provider-info_git.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadba

[OE-core] [PATCH 16/17] watchdog: Upgrade to v5.13

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../watchdog/files/fix-ping-failure.patch | 74 .../{watchdog_5.12.bb => watchdog_5.13.bb} |6 +- 2 files changed, 3 insertions(+), 77 deletions(-) delete mode 100644 meta/recipes-extended/watchdog/files/fix-ping-failure.

[OE-core] [PATCH 15/17] apr-util: Upgrade to v1.5.1

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../apr/{apr-util_1.4.1.bb => apr-util_1.5.1.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/apr/{apr-util_1.4.1.bb => apr-util_1.5.1.bb} (91%) diff --git a/meta/recipes-support/apr/apr-util_1.4.1.bb b/meta/recipes

[OE-core] [PATCH 14/17] babeltrace: Upgrade to v1.0.3

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../{babeltrace_1.0.0.bb => babeltrace_1.0.3.bb} |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{babeltrace_1.0.0.bb => babeltrace_1.0.3.bb} (94%) diff --git a/meta/recipes-kernel/lttng/babeltrace_1.0.0.bb b/meta/reci

[OE-core] [PATCH 13/17] liburcu: Upgrade to v0.7.6

2013-03-14 Thread Radu Moisan
License file changed but still compliant with LGPLv2.1 Signed-off-by: Radu Moisan --- .../liburcu/{liburcu_0.7.4.bb => liburcu_0.7.6.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/liburcu/{liburcu_0.7.4.bb => liburcu_0.7.6.bb} (77%) diff --git a

[OE-core] [PATCH 12/17] systemtap: Upgrade to v2.1

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../systemtap/obsolete_automake_macros.patch | 22 +--- meta/recipes-kernel/systemtap/systemtap_git.inc|4 ++-- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap/obsolete_automake

[OE-core] [PATCH 11/17] cronie: Upgrade to v1.4.9

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../cronie/{cronie_1.4.8.bb => cronie_1.4.9.bb}|6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/cronie/{cronie_1.4.8.bb => cronie_1.4.9.bb} (94%) diff --git a/meta/recipes-extended/cronie/cronie_1.4.8.bb b/meta/recip

[OE-core] [PATCH 10/17] hdparm: Upgrade to v9.43

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../hdparm/{hdparm_9.39.bb => hdparm_9.43.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/hdparm/{hdparm_9.39.bb => hdparm_9.43.bb} (87%) diff --git a/meta/recipes-extended/hdparm/hdparm_9.39.bb b/meta/recipes-

[OE-core] [PATCH 09/17] atk: Upgrade to v 2.7.91

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../atk/{atk_2.6.0.bb => atk_2.7.91.bb}|8 +--- .../atk/files/remove-gnome-comile-warnings.patch | 17 + 2 files changed, 22 insertions(+), 3 deletions(-) rename meta/recipes-support/atk/{atk_2.6.0.bb => atk_2.7.91.bb} (68%)

[OE-core] [PATCH 06/17] u-boo-fw-utils: Upgrade to v2013.01.01

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- ...2012.04.01.bb => u-boot-fw-utils_2013.01.01.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2012.04.01.bb => u-boot-fw-utils_2013.01.01.bb} (84%) diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-

[OE-core] [PATCH 08/17] u-boot: Upgrade to v2013.01.01

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../{u-boot_2012.04.01.bb => u-boot_2013.01.01.bb} |8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-bsp/u-boot/{u-boot_2012.04.01.bb => u-boot_2013.01.01.bb} (82%) diff --git a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/me

[OE-core] [PATCH 07/17] u-boot-mkimage: Upgrade to v2013.01.01

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- ..._2012.04.01.bb => u-boot-mkimage_2013.01.01.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2012.04.01.bb => u-boot-mkimage_2013.01.01.bb} (84%) diff --git a/meta/recipes-bsp/u-boot/u-boot-mkima

[OE-core] [PATCH 05/17] ed: Upgrade to v1.7

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../ed/{ed-1.6 => ed-1.7}/ed-1.2-build.patch |0 meta/recipes-extended/ed/{ed_1.6.bb => ed_1.7.bb} |4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ed/{ed-1.6 => ed-1.7}/ed-1.2-build.patch (100%) rename meta/rec

[OE-core] [PATCH 04/17] tzdata: Upgrade to v2013a

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../tzdata/{tzdata_2012j.bb => tzdata_2013a.bb}|6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2012j.bb => tzdata_2013a.bb} (98%) diff --git a/meta/recipes-extended/tzdata/tzdata_2012j.bb b/meta/recip

[OE-core] [PATCH 03/17] gawk: Upgrade to v4.0.2

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../gawk/{gawk_4.0.1.bb => gawk_4.0.2.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/gawk/{gawk_4.0.1.bb => gawk_4.0.2.bb} (86%) diff --git a/meta/recipes-extended/gawk/gawk_4.0.1.bb b/meta/recipes-extende

[OE-core] [PATCH 02/17] iputils: Upgrade to v20121221

2013-03-14 Thread Radu Moisan
Removed obsolete patches Replaced openssl with gnutls in dependency list Signed-off-by: Radu Moisan --- .../files/debian/add-icmp-return-codes.diff| 43 .../iputils/files/debian/fix-arping-timeouts.diff | 26 .../files/debian/fix-dead-host-ping-stat

[OE-core] [PATCH 00/17] Package Upgrades

2013-03-14 Thread Radu Moisan
The following changes since commit 365eb9b5d22208c967dcd91d8ab52faed20f04b5: bitbake: bitbake-layers: fix duplicated help info (2013-03-10 04:36:52 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib rmoisan/branch-updates http://git.yoctoproject.org/cgi

[OE-core] [PATCH 01/17] rxvt-unicode: Upgrade to v9.17

2013-03-14 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../rxvt.desktop |0 .../rxvt.png | Bin 2847 -> 2847 bytes .../xwc.patch |0 .../{rxvt-unicode_9.15.bb => rxvt-unicode_9.17.bb} |6 +++--- 4 fi

[OE-core] [PATCH] linux-firmware: upgrade to git HEAD c530a75c1e6a472b0eb9558310b518f0dfcd8860

2013-03-14 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 8700ca4..0

[OE-core] [PATCH] Add architecture files for AArch64 architecture.

2013-03-14 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- meta/conf/machine/include/aarch64/README | 9 + meta/conf/machine/include/aarch64/arch-aarch64.inc | 16 2 files changed, 25 insertions(+) create mode 100644 meta/conf/machine/include/aarch64/README create mode 100644 met

[OE-core] [PATCH] iptables: upgrade to 1.4.18

2013-03-14 Thread Cristian Iorga
fix-link-failure-ip6t-NETMAP.patch removed; already included in upstream. Signed-off-by: Cristian Iorga --- .../iptables/{iptables_1.4.17.bb => iptables_1.4.18.bb}|8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-extended/iptables/{iptables_1.4.17.bb =

Re: [OE-core] [PATCH] tzcode & tzdata: update to 2013b versions

2013-03-14 Thread Otavio Salvador
On Wed, Mar 13, 2013 at 5:42 PM, Joe Slater wrote: > Update tzcode and tzdata recipes for 2013b timezone > data. > > Signed-off-by: Joe Slater This is the v2, right? Please list which changes you did since v1. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems