Re: [OE-core] [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115

2012-02-02 Thread Paul Menzel
Dear Nitin, Am Mittwoch, den 01.02.2012, 15:40 -0800 schrieb nitin.a.kam...@intel.com: From: Nitin A Kamble nitin.a.kam...@intel.com there is a typo in the summary. Please fix »upgrade« in your branch. There is no need to resend the patch it. update md5sum for license as the copyright years

Re: [OE-core] [PATCH 3/3] rootfs_ipk.bbclass: fix detection of script runtime requirement

2012-02-02 Thread Martin Jansa
On Wed, Feb 01, 2012 at 08:27:45PM +, Otavio Salvador wrote: The code has been broken by 2feba313c991170747381c7cf821a45c2cd04632 that changed the way this detection has being done. Wasn't this fixed by

Re: [OE-core] [PATCH 3/3] rootfs_ipk.bbclass: fix detection of script runtime requirement

2012-02-02 Thread Phil Blundell
On Wed, 2012-02-01 at 19:03 -0200, Otavio Salvador wrote: On Wed, Feb 1, 2012 at 18:59, Phil Blundell ph...@gnu.org wrote: On Wed, 2012-02-01 at 20:27 +, Otavio Salvador wrote: The code has been broken by 2feba313c991170747381c7cf821a45c2cd04632 that

Re: [OE-core] [PATCH 2/3] dhcp: move dhcp leases files handling to postinst/postrm

2012-02-02 Thread Phil Blundell
On Wed, 2012-02-01 at 19:01 -0200, Otavio Salvador wrote: On Wed, Feb 1, 2012 at 18:57, Phil Blundell ph...@gnu.org wrote: On Wed, 2012-02-01 at 20:27 +, Otavio Salvador wrote: pkg_postinst_dhcp-server() { +install -d $D/${localstatedir}/lib/dhcp

[OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-02-02 Thread Samuel Stirtzel
Hi, for some time now I've been working on a port of Plasma Active, the next generation touch user interface from KDE. If you never heard about Plasma Active see [1]. For touch devices it is much more satisfying to use a GUI that is designed for this input method, so I started porting it. Someone

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-02-02 Thread Martin Jansa
On Thu, Feb 02, 2012 at 12:50:16PM +0100, Samuel Stirtzel wrote: Hi, for some time now I've been working on a port of Plasma Active, the next generation touch user interface from KDE. If you never heard about Plasma Active see [1]. For touch devices it is much more satisfying to use a GUI

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-02-02 Thread Martin Jansa
On Thu, Feb 02, 2012 at 01:18:38PM +0100, Samuel Stirtzel wrote: 2012/2/2 Martin Jansa martin.ja...@gmail.com: On Thu, Feb 02, 2012 at 12:50:16PM +0100, Samuel Stirtzel wrote: Hi, for some time now I've been working on a port of Plasma Active, the next generation touch user interface

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-02-02 Thread Samuel Stirtzel
2012/2/2 Martin Jansa martin.ja...@gmail.com: On Thu, Feb 02, 2012 at 12:50:16PM +0100, Samuel Stirtzel wrote: Hi, for some time now I've been working on a port of Plasma Active, the next generation touch user interface from KDE. If you never heard about Plasma Active see [1]. For touch

[OE-core] [PATCH] tune-mips32.inc: Add mips32-nf and mips32el-nf

2012-02-02 Thread Andreas Oberritter
tune-mips32.inc only lists mips32 CPUs with hardware FPU. Extend it to list CPUs without hardware FPU, too. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/conf/machine/include/tune-mips32.inc |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH 2/3] dhcp: move dhcp leases files handling to postinst/postrm

2012-02-02 Thread Richard Purdie
On Thu, 2012-02-02 at 10:43 +, Phil Blundell wrote: On Wed, 2012-02-01 at 19:01 -0200, Otavio Salvador wrote: On Wed, Feb 1, 2012 at 18:57, Phil Blundell ph...@gnu.org wrote: On Wed, 2012-02-01 at 20:27 +, Otavio Salvador wrote: pkg_postinst_dhcp-server() {

Re: [OE-core] [PATCH 0/3] Pending patches in O.S. Systems tree

2012-02-02 Thread Richard Purdie
On Wed, 2012-02-01 at 20:27 +, Otavio Salvador wrote: We changed the udev patch taking in account the suggestions done by Richard and also made a cuple of more fixes in meanwhile. The gitpkgv.bbclass patch has been dropped for now as it is in discussion on mailing list. The following

[OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-02 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com 1. Update to 4.2.3-P2 2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto. This is why i added a patch in order to add -lcrypto to LIBS. ---

Re: [OE-core] [PATCH v2 1/1] atk: add native / disable introspection / merge atk.inc-recipe / change license

2012-02-02 Thread Saul Wold
On 02/01/2012 01:20 AM, Andreas Müller wrote: On Wed, Feb 1, 2012 at 2:07 AM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: - LICENSE needs to be ast parsable. It should be: LICENSE = GPL-2.0+ LGPL-2.1+ I grepped around: We have exactly ONE hit for each ( GPL-2.0+ / LGPL-2.1+ )

Re: [OE-core] [PATCH] rootfs_ipk: remove runtime_script_required usage

2012-02-02 Thread Saul Wold
On 01/25/2012 12:05 AM, Martin Jansa wrote: * it was introduced in 87780fc09b066525e47d0f50ee5497db54d304cd * then partially removed in 2feba313c991170747381c7cf821a45c2cd04632 * so remove this use too as runtime_script_required is not initialized anymore and results in run.do_rootfs.6328:

Re: [OE-core] [PATCH 2/2] image_types.bbclass: refactor cpio images generation.

2012-02-02 Thread Saul Wold
On 01/25/2012 11:09 PM, Andrea Adami wrote: * Add common check for the presence of an /init * symlink, being 'touch' would fail with it * and 'touch -h' is not yet generally supported * (depends on distro on build host). Signed-off-by: Andrea Adamiandrea.ad...@gmail.com ---

Re: [OE-core] [PATCH v2] qt4-tools-nativesdk-4.8.0: fix build

2012-02-02 Thread Saul Wold
On 01/25/2012 09:22 AM, Eric Bénard wrote: the build is actually failing because host g++ and ld are used to compile and link Signed-off-by: Eric Bénarde...@eukrea.com --- v2 : increment INC_PR meta/recipes-qt/qt4/files/configure-lflags.patch | 18 --

Re: [OE-core] [PATCH 1/2] alsa-state: fix RDEPENDS assignment

2012-02-02 Thread Saul Wold
On 01/30/2012 08:49 AM, Koen Kooi wrote: Signed-off-by: Koen Kooik...@dominion.thruhere.net --- meta/recipes-bsp/alsa-state/alsa-state.bb |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb

Re: [OE-core] [PATCH 0/1] adt-installer tar ball regen issue with sstate

2012-02-02 Thread Saul Wold
On 01/30/2012 09:36 PM, Jessica Zhang wrote: The following changes since commit 08235ba0527a493fd652fdcbfded059c3a802333: Jessica Zhang (1): Merge branch 'master' of git://git.yoctoproject.org/poky are available in the git repository at: git://git.yoctoproject.org/poky-contrib

Re: [OE-core] [PATCH 0/3] linux-yocto: 3.2.2 and 3.0.18 updates

2012-02-02 Thread Saul Wold
On 01/30/2012 12:02 PM, Bruce Ashfield wrote: Richard/Saul, Two kernel updates in this pull request. The bigger change is the introduction/release of the 3.2 kernel repository. I've had this under test in one form or another for nearly two months now. It no only brings in a new kernel, but

Re: [OE-core] [PATCH 0/1] e2fsprogs streamlining

2012-02-02 Thread Saul Wold
On 01/30/2012 06:47 PM, Scott Garman wrote: Hello, Koen Kooi suggested that the quotefix patch was not needed, and the build of the recipe should now be multithread-safe. My testing has confirmed this. The following changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26:

Re: [OE-core] [PATCH 03/10] binutils: fixes for build with an external csl toolchain

2012-02-02 Thread Chris Larson
On Sat, Jan 28, 2012 at 1:23 PM, Khem Raj raj.k...@gmail.com wrote: On (27/01/12 11:13), Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com ---  meta/recipes-devtools/binutils/binutils.inc |    5 +++--  1

Re: [OE-core] [PATCH 07/10] external-csl-toolchain: support mips/ppc/arm

2012-02-02 Thread Chris Larson
On Sat, Jan 28, 2012 at 1:28 PM, Khem Raj raj.k...@gmail.com wrote: hmm is it using powerpc-linux-gnu canonical name to do both ppc32 and ppc64 +CSL_TARGET_SYS_arm = arm-none-linux-gnueabi +CSL_TARGET_SYS_mips = mips-linux-gnu +CSL_TARGET_SYS_mipsel = mips-linux-gnu +CSL_TARGET_SYS_mips64

Re: [OE-core] [PATCH 0/3] Misc fixes - pciutils and syslogd

2012-02-02 Thread Richard Purdie
On Tue, 2012-01-31 at 16:58 -0800, Joshua Lock wrote: All, Here are a couple of patches to fix issues in test builds I've been running today. The first fixes our patched configure script in pciutils for users of the dash shell. The second ensures sysklogd is a little more useful out of

Re: [OE-core] [PATCH] gconf.bbclass: Add proper RDEPENDS to packages with gconf postinststep.

2012-02-02 Thread Richard Purdie
On Wed, 2012-02-01 at 08:32 +0100, Koen Kooi wrote: From: Peter Tworek tworaz...@gmail.com Right now gconf bbclass adds both postinst and prerm steps, but it does not ensure that packages involved have gconf in RDEPENDS. This can lead to a situation where postinst/prerm steps fail because

Re: [OE-core] [PATCH 2/3] dhcp: move dhcp leases files handling to postinst/postrm

2012-02-02 Thread Otavio Salvador
On Thu, Feb 2, 2012 at 12:53, Richard Purdie richard.pur...@linuxfoundation.org wrote: Agreed, mkdir is much more likely to be available than install on most target machines. I did it and pushed to my tree. When changing it, I bumped PR again as I had it merged in our local tree to fix this

Re: [OE-core] [PATCH v2 1/1] atk: add native / disable introspection / merge atk.inc-recipe / change license

2012-02-02 Thread Flanagan, Elizabeth
On Wed, Feb 1, 2012 at 1:20 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wed, Feb 1, 2012 at 2:07 AM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: - LICENSE needs to be ast parsable. It should be: LICENSE = GPL-2.0+ LGPL-2.1+ I grepped around: We have exactly ONE

Re: [OE-core] [PATCH v2 1/1] atk: add native / disable introspection / merge atk.inc-recipe / change license

2012-02-02 Thread Richard Purdie
On Sun, 2012-01-29 at 01:00 +0100, Andreas Müller wrote: Native support currently is appended in meta-oe. Native build failed with: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-02 Thread Otavio Salvador
On Thu, Feb 2, 2012 at 14:20, Andrei Gherzan and...@gherzan.ro wrote: From: Andrei Gherzan andrei.gher...@windriver.com 1. Update to 4.2.3-P2 2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto. This is why i added a

[OE-core] [PATCH 0/1] Force netbase to be MACHINE specific for all MACHINEs

2012-02-02 Thread Joshua Lock
Subject says it all and the detail is in the patch commit entry. Cheers, Joshua The following changes since commit a69108ea388fce9034ecc8670f1149fabae55e1b: atk: add native / disable introspection / merge atk.inc-recipe / change license (2012-02-02 18:37:21 +) are available in the git

Re: [OE-core] [PATCH 1/1] netbase: make netbase recipe MACHINE specific for all targets

2012-02-02 Thread Koen Kooi
Op 2 feb. 2012, om 19:51 heeft Joshua Lock het volgende geschreven: Several BSP's are appending netbase to add MACHINE specific networking functionality. Rather than BSP creators having to mark netbase MACHINE specific just default to PACKAGE_ARCH = ${MACHINE_ARCH} in netbase. This

Re: [OE-core] [PATCH 1/1] netbase: make netbase recipe MACHINE specific for all targets

2012-02-02 Thread Joshua Lock
On 02/02/12 10:54, Koen Kooi wrote: Op 2 feb. 2012, om 19:51 heeft Joshua Lock het volgende geschreven: Several BSP's are appending netbase to add MACHINE specific networking functionality. Rather than BSP creators having to mark netbase MACHINE specific just default to PACKAGE_ARCH =

[OE-core] [PATCH 1/1] netbase: make netbase recipe MACHINE specific for all targets

2012-02-02 Thread Joshua Lock
Several BSP's are appending netbase to add MACHINE specific networking functionality. Rather than BSP creators having to mark netbase MACHINE specific just default to PACKAGE_ARCH = ${MACHINE_ARCH} in netbase. This shouldn't be a huge hit as netbase just copies files around. Signed-off-by:

[OE-core] [PATCH] webkit-gtk: Make it webgl support configurable via DISTRO_FEATURES.

2012-02-02 Thread Peter Tworek
* Add missing dependancy on virtual/libgl * Make webgl configurable via DISTRO_FEATURES=opengl * Fix wrong resource path for error.html file Signed-off-by: Peter Tworek tworaz...@gmail.com --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 -- 1 files changed, 4 insertions(+), 2

[OE-core] [PATCH] busybox: Add flock utility to default configuration.

2012-02-02 Thread Peter Tworek
Flock is required by by pm-utils package to function properly (/usr/lib/pm-utils/functions). It's shipped in both busybox and util-linux. Both versions work fine with pm-utils. Enabling it in busybox seems like simpliest solution for the problem. Signed-off-by: Peter Tworek tworaz...@gmail.com

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-02-02 Thread Khem Raj
On Thu, Feb 2, 2012 at 3:50 AM, Samuel Stirtzel s.stirt...@googlemail.com wrote: for some time now I've been working on a port of Plasma Active, the next generation touch user interface from KDE. If you never heard about Plasma Active see [1]. For touch devices it is much more satisfying to

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-02 Thread Andrei Gherzan
On 02/02/2012 08:32 PM, Otavio Salvador wrote: On Thu, Feb 2, 2012 at 14:20, Andrei Gherzan and...@gherzan.ro mailto:and...@gherzan.ro wrote: From: Andrei Gherzan andrei.gher...@windriver.com mailto:andrei.gher...@windriver.com 1. Update to 4.2.3-P2 2. From 4.2.0 final

[OE-core] [PATCH 12/14] xinit: Update to 1.3.2

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../xorg-app/{xinit_1.3.1.bb = xinit_1.3.2.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb = xinit_1.3.2.bb} (79%) diff --git

[OE-core] [PATCH 11/14] libdrm: Update to 2.4.30

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../drm/{libdrm_2.4.29.bb = libdrm_2.4.30.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.29.bb = libdrm_2.4.30.bb} (54%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.29.bb

[OE-core] [PATCH 01/14] task-self-hosted: add disk partitioning tools

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb index ebf8a01..253d500 100644 ---

[OE-core] [PATCH 10/14] libidn: Update to 1.24

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../libidn/{libidn_1.23.bb = libidn_1.24.bb} | 23 +--- 1 files changed, 15 insertions(+), 8 deletions(-) rename meta/recipes-extended/libidn/{libidn_1.23.bb = libidn_1.24.bb} (40%) diff --git

[OE-core] [PATCH 06/14] gnutls: Update to 2.12.16

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../configure-fix.patch|0 .../correct_rpl_gettimeofday_signature.patch |0 .../fix-gettext-version.patch |0 .../gnutls-openssl.patch |0

[OE-core] [PATCH 08/14] gnupg: Add gplv2 version 1.4.7

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../gnupg/gnupg-1.4.7/long-long-thumb.patch| 12 +++ .../gnupg/gnupg-1.4.7/mips_gcc4.4.patch| 42 + meta/recipes-support/gnupg/gnupg_1.4.7.bb | 92 3 files changed, 146 insertions(+),

[OE-core] [PATCH 05/14] openssl: Update to 0.9.8t (gplv2)

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../configure-targets.patch|0 .../debian/ca.patch|0 .../debian/config-hurd.patch |0 .../debian/debian-targets.patch|0

[OE-core] [PATCH 03/14] self-hosted-image: add package management for correct installation

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/images/self-hosted-image.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 111c057..5029ac2 100644

[OE-core] [PATCH 00/14] Self-Hosted Fixes and Package Updates

2012-02-02 Thread Saul Wold
Richard, This is a patch of updates and self-host-image fixes. I also added the gnupg version that is gplv2 to go along with the libzypp changes from Steve. Sau! The following changes since commit 70e1226e8c10bf07d6c7b1e13d745ad603f2ec73: meta-yocto/local.conf.sample.extended: add

[OE-core] [PATCH 04/14] openssl: Update to 1.0.0g

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../configure-targets.patch|0 .../debian/c_rehash-compat.patch |0 .../debian/ca.patch|0 .../debian/debian-targets.patch|0

[OE-core] [PATCH 14/14] distro_track: Track Updates

2012-02-02 Thread Saul Wold
openssl: Update to 1.0.0g openssl: Update to 0.9.8t (gplv2) gnutls: Update to 2.12.16 rxvt-unicode: Update to 9.15 gnupg: Add gplv2 version 1.4.7 file: Update to version 5.10 libidn: Update to 1.24 libdrm: Update to 2.4.30 xinit: Update to 1.3.2 xf86-input-keyboard: Update to 1.6.1

[OE-core] [PATCH 07/14] rxvt-unicode: Update to 9.15

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../rxvt.desktop |0 .../rxvt.png | Bin 2847 - 2847 bytes .../xwc.patch |0 .../{rxvt-unicode_9.14.bb = rxvt-unicode_9.15.bb} |

[OE-core] [PATCH 09/14] file: Update to version 5.10

2012-02-02 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../file/{file_5.09.bb = file_5.10.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/file/{file_5.09.bb = file_5.10.bb} (86%) diff --git a/meta/recipes-devtools/file/file_5.09.bb

[OE-core] [PATCH 0/1] x32 fix for strace

2012-02-02 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit 02b6b4158c9567d5cea7f553201fd23a5d6f156f: distro_tracking: update for current upgrades (2012-02-02 21:46:15 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/work

[OE-core] [PATCH 1/1] strace: add x32 support

2012-02-02 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commits adds a patch to enable x32 support in the strace recipe. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../strace-4.6/strace-4.6_add_x32_support.patch| 1242

[OE-core] [PATCH 0/2] LSB_Setup.sh: Add locale resources and startup avi

2012-02-02 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Add two parts: 1 Add absent locale resources in LSB_Setup.sh because of a lack of locale resources in core-image-lsb-qt3 when running lsb test. 2 Add avahi-daemon. Function gethostbyaddr will search file /var/run/avahi-daemon/socket but there

[OE-core] [PATCH 2/2] LSB_Setup.sh: Add locale resources and startup script avahi-daemon

2012-02-02 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com The purpose of adding locale resources is to resolve bug 1954 because missing locale resources cause many failures. The purpose of adding startup script avahi-daemon is to resolve bug 1907. The detailed description is as follows: No daemon progress

[OE-core] [PATCH 1/2] init-functions: Add two functions

2012-02-02 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Add log_begin_msg() and log_end_msg () in init-functions because some startup scripts need them. if there are not two functions, then error information will arise on screen. for example, $ /etc/init.d/avahi-daemon start /etc/init.d/avahi-daemon: line