Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Martin Jansa
On Wed, Jun 08, 2011 at 02:35:18PM +0800, Kang Kai wrote: > On 2011年06月08日 14:25, Koen Kooi wrote: > > Op 8 jun 2011, om 03:45 heeft Kang Kai het volgende geschreven: > > > >> On 2011年06月07日 17:48, Koen Kooi wrote: > >>> Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: > >>> > F

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月08日 14:25, Koen Kooi wrote: Op 8 jun 2011, om 03:45 heeft Kang Kai het volgende geschreven: On 2011年06月07日 17:48, Koen Kooi wrote: Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Upd

Re: [OE-core] [PATCH] sysvinitL split inittab into it's own recipe

2011-06-07 Thread Koen Kooi
ping Op 4 jun 2011, om 11:21 heeft Koen Kooi het volgende geschreven: > A proper fix for > > [YOCTO ##1131] > > Signed-off-by: > --- > .../recipes-core/sysvinit/sysvinit-inittab/inittab | 30 +++ > .../sysvinit/sysvinit-inittab_2.88dsf.bb | 55 > meta/r

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Koen Kooi
Op 8 jun 2011, om 03:45 heeft Kang Kai het volgende geschreven: > On 2011年06月07日 17:48, Koen Kooi wrote: >> Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: >> >>> From: Kang Kai >>> >>> Migrate configurability from oe, try to shrink minimal image size >>> >>> Update to get egli

[OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf/local.extended.conf to define DISTRO_FEATURES, so put what option

[OE-core] [PATCH 1/2] bitbake: add another local configuration file

2011-06-07 Thread Kang Kai
From: Kang Kai Add a new local configuration file local.extended.conf.sample, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai --- meta-yocto/conf/local.extended.conf.sample |5 + meta/conf/bitbake.conf |1 + scr

[OE-core] [PATCH 0/2] eglibc: migrate configurability from oe V4

2011-06-07 Thread Kang Kai
From: Kang Kai Hi All, Thanks for all your comments. Update to add local.extended.conf.sample instead of local.conf.sample.extended. Using existing DISTRO_FEATURES "ipv6" instead of "libc-ipv6" Migrate configurability from oe, try to shrink minimal image size The switch is in local.extended.

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Khem Raj
On Tue, Jun 7, 2011 at 6:59 PM, Kang Kai wrote: > On 2011年06月07日 17:53, Phil Blundell wrote: >> >> On Tue, 2011-06-07 at 17:42 +0800, Kang Kai wrote: > > Hi Phil, > > Thanks for your comment. >>> >>> -DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost >>> wifi nfs zeroconf pci"

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月08日 01:50, Khem Raj wrote: On Tue, Jun 7, 2011 at 2:42 AM, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Unc

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月07日 17:53, Phil Blundell wrote: On Tue, 2011-06-07 at 17:42 +0800, Kang Kai wrote: Hi Phil, Thanks for your comment. -DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" +DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月07日 17:48, Koen Kooi wrote: Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Khem Raj
On Tue, Jun 7, 2011 at 1:36 PM, Richard Purdie wrote: > On Tue, 2011-06-07 at 10:36 +0100, Phil Blundell wrote: >> Ping? > > I'm not against this move at all but before this patch merges we should > really have a cleanup which removes the *.machine configuration files > from the uclibc recipe dire

Re: [OE-core] [CONSOLIDATED PULL 00/20] 05-June-2011

2011-06-07 Thread Richard Purdie
On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: > This pulls together a set of changes from the later > part of last week, these have been built. I have updated > Nitin's comment about the License change (which was adding > years). > > This also includes Scott's User Addition code. > > I did

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Richard Purdie
On Tue, 2011-06-07 at 10:36 +0100, Phil Blundell wrote: > Ping? I'm not against this move at all but before this patch merges we should really have a cleanup which removes the *.machine configuration files from the uclibc recipe directory along with all the machine specific overrides that are in u

Re: [OE-core] [CONSOLIDATED PULL 00/13] 06-June-2011

2011-06-07 Thread Richard Purdie
On Tue, 2011-06-07 at 00:01 -0700, Saul Wold wrote: > Updates for the kernel and lots of distro tracking updates for > manual based updates checking. > > Sau! > > > The following changes since commit 925de3b3e74d15547840a2edaceff437e135bddd: > > tzcode: Update to 2011g (2011-06-06 15:52:18 +0

Re: [OE-core] Layer index wiki page

2011-06-07 Thread Richard Purdie
On Tue, 2011-06-07 at 14:58 -0400, Cliff Brake wrote: > On Tue, Jun 7, 2011 at 12:12 PM, Paul Eggleton > wrote: > > Hi all, > > > > I've created a wiki page to provide a central index of all layers that can > > be > > used with oe-core: > > > > http://www.openembedded.org/index.php/LayerIndex >

Re: [OE-core] Layer index wiki page

2011-06-07 Thread Cliff Brake
On Tue, Jun 7, 2011 at 12:12 PM, Paul Eggleton wrote: > Hi all, > > I've created a wiki page to provide a central index of all layers that can be > used with oe-core: > >  http://www.openembedded.org/index.php/LayerIndex > > This is by no means complete - I started with the list from Cliff's chang

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

2011-06-07 Thread Saul Wold
On 06/02/2011 12:25 PM, Otavio Salvador wrote: The following changes since commit 2a52f806f3789f717219651b97dc64fec3881f7f: qmake_base.bbclass: fix lrelease/lupdate binary names (2011-06-02 18:26:19 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master

[OE-core] Commit and Patch message guidelines -Final Draft Version

2011-06-07 Thread Mark Hatle
This is the 6th and expected final version of the Commit and Patch message guidelines. It will be presented to the TSC for ratification either this week or next. Thank you to everyone who has contributed, reviewed and commented! --Mark This set of guidelines is intended to help both the d

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Khem Raj
On Tue, Jun 7, 2011 at 10:48 AM, Koen Kooi wrote: > > Op 7 jun 2011, om 19:43 heeft Khem Raj het volgende geschreven: > >> On Tue, Jun 7, 2011 at 2:36 AM, Phil Blundell wrote: >>> Ping? >> >> Both changes are fine. >> >> change from being machine specific is futuristic it will not work for >> all

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Khem Raj
On Tue, Jun 7, 2011 at 2:42 AM, Kang Kai wrote: > From: Kang Kai > > Migrate configurability from oe, try to shrink minimal image size > > Update to get eglibc configuration options from DISTRO_FEATURES and enable > them. All > the options are enabled by default. > > Uncomment the line in conf/l

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Koen Kooi
Op 7 jun 2011, om 19:43 heeft Khem Raj het volgende geschreven: > On Tue, Jun 7, 2011 at 2:36 AM, Phil Blundell wrote: >> Ping? > > Both changes are fine. > > change from being machine specific is futuristic it will not work for > all architectures that > uclibc supports but is sufficient for

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Khem Raj
On Tue, Jun 7, 2011 at 2:36 AM, Phil Blundell wrote: > Ping? Both changes are fine. change from being machine specific is futuristic it will not work for all architectures that uclibc supports but is sufficient for what we support/use in oe for now. Acked-by: Khem Raj > > p. > > On Fri, 2011-

[OE-core] [PATCH v2 0/1][meta-ti] linux-omap: cleanup and wl1271 build fix

2011-06-07 Thread Darren Hart
This adds two patches cleaning up whitespace and fixing a build issue with the iwl12xx expansionboard initialization. These do not apply to the linux-omap tree directly, and need to be pushed along with the rest of the patches currently residing in the linux-omap directory. v2: sync with relocated

[OE-core] [PATCH 1/1] beagleboard: cleanup board-omap3beagle.c and allow for building without wl1271

2011-06-07 Thread Darren Hart
Add two patches to the linux-omap_2.6.37.bb recipe. The first corrects some whitespace usage. The second adds an ifdef arround the usage of symbols from the wl1271 driver, allowing the beagleboard kernel to be built without that driver configured. Signed-off-by: Darren Hart Cc: Koen Kooi --- ..

Re: [OE-core] Layer index wiki page

2011-06-07 Thread Koen Kooi
Op 7 jun 2011, om 18:12 heeft Paul Eggleton het volgende geschreven: > Hi all, > > I've created a wiki page to provide a central index of all layers that can be > used with oe-core: > > http://www.openembedded.org/index.php/LayerIndex > > This is by no means complete - I started with the list

[OE-core] Layer index wiki page

2011-06-07 Thread Paul Eggleton
Hi all, I've created a wiki page to provide a central index of all layers that can be used with oe-core: http://www.openembedded.org/index.php/LayerIndex This is by no means complete - I started with the list from Cliff's changelog and added a few on from there. I was also looking around for

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Mark Hatle
On 6/7/11 10:51 AM, Phil Blundell wrote: > On Tue, 2011-06-07 at 08:33 -0700, Saul Wold wrote: >> This patch has not comments, Upstream-Status, or Sign-off-by. >> >> Please add these so we have some history to this patch and can determine >> if it should be upstreamed. > > Is there some documenta

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Saul Wold
On 06/07/2011 08:51 AM, Phil Blundell wrote: On Tue, 2011-06-07 at 08:33 -0700, Saul Wold wrote: This patch has not comments, Upstream-Status, or Sign-off-by. Please add these so we have some history to this patch and can determine if it should be upstreamed. Is there some documentation which

Re: [OE-core] [PATCH 1/2] bitbake: add another local configuration file

2011-06-07 Thread Saul Wold
On 06/07/2011 02:42 AM, Kang Kai wrote: From: Kang Kai Add a new local configuration file local.conf.sample.extended, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai --- meta-yocto/conf/local.conf.sample.extended |5 + meta/conf/bitb

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Phil Blundell
On Tue, 2011-06-07 at 08:33 -0700, Saul Wold wrote: > This patch has not comments, Upstream-Status, or Sign-off-by. > > Please add these so we have some history to this patch and can determine > if it should be upstreamed. Is there some documentation which describes how Upstream-Status is meant

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Saul Wold
On 06/03/2011 04:55 AM, Phil Blundell wrote: There is no good reason for uclibc to be machine specific. Remove local assignment to PACKAGE_ARCH so that it gets the default target architecture and bump PR for that change. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003064

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-07 Thread Phil Blundell
On Mon, 2011-06-06 at 19:07 +, Otavio Salvador wrote: > On Mon, Jun 6, 2011 at 19:00, Richard Purdie > wrote: > > On Mon, 2011-06-06 at 17:31 +, Otavio Salvador wrote: > >> I personally prefer -static. -staticlib seems redundant for me since > >> we can end with libfoo-staticlib > > > > -s

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Phil Blundell
On Tue, 2011-06-07 at 17:42 +0800, Kang Kai wrote: > -DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi > nfs zeroconf pci" > +DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi > nfs zeroconf pci \ > + libc-ipv6 libc-backtrace libc-big

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Koen Kooi
Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: > From: Kang Kai > > Migrate configurability from oe, try to shrink minimal image size > > Update to get eglibc configuration options from DISTRO_FEATURES and enable > them. All > the options are enabled by default. > > Uncommen

[OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf/local.extended.conf to define DISTRO_FEATURES, so put what option

[OE-core] [PATCH 0/2] eglibc: migrate configurability from oe V3

2011-06-07 Thread Kang Kai
From: Kang Kai Hi Richard, I add a new local.extended.conf to put the DISTRO_FEATURES there, and I am not quit sure that is the right use of it. Update to check DISTRO_FEATURES to get eglibc configuration options. Update to set or not set PACKAGE_NO_GCONV automatically. Any suggestion will

[OE-core] [PATCH 1/2] bitbake: add another local configuration file

2011-06-07 Thread Kang Kai
From: Kang Kai Add a new local configuration file local.conf.sample.extended, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai --- meta-yocto/conf/local.conf.sample.extended |5 + meta/conf/bitbake.conf |1 + scr

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Koen Kooi
Op 3 jun 2011, om 13:55 heeft Phil Blundell het volgende geschreven: > There is no good reason for uclibc to be machine specific. Remove local > assignment to PACKAGE_ARCH so that it gets the default target > architecture and bump PR for that change. > > See > http://lists.linuxtogo.org/piperm

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Phil Blundell
Ping? p. On Fri, 2011-06-03 at 12:55 +0100, Phil Blundell wrote: > There is no good reason for uclibc to be machine specific. Remove local > assignment to PACKAGE_ARCH so that it gets the default target > architecture and bump PR for that change. > > See > http://lists.linuxtogo.org/pipermail/

Re: [OE-core] Tell me your build error message annoyances!

2011-06-07 Thread Richard Purdie
On Mon, 2011-06-06 at 21:53 -0700, Darren Hart wrote: > On 06/03/2011 08:47 AM, Chris Larson wrote: > > Heh, I used to have a personal branch where I dropped those, and also > > removed the unnecessary NOTE: prefix. I think its a given that > > something that doesn't indicate a warning or an error

Re: [OE-core] [poky] [PATCH 2/5] connman: Upgrade to version 0.73

2011-06-07 Thread Koen Kooi
Op 7 jun 2011, om 10:54 heeft Dongxiao Xu het volgende geschreven: > Enable ofono plugin into sato image. > Remove the fix-shutdown-ap-disconnect.patch since the original logic no > longer exists. > Add Upstream-Status information for patches. > > Signed-off-by: Dongxiao Xu How different is t

Re: [OE-core] [poky] [PATCH 0/5] 3G network support

2011-06-07 Thread Koen Kooi
Shouldn't these be sent to the oe-core list instead? Op 7 jun 2011, om 10:54 heeft Dongxiao Xu het volgende geschreven: > Hi Saul, > > The following commits enables 3G feature for Yocto Project. Please help to > review and pull. > (Resend due to error "From" info in previous mail). > > Some no

Re: [OE-core] [PATCH 3/4] tar: upgrade to v1.26

2011-06-07 Thread Phil Blundell
On Mon, 2011-06-06 at 07:09 -0500, Mark Hatle wrote: > On 6/6/11 5:46 AM, Richard Purdie wrote: > > PRIORITY does seem a bit of a pointless variable in the default metadata > > and I'm borderline in favour of dropping it and leaving it to any > > distros who want to use it, maybe sharing an include

Re: [OE-core] [PATCH] sysvinitL split inittab into it's own recipe

2011-06-07 Thread Koen Kooi
ping Op 4 jun 2011, om 11:21 heeft Koen Kooi het volgende geschreven: > A proper fix for > > [YOCTO ##1131] > > Signed-off-by: > --- > .../recipes-core/sysvinit/sysvinit-inittab/inittab | 30 +++ > .../sysvinit/sysvinit-inittab_2.88dsf.bb | 55 > meta/r

[OE-core] [CONSOLIDATED PULL 04/13] tar: upgrade to v1.26

2011-06-07 Thread Saul Wold
From: Scott Garman Signed-off-by: Scott Garman --- ...tive_1.25.bb => tar-replacement-native_1.26.bb} |0 meta/recipes-extended/tar/tar.inc |1 + meta/recipes-extended/tar/tar_1.25.bb |9 - meta/recipes-extended/tar/tar_1.26.bb |

[OE-core] [CONSOLIDATED PULL 02/13] openssh: upgrade to v5.8p2

2011-06-07 Thread Saul Wold
From: Scott Garman LICENCE checksum updated due to a one-line change in the file (RedHat was added as a copyright holder). Signed-off-by: Scott Garman --- .../openssh/{openssh-5.6p1 => openssh-5.8p2}/init |0 .../{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch |0 .../{openssh-5.6p1 =>

[OE-core] [CONSOLIDATED PULL 13/13] distro tracking: Manual Updates

2011-06-07 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 19bb1d5..38e0c4d

[OE-core] [CONSOLIDATED PULL 12/13] distro tracking: fixup some bad entries

2011-06-07 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 35 +--- 1 files changed, 16 insertions(+), 19 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index f1fded2..1

[OE-core] [CONSOLIDATED PULL 06/13] json-glib: Update to 0.12.4

2011-06-07 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{json-glib_0.12.2.bb => json-glib_0.12.4.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-gnome/json-glib/{json-glib_0.12.2.bb => json-glib_0.12.4.bb} (100%) diff --git a/meta/recipes-gnome/json-glib/json-glib_0.12.2.bb b/meta

[OE-core] [CONSOLIDATED PULL 11/13] util-linux: package agetty seperately

2011-06-07 Thread Saul Wold
From: Koen Kooi Some packages like systemd only want agetty to spawn a console and not drag in all of util-linux just for that. Signed-off-by: Koen Kooi --- meta/recipes-core/util-linux/util-linux.inc |3 ++- meta/recipes-core/util-linux/util-linux_2.19.1.bb |2 +- 2 files chang

[OE-core] [CONSOLIDATED PULL 08/13] linux-yocto: update target/meta SRCREVs

2011-06-07 Thread Saul Wold
From: Bruce Ashfield This SRCREV update picks up the following changes from the 2.6.37 kernel tree: - fishriver: create and use a dedicated BSP branch - fishriver: usbnet fixes, but common to all boards - standard: update omap baseline match the 2.6.34 upstream merge conten

[OE-core] [CONSOLIDATED PULL 09/13] linux-yocto: make e1000e structure common [commit: bec3f1e8c]

2011-06-07 Thread Saul Wold
From: Bruce Ashfield During work on 1.1 BSPs, some driver options changed. The result was that the upstream fix b1d670f10e8078485884f0cf7e384d890909aeaa needs to be available for all BSPs. These SRCREV updates are the result of making that commit common. Signed-off-by: Bruce Ashfield --- meta

[OE-core] [CONSOLIDATED PULL 07/13] distro tracking: update Qing -> Saul

2011-06-07 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 127 +++- 1 files changed, 68 insertions(+), 59 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 0d47f52..f

[OE-core] [CONSOLIDATED PULL 10/13] sqlite: remove dependency on tcl-native

2011-06-07 Thread Saul Wold
From: Phil Blundell Older versions of sqlite required tclsh at compile time but this is no longer the case with recent 3.7.x. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html Signed-off-by: Phil Blundell --- meta/recipes-support/sqlite/sqlite3.inc |4 ++--

[OE-core] [CONSOLIDATED PULL 01/13] distro-tracking: updates

2011-06-07 Thread Saul Wold
From: Scott Garman Update the distro tracking fields for: * apmd * at * blktool * cpio * dosfstools * gzip * libatomics-ops * shadow Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc | 34 +++ 1 files changed, 20 insertions(+), 14 deletions(-

[OE-core] [CONSOLIDATED PULL 03/13] grep: upgrade to v2.8

2011-06-07 Thread Saul Wold
From: Scott Garman Signed-off-by: Scott Garman --- .../grep/{grep_2.7.bb => grep_2.8.bb} |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-extended/grep/{grep_2.7.bb => grep_2.8.bb} (84%) diff --git a/meta/recipes-extended/grep/grep_2.7.bb b/me

[OE-core] [CONSOLIDATED PULL 00/13] 06-June-2011

2011-06-07 Thread Saul Wold
Updates for the kernel and lots of distro tracking updates for manual based updates checking. Sau! The following changes since commit 925de3b3e74d15547840a2edaceff437e135bddd: tzcode: Update to 2011g (2011-06-06 15:52:18 +0100) are available in the git repository at: git://git.openembedded

[OE-core] [CONSOLIDATED PULL 05/13] distro-tracking: update openssh, tar, and grep

2011-06-07 Thread Saul Wold
From: Scott Garman Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc | 26 ++-- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fie