Re: [OE-core] [PATCH v3 0/3] *** SUBJECT HERE ***

2012-02-01 Thread Darren Hart
On 01/31/2012 09:28 PM, Wang, Shane wrote: Thanks for the example Shane, good idea. > Here is my example of the steps after you source the environment and "git > push" to poky-contrib. > > Run: create-pull-request -b shane/typo -u origin-pc3 -r > 238a47d800446996f5cb9929f33aaaffe618f7b6 -s "fi

Re: [OE-core] [PATCH v5 1/3] libksba: add recipe for 1.2.0

2012-02-01 Thread Paul Menzel
Am Dienstag, den 31.01.2012, 09:45 -0800 schrieb Steve Sakoman: > Libksba provides an easy API to create and parse X.509 and CMS related objects > and is required for gnupg > > Signed-off-by: Steve Sakoman > --- > meta/recipes-support/libksba/libksba_1.2.0.bb | 12 > 1 files chang

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

2012-02-01 Thread Andreas Müller
On Wed, Feb 1, 2012 at 2:07 AM, Flanagan, Elizabeth 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+ ) in oe-core. This approach does not seem common to me.. > > - LGPLv2.1. I

Re: [OE-core] [PATCH v5 2/3] gnupg: add recipe for 2.0.18

2012-02-01 Thread Paul Menzel
Am Dienstag, den 31.01.2012, 09:45 -0800 schrieb Steve Sakoman: gnupg: add 2.0.18 (initial recipe) > GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and > S/MIME > > Signed-off-by: Steve Sakoman > --- > meta/recipes-support/gnupg/gnupg_2.0.18.bb | 25 +++

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-02-01 Thread Anders Darander
* Steve Sakoman [120131 17:50]: > On Mon, Jan 30, 2012 at 11:42 PM, Anders Darander > wrote: > > * Steve Sakoman [120131 06:32]: > >> On Mon, Jan 30, 2012 at 7:23 PM, Saul Wold wrote: > >> > On 01/30/2012 05:39 PM, Steve Sakoman wrote: > >> > I will wait to pull this until I hear back from yo

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-02-01 Thread Koen Kooi
Op 1 feb. 2012, om 12:11 heeft Anders Darander het volgende geschreven: > * Steve Sakoman [120131 17:50]: >> On Mon, Jan 30, 2012 at 11:42 PM, Anders Darander >> wrote: >>> * Steve Sakoman [120131 06:32]: On Mon, Jan 30, 2012 at 7:23 PM, Saul Wold wrote: > On 01/30/2012 05:39 PM, St

Re: [OE-core] [PATCH 2/2] classes/gitpkgv.bbclass: import from Meta-OE

2012-02-01 Thread Richard Purdie
On Tue, 2012-01-31 at 02:10 +, Otavio Salvador wrote: > It provides a GITPKGV and GITPKGVTAG variables to be used in PKGV, as > described bellow: > > - GITPKGV which is a sortable version with the format NN+GITHASH, to >be used in PKGV, where > >NN equals the total number of revs up

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-02-01 Thread Steve Sakoman
On Wed, Feb 1, 2012 at 3:11 AM, Anders Darander wrote: > * Steve Sakoman [120131 17:50]: >> On Mon, Jan 30, 2012 at 11:42 PM, Anders Darander >> wrote: >> > * Steve Sakoman [120131 06:32]: >> >> On Mon, Jan 30, 2012 at 7:23 PM, Saul Wold wrote: >> >> > On 01/30/2012 05:39 PM, Steve Sakoman wr

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-02-01 Thread Steve Sakoman
On Wed, Feb 1, 2012 at 3:13 AM, Koen Kooi wrote: > > Op 1 feb. 2012, om 12:11 heeft Anders Darander het volgende geschreven: > >> * Steve Sakoman [120131 17:50]: >>> On Mon, Jan 30, 2012 at 11:42 PM, Anders Darander >>> wrote: * Steve Sakoman [120131 06:32]: > On Mon, Jan 30, 2012 at

[OE-core] [PATCH] classes/patch: return "other" elements found on the SRC_URI

2012-02-01 Thread Bruce Ashfield
commit: patch.bbclass: abstract out logic that determines patches to apply gives the ability for other clases to emit series files for use outside of a build system, or even within the build system. There are sometimes elements on the SRC_URI that while not directly applicable to patching, can

[OE-core] [RFC PATCH 0/1] classes/patch: return "other" elements found on the SRC_URI

2012-02-01 Thread Bruce Ashfield
Richard, When working with Tom on some BSP usability cases, he noted that it was nice that we can specify more complex features in the SRC_URI now that patch ordering and location is maintained by using the src_patches abstraction that Chris added to patch.bbclass. But .. there's always a but, you

Re: [OE-core] [PATCH 06/18] iptables: upgrade to 1.4.12.2

2012-02-01 Thread Wang, Shane
Khem Raj wrote on 2012-01-23: > On (23/01/12 02:06), Shane Wang wrote: >> This patch is to upgrade iptables to 1.4.12.2, and introduce a patch >> not to check unknown symbols. Otherwise, when it is compiled, it will >> report "libxtables.so.7" from > LD_PRELOAD cannot be preloaded. > > you should

[OE-core] [PATCH v6 1/3] libksba: add 1.2.0 (initial recipe)

2012-02-01 Thread Steve Sakoman
Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg Signed-off-by: Steve Sakoman Acked-by: Paul Menzel --- meta/recipes-support/libksba/libksba_1.2.0.bb | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) create mode 1006

[OE-core] [PATCH v6 3/3] libzypp: add missing runtime dependences on gzip and gnupg

2012-02-01 Thread Steve Sakoman
gzip is required to uncompress repository files gnupg is required for the support of signed repositories. Signed-off-by: Steve Sakoman --- meta/recipes-extended/libzypp/libzypp_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/libzypp/libzyp

[OE-core] [PATCH v6 2/3] gnupg: add 2.0.18 (initial recipe)

2012-02-01 Thread Steve Sakoman
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME Signed-off-by: Steve Sakoman Acked-by: Paul Menzel --- meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-s

[OE-core] [PATCH v6 0/3] libzypp: support signed repositories

2012-02-01 Thread Steve Sakoman
The current libzypp implementation does not work with signed repositories. This patch series adds recipes for the required packages as well as the necessary runtime dependencies to libzypp. Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and a systemd based console image. Cha

Re: [OE-core] [PATCH] classes: replace 'Poky' with 'OE-core'

2012-02-01 Thread Richard Purdie
On Mon, 2012-01-30 at 13:44 +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta/classes/package.bbclass |2 +- > meta/classes/package_rpm.bbclass | 10 +- > meta/classes/sanity.bbclass|2 +- > meta/classes/staging.bbclass |2

Re: [OE-core] [PATCH v2] package bbclass: allow per package PRIVATE_LIBS

2012-02-01 Thread Richard Purdie
On Fri, 2012-01-27 at 17:50 +0100, Koen Kooi wrote: > If a recipe packages multiple versions of shlib (e.g. powervr drivers) we > only want the shlib code to pickup $PN, not $PN-foo subpackages. > This keeps backward compatibility with the global PRIVATE_LIBS usage if no > per package PRIVATE_LIB

Re: [OE-core] [PATCH v2] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-02-01 Thread Richard Purdie
On Sat, 2012-01-28 at 08:57 +0100, Andrea Adami wrote: > * Introduce DEFAULT_TIMEZONE variable ('Universal', present in base package) > * and add /etc/timezone during do_install. > * While there, fix hardcoded references to $exec_prefix (/usr). > * Add the pkg_postinst script (adapted from Gentoo).

Re: [OE-core] [oe-commits] Saul Wold : opkg-utils: convert to git repo at git.yoctoproject.org

2012-02-01 Thread Martin Jansa
On Wed, Feb 01, 2012 at 03:15:31PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: b44717c29c4f50917570039adf896680d24bb216 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b44717c29c4f50917570039adf896680d24bb216 > > A

Re: [OE-core] [PATCH] classes/patch: return "other" elements found on the SRC_URI

2012-02-01 Thread Richard Purdie
On Wed, 2012-02-01 at 09:42 -0500, Bruce Ashfield wrote: > commit: > > patch.bbclass: abstract out logic that determines patches to apply > > gives the ability for other clases to emit series files for use outside > of a build system, or even within the build system. There are sometimes > eleme

Re: [OE-core] [PATCH] classes/patch: return "other" elements found on the SRC_URI

2012-02-01 Thread Bruce Ashfield
On 12-02-01 10:52 AM, Richard Purdie wrote: On Wed, 2012-02-01 at 09:42 -0500, Bruce Ashfield wrote: commit: patch.bbclass: abstract out logic that determines patches to apply gives the ability for other clases to emit series files for use outside of a build system, or even within the build

[OE-core] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread Khem Raj
Hi patchwork instance that we have currently handles patches for oe-devel, oe-core and bitbake layers which use oe-devel maintain and use the patch queues ok so it makes sense to have it there. But patch flow for oe-core and bitbake is handled differently via pull requests. Would it make sense to

Re: [OE-core] [PATCH 1/3] pciutils: fix configure script for dash

2012-02-01 Thread Khem Raj
On Tue, Jan 31, 2012 at 4:58 PM, Joshua Lock wrote: > configure.patch was missing a closing quote in a sed expression which > causes script execution to error on less forgiving shells such as dash. > > Signed-off-by: Joshua Lock coincidently I have same patch locally and it works :) > --- >  ..

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread Martin Jansa
On Wed, Feb 01, 2012 at 08:04:14AM -0800, Khem Raj wrote: > Hi > > patchwork instance that we have currently handles patches for > oe-devel, oe-core and bitbake > layers which use oe-devel maintain and use the patch queues ok so it > makes sense to have it > there. But patch flow for oe-core and b

Re: [OE-core] [PATCH 1/2] udev: improve udev-cache robustness

2012-02-01 Thread Richard Purdie
On Tue, 2012-01-31 at 02:10 +, Otavio Salvador wrote: > * allow udev-cache to be disabled at runtime (using >/etc/default/udev-cache); > > * make cache invalidated if kernel, bootparams or device list >changes; > > Signed-off-by: Otavio Salvador > --- > meta/recipes-core/udev/udev.

[OE-core] [PATCH] shadow-securetty: allow root logins on usb serial gadget device

2012-02-01 Thread Steve Sakoman
Existing tty list does not include ttyGS0, add it Signed-off-by: Steve Sakoman --- meta/recipes-extended/shadow/files/securetty |3 +++ .../shadow/shadow-securetty_4.1.4.3.bb |2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/sha

Re: [OE-core] [PATCH] shadow-securetty: allow root logins on usb serial gadget device

2012-02-01 Thread Paul Eggleton
On Wednesday 01 February 2012 09:09:12 Steve Sakoman wrote: >... > --- a/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb > +++ b/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb > @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 >

[OE-core] [PATCH v2] shadow-securetty: allow root logins on usb serial gadget device

2012-02-01 Thread Steve Sakoman
Existing tty list does not include ttyGS0, add it Signed-off-by: Steve Sakoman --- Changes in this version: - set PR to r1 meta/recipes-extended/shadow/files/securetty |3 +++ .../shadow/shadow-securetty_4.1.4.3.bb |2 ++ 2 files changed, 5 insertions(+), 0 deletions

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread McClintock Matthew-B29882
On Wed, Feb 1, 2012 at 10:04 AM, Khem Raj wrote: > Hi > > patchwork instance that we have currently handles patches for > oe-devel, oe-core and bitbake > layers which use oe-devel maintain and use the patch queues ok so it > makes sense to have it > there. But patch flow for oe-core and bitbake is

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread Otavio Salvador
On Wed, Feb 1, 2012 at 15:07, McClintock Matthew-B29882 < b29...@freescale.com> wrote: > On Wed, Feb 1, 2012 at 10:04 AM, Khem Raj wrote: > > Hi > > > > patchwork instance that we have currently handles patches for > > oe-devel, oe-core and bitbake > > layers which use oe-devel maintain and use t

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread McClintock Matthew-B29882
On Feb 1, 2012 11:49 AM, "Otavio Salvador" mailto:ota...@ossystems.com.br>> wrote: > > On Wed, Feb 1, 2012 at 15:07, McClintock Matthew-B29882 > mailto:b29...@freescale.com>> wrote: >> >> On Wed, Feb 1, 2012 at 10:04 AM, Khem Raj >> mailto:raj.k...@gmail.com>> wrote: >> > Hi >> > >> > patchwork

Re: [OE-core] [PATCH 2/2] classes/gitpkgv.bbclass: import from Meta-OE

2012-02-01 Thread Otavio Salvador
On Wed, Feb 1, 2012 at 11:19, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > As discussed on IRC, I think some of the code here should really be > integrated into the bitbake git fetcher to ensure we have a > clean/consistent API for fetcher functionality. The interface I'm > thinki

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread Khem Raj
On Wed, Feb 1, 2012 at 9:51 AM, McClintock Matthew-B29882 wrote: > I'm saying leave it there even if its not maintained. I can still go search > for patches sent by me or other specific people. thats what mailing list archives are for. ___ Openembedded

Re: [OE-core] [PATCH 1/2] udev: improve udev-cache robustness

2012-02-01 Thread Otavio Salvador
On Wed, Feb 1, 2012 at 14:35, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > This still forks much more than I'd like or than is necessary. In the > interests of getting this resolved, you could do something like my > example below which doesn't fork. It does mangle newlines in the

Re: [OE-core] accessing variables

2012-02-01 Thread Otavio Salvador
On Wed, Feb 1, 2012 at 16:15, Andreas Müller wrote: > another stupid question from my side: > > do > > bb.data.getVar('foo', d, 1) > > and > > d.getVar('foo', 1) > > access the same data? > It does but the later is supported on recent bitbake versions only. -- Otavio Salvador

Re: [OE-core] accessing variables

2012-02-01 Thread Joshua Lock
On 01/02/12 10:15, Andreas Müller wrote: another stupid question from my side: do bb.data.getVar('foo', d, 1) and d.getVar('foo', 1) access the same data? Yes. The first is calling the class method and passing in an instance of a data object, the second is calling the method on the objec

Re: [OE-core] accessing variables

2012-02-01 Thread Martin Jansa
On Wed, Feb 01, 2012 at 07:15:19PM +0100, Andreas Müller wrote: > another stupid question from my side: > > do > > bb.data.getVar('foo', d, 1) > > and > > d.getVar('foo', 1) > > access the same data? Should be and later is preferred AFAIK, see: http://git.openembedded.org/openembedded-core/co

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread Martin Jansa
On Wed, Feb 01, 2012 at 10:07:14AM -0800, Khem Raj wrote: > On Wed, Feb 1, 2012 at 9:51 AM, McClintock Matthew-B29882 > wrote: > > I'm saying leave it there even if its not maintained. I can still go search > > for patches sent by me or other specific people. > > thats what mailing list archives

[OE-core] accessing variables

2012-02-01 Thread Andreas Müller
another stupid question from my side: do bb.data.getVar('foo', d, 1) and d.getVar('foo', 1) access the same data? Thanks in advance Andreas ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-

[OE-core] [PATCH] classes/patch: optionally return non-patch sources

2012-02-01 Thread Bruce Ashfield
commit: patch.bbclass: abstract out logic that determines patches to apply gives the ability for other clases to emit series files for use outside of a build system, or even within the build system. There are sometimes elements on the SRC_URI that while not directly applicable to patching, can

[OE-core] [v2 PATCH 0/1] classes/patch: return non-patch source items

2012-02-01 Thread Bruce Ashfield
Richard, Here's v2 of this request. Changes since v1: - Changed the parameter to src_patches from 'type' to 'all, and make it a boolean versus a magic string - Changed the name of 'others' to 'sources in the collecting list. With the name 'all' as the parameter, you may think that

Re: [OE-core] accessing variables

2012-02-01 Thread Andreas Müller
On Wed, Feb 1, 2012 at 7:24 PM, Martin Jansa wrote: > On Wed, Feb 01, 2012 at 07:15:19PM +0100, Andreas Müller wrote: >> another stupid question from my side: >> >> do >> >> bb.data.getVar('foo', d, 1) >> >> and >> >> d.getVar('foo', 1) >> >> access the same data? > > Should be and later is prefer

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread Khem Raj
On Wed, Feb 1, 2012 at 10:19 AM, Martin Jansa wrote: > On Wed, Feb 01, 2012 at 10:07:14AM -0800, Khem Raj wrote: >> On Wed, Feb 1, 2012 at 9:51 AM, McClintock Matthew-B29882 >> wrote: >> > I'm saying leave it there even if its not maintained. I can still go search >> > for patches sent by me or o

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread McClintock Matthew-B29882
On Wed, Feb 1, 2012 at 12:19 PM, Martin Jansa wrote: > On Wed, Feb 01, 2012 at 10:07:14AM -0800, Khem Raj wrote: >> On Wed, Feb 1, 2012 at 9:51 AM, McClintock Matthew-B29882 >> wrote: >> > I'm saying leave it there even if its not maintained. I can still go search >> > for patches sent by me or o

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

2012-02-01 Thread Otavio Salvador
The code has been broken by 2feba313c991170747381c7cf821a45c2cd04632 that changed the way this detection has being done. Signed-off-by: Otavio Salvador --- meta/classes/rootfs_ipk.bbclass | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/classes/rootfs_ipk.bb

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

2012-02-01 Thread Otavio Salvador
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 changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26: u

[OE-core] [PATCH 1/3] udev: improve udev-cache robustness

2012-02-01 Thread Otavio Salvador
* allow udev-cache to be disabled at runtime (using /etc/default/udev-cache); * make cache invalidated if kernel, bootparams or device list changes; Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev.inc|8 +- meta/recipes-core/udev/udev/init

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

2012-02-01 Thread Otavio Salvador
Both server and client needs access to leases files so its creation and removal are now handled by postinst/postrm scripts. Signed-off-by: Otavio Salvador --- meta/recipes-connectivity/dhcp/dhcp.inc | 19 ++- meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |2 +- 2 files

Re: [OE-core] [PATCH 1/3] udev: improve udev-cache robustness

2012-02-01 Thread Otavio Salvador
On Wed, Feb 1, 2012 at 18:27, Otavio Salvador wrote: > * allow udev-cache to be disabled at runtime (using > /etc/default/udev-cache); > > * make cache invalidated if kernel, bootparams or device list > changes; > > Signed-off-by: Otavio Salvador > I forgot a PR bump in udev_164.bb. I did

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

2012-02-01 Thread Phil Blundell
On Wed, 2012-02-01 at 20:27 +, Otavio Salvador wrote: > pkg_postinst_dhcp-server() { > +install -d $D/${localstatedir}/lib/dhcp Is "install" guaranteed to be available on the target? I would have thought "mkdir -p" would be better. p. ___ O

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

2012-02-01 Thread Phil Blundell
On Wed, 2012-02-01 at 20:27 +, Otavio Salvador wrote: > The code has been broken by 2feba313c991170747381c7cf821a45c2cd04632 > that changed the way this detection has being done. What was the failure? It isn't immediately obvious to me that this patch will make any functional difference (exce

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

2012-02-01 Thread Otavio Salvador
On Wed, Feb 1, 2012 at 18:57, Phil Blundell wrote: > On Wed, 2012-02-01 at 20:27 +, Otavio Salvador wrote: > > pkg_postinst_dhcp-server() { > > +install -d $D/${localstatedir}/lib/dhcp > > Is "install" guaranteed to be available on the target? I would have > thought "mkdir -p" would be

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

2012-02-01 Thread Otavio Salvador
On Wed, Feb 1, 2012 at 18:59, Phil Blundell wrote: > On Wed, 2012-02-01 at 20:27 +, Otavio Salvador wrote: > > The code has been broken by 2feba313c991170747381c7cf821a45c2cd04632 > > that changed the way this detection has being done. > > What was the failure? It isn't immediately obvious t

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread Denys Dmytriyenko
On Wed, Feb 01, 2012 at 07:19:09PM +0100, Martin Jansa wrote: > On Wed, Feb 01, 2012 at 10:07:14AM -0800, Khem Raj wrote: > > On Wed, Feb 1, 2012 at 9:51 AM, McClintock Matthew-B29882 > > wrote: > > > I'm saying leave it there even if its not maintained. I can still go > > > search > > > for patc

[OE-core] [PATCH 1/8] byacc: upggrade from 20111219 to 20120115

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble update md5sum for license as the copyright years are updated in the file Signed-off-by: Nitin A Kamble --- .../byacc/{byacc_20111219.bb => byacc_20120115.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/byacc/{byacc_20111219

[OE-core] [PATCH 2/8] gmp: upgrade from 5.0.2 to 5.0.3

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Removed sh4-asmfix.patch as it is not needed with the newer code. Signed-off-by: Nitin A Kamble --- meta/recipes-support/gmp/gmp/amd64.patch |8 ++- meta/recipes-support/gmp/gmp/configure.patch | 60 meta/recipes-support/gmp/gmp/s

[OE-core] [PATCH 3/8] bdwgc: change the PV

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../{bdwgc_20110107.bb => bdwgc_7_2alpha5.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-support/bdwgc/{bdwgc_20110107.bb => bdwgc_7_2alpha5.bb} (100%) diff --git a/meta/recipes-support/bdwgc/bdwgc_

[OE-core] [PATCH 4/8] gdb: upgrade from 7.3.1 to 7.4

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gdb/gdb-common.inc |4 ++-- ...canadian_7.3.1.bb => gdb-cross-canadian_7.4.bb} |0 .../gdb/{gdb-cross_7.3.1.bb => gdb-cross_7.4.bb} |0 .../gdb/{gdb_7.3.1.bb => gdb_7.4.bb} |0

[OE-core] [PATCH 6/8] python-dbus: upgrade from 0.84.0 to 1.0.0

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- ...{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} (83%) diff --git a/meta/recipes-devtools

[OE-core] [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../linux-libc-headers/linux-libc-headers_3.2.2.bb |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.2.bb diff --git a/meta/recipes-kernel/li

[OE-core] [PATCH 8/8] distro_tracking: update for current upgrades

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 47 ++-- 1 files changed, 23 insertions(+), 24 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking

[OE-core] [PATCH 5/8] quilt: upgrade from 0.50 to 0.51

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../quilt/{quilt-0.50.inc => quilt-0.51.inc} |4 ++-- .../{quilt-native_0.50.bb => quilt-native_0.51.bb} |0 .../quilt/{quilt_0.50.bb => quilt_0.51.bb} |0 3 files changed, 2 insertions(+), 2 deletions(-) rename m

[OE-core] [PATCH 0/8] Variosu recipe upgrades

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Nitin The following changes since commit 8d4d9a15c4947e55ed217c6035e76fcff724e544: package bbclass: allow per package PRIVATE_LIBS (2012-02-01 15:15:15 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/upgrades http://git.pokyl

Re: [OE-core] [PATCH 2/8] gmp: upgrade from 5.0.2 to 5.0.3

2012-02-01 Thread Khem Raj
On Wed, Feb 1, 2012 at 1:55 PM, wrote: > > Removed sh4-asmfix.patch as it is not needed with the newer code. has it been applied upstream ? or is there any other reason that fixes the underlying problem. ___ Openembedded-core mailing list Openembedded

Re: [OE-core] [PATCH 3/8] bdwgc: change the PV

2012-02-01 Thread Khem Raj
On Wed, Feb 1, 2012 at 1:55 PM, wrote: > > rename from meta/recipes-support/bdwgc/bdwgc_20110107.bb > rename to meta/recipes-support/bdwgc/bdwgc_7_2alpha5.bb I think having '_' in pv is not good. ___ Openembedded-core mailing list Openembedded-core@li

Re: [OE-core] [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2

2012-02-01 Thread Khem Raj
On Wed, Feb 1, 2012 at 1:55 PM, wrote: > +SRC_URI += " file://connector-msg-size-fix.patch" I happen to peek into this patch. It seems this patch should not be applied since its specific to a wrs kernel and linux-yocto does not apply this patch as well. _

Re: [OE-core] [PATCH 3/8] bdwgc: change the PV

2012-02-01 Thread Phil Blundell
On Wed, 2012-02-01 at 13:55 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Signed-off-by: Nitin A Kamble > --- > .../{bdwgc_20110107.bb => bdwgc_7_2alpha5.bb} |0 Why is this a good thing? Does the "_" in the string actually do what you wanted? The commit message f

Re: [OE-core] accessing variables

2012-02-01 Thread Chris Larson
On Wed, Feb 1, 2012 at 11:16 AM, Otavio Salvador wrote: > On Wed, Feb 1, 2012 at 16:15, Andreas Müller > wrote: >> >> another stupid question from my side: >> >> do >> >> bb.data.getVar('foo', d, 1) >> >> and >> >> d.getVar('foo', 1) >> >> access the same data? > > > It does but the later is supp

Re: [OE-core] [PATCH 3/8] bdwgc: change the PV

2012-02-01 Thread Kamble, Nitin A
Lets ignore this commit then. As PV can not take the "_" it does not help me achieve what I wanted to. (Internal version tracking system). Nitin > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On

Re: [OE-core] [PATCH 2/8] gmp: upgrade from 5.0.2 to 5.0.3

2012-02-01 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: Wednesday, February 01, 2012 2:03 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PA

Re: [OE-core] [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2

2012-02-01 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: Wednesday, February 01, 2012 2:14 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PA

[OE-core] [patch-v2 5/7] python-dbus: upgrade from 0.84.0 to 1.0.0

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- ...{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} (83%) diff --git a/meta/recipes-devtools

[OE-core] [patch-v2 2/7] gmp: upgrade from 5.0.2 to 5.0.3

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble rebased configure.patch & amd64.patchto the newer code. Removed sh4-asmfix.patch as it is not needed with the newer code. Signed-off-by: Nitin A Kamble --- meta/recipes-support/gmp/gmp/amd64.patch |8 ++- meta/recipes-support/gmp/gmp/configure.patch |

[OE-core] [patch-v2 7/7] distro_tracking: update for current upgrades

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 47 ++-- 1 files changed, 23 insertions(+), 24 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking

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

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble update md5sum for license as the copyright years are updated in the file Signed-off-by: Nitin A Kamble --- .../byacc/{byacc_20111219.bb => byacc_20120115.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/byacc/{byacc_20111219

[OE-core] [patch-v2 0/7] Various recipe upgrades

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Just upgrades. And some cleanups as per comments on v1 pull request. Nitin The following changes since commit 8d4d9a15c4947e55ed217c6035e76fcff724e544: package bbclass: allow per package PRIVATE_LIBS (2012-02-01 15:15:15 +) are available in the git repository at:

[OE-core] [patch-v2 6/7] bdwgc: change the PV

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble This is done so that out internal verion tracking system would not complain that upstream version has changed. Signed-off-by: Nitin A Kamble --- .../{bdwgc_20110107.bb => bdwgc_7.2alpha5.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes

[OE-core] [patch-v2 4/7] quilt: upgrade from 0.50 to 0.51

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../quilt/{quilt-0.50.inc => quilt-0.51.inc} |4 ++-- .../{quilt-native_0.50.bb => quilt-native_0.51.bb} |0 .../quilt/{quilt_0.50.bb => quilt_0.51.bb} |0 3 files changed, 2 insertions(+), 2 deletions(-) rename m

[OE-core] [patch-v2 3/7] gdb: upgrade from 7.3.1 to 7.4

2012-02-01 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gdb/gdb-common.inc |4 ++-- ...canadian_7.3.1.bb => gdb-cross-canadian_7.4.bb} |0 .../gdb/{gdb-cross_7.3.1.bb => gdb-cross_7.4.bb} |0 .../gdb/{gdb_7.3.1.bb => gdb_7.4.bb} |0

Re: [OE-core] [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2

2012-02-01 Thread Bruce Ashfield
On Wed, Feb 1, 2012 at 5:14 PM, Khem Raj wrote: > On Wed, Feb 1, 2012 at 1:55 PM,   wrote: >> +SRC_URI += " file://connector-msg-size-fix.patch" > > I happen to peek into this patch. It seems this patch should not be applied > since its specific to a wrs kernel and linux-yocto does not apply this

Re: [OE-core] [PATCH 2/8] gmp: upgrade from 5.0.2 to 5.0.3

2012-02-01 Thread Khem Raj
On Wed, Feb 1, 2012 at 3:20 PM, Kamble, Nitin A wrote: > > >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Khem Raj >> Sent: Wednesday, February 01, 2012 2:03 PM >> To: Patches and

Re: [OE-core] [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2

2012-02-01 Thread Khem Raj
On Wed, Feb 1, 2012 at 5:01 PM, Bruce Ashfield wrote: > On Wed, Feb 1, 2012 at 5:14 PM, Khem Raj wrote: >> On Wed, Feb 1, 2012 at 1:55 PM,   wrote: >>> +SRC_URI += " file://connector-msg-size-fix.patch" >> >> I happen to peek into this patch. It seems this patch should not be applied >> since its

Re: [OE-core] [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2

2012-02-01 Thread Bruce Ashfield
On Thu, Feb 2, 2012 at 12:14 AM, Khem Raj wrote: > On Wed, Feb 1, 2012 at 5:01 PM, Bruce Ashfield > wrote: >> On Wed, Feb 1, 2012 at 5:14 PM, Khem Raj wrote: >>> On Wed, Feb 1, 2012 at 1:55 PM,   wrote: +SRC_URI += " file://connector-msg-size-fix.patch" >>> >>> I happen to peek into this p