Re: [OE-core] [PATCH 2/2] opkg-utils: Allow uppercase lettlers in package names

2011-05-19 Thread Phil Blundell
On Thu, 2011-05-19 at 14:09 -0700, Khem Raj wrote: > Some packages have uppercase letters in their names e.g. > efikamx kernel. We allow uppercase character with > uppercase-letters.patch This is not a good idea. Uppercase characters have never been permitted in .deb/.ipk. Isn't legitimize_pack

Re: [OE-core] [oe] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-19 Thread Anders Darander
On Thu, May 19, 2011 at 20:43, Cliff Brake wrote: > Are there any other repos or maillists that I should include in this > report?  I'm trying to increase visibility in what all the projects > are doing, so we can reduce duplication of work in various layers. Not suggesting another layer, but rat

Re: [OE-core] [PATCH 2/2] opkg-utils: Allow uppercase lettlers in package names

2011-05-19 Thread Frans Meulenbroeks
2011/5/19 Khem Raj > Some packages have uppercase letters in their names e.g. > efikamx kernel. We allow uppercase character with > uppercase-letters.patch > > Import mtime-int.patch from OE commit > c81990aecae3bdf70a7c924699776b248ab7a006 > > Signed-off-by: Khem Raj > --- > .../opkg-utils/opk

[OE-core] qemu-config & non-gplv3

2011-05-19 Thread Saul Wold
Richard, I was reminded again about the need to do non-GPLv3 sooner and more often. I ran that today for core-image-basic on x86 and found 3 issues, first 2 were easy and will be in tonight's consolidated pull. This issue again was with qemu-config dragging in GPLv3 licensed stuff and thus

Re: [OE-core] [PATCH 0/1] u-boot: update SRCREV to 2011.03

2011-05-19 Thread Saul Wold
On 05/19/2011 06:55 PM, Darren Hart wrote: On 05/19/2011 06:23 PM, Saul Wold wrote: On 05/18/2011 03:05 PM, Darren Hart wrote: From: Darren Hart Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: dvhart/beagle Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvha

Re: [OE-core] [PATCH 0/2] linux-yocto: fix gcc 4.6.0 compilation failures

2011-05-19 Thread Bruce Ashfield
On Thu, May 19, 2011 at 9:05 PM, Saul Wold wrote: > On 05/18/2011 09:32 AM, Bruce Ashfield wrote: >> >> Repeating the patch contents here, since that's the >> whole story: >> >> Fixes bug: [YOCTO #1035] >> Fixes bug: [YOCTO #1036] >> >> Fixes gcc 4.6.0 compliation issues by importing the upstream

Re: [OE-core] [PATCH 0/1] u-boot: update SRCREV to 2011.03

2011-05-19 Thread Darren Hart
On 05/19/2011 06:23 PM, Saul Wold wrote: > On 05/18/2011 03:05 PM, Darren Hart wrote: >> From: Darren Hart >> >> Pull URL: git://git.pokylinux.org/poky-contrib.git >>Branch: dvhart/beagle >>Browse: >> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagle >> >> Thanks, >>

Re: [OE-core] [PATCH 0/1] u-boot: update SRCREV to 2011.03

2011-05-19 Thread Saul Wold
On 05/18/2011 03:05 PM, Darren Hart wrote: From: Darren Hart Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: dvhart/beagle Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagle Thanks, Darren Hart --- Darren Hart (1): u-boot: update SRCREV to 201

Re: [OE-core] [PATCH 08/30] package-index.bb: add support for deb and rpm.

2011-05-19 Thread Cui, Dexuan
Richard Purdie wrote: > Hi, > > We're nearly there with this, I'd like just one other tweak please: > > On Thu, 2011-05-19 at 12:19 -0700, Saul Wold wrote: >> diff --git a/meta/classes/package_deb.bbclass >> b/meta/classes/package_deb.bbclass index 4faeb4a..f9ef32c 100644 --- >> a/meta/classes/pa

Re: [OE-core] [PATCH 0/2] Adjust default distrovars

2011-05-19 Thread Saul Wold
On 05/15/2011 11:04 PM, Khem Raj wrote: These changes make sure that uclibc based images still build and some tasks do not get added forcibly to distros Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/default-distro Browse: http://git.openembedded.org/cgit.cgi/

Re: [OE-core] [PATCH 0/2] linux-yocto: fix gcc 4.6.0 compilation failures

2011-05-19 Thread Saul Wold
On 05/18/2011 09:32 AM, Bruce Ashfield wrote: Repeating the patch contents here, since that's the whole story: Fixes bug: [YOCTO #1035] Fixes bug: [YOCTO #1036] Fixes gcc 4.6.0 compliation issues by importing the upstream change: Author: Michal Marek Date: Mon May 2 12:13:01 2011 +

Re: [OE-core] [PATCH 1/5] diffutils: fix libc overrides

2011-05-19 Thread Saul Wold
On 05/18/2011 06:44 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/recipes-extended/diffutils/diffutils_2.8.1.bb |2 +- meta/recipes-extended/diffutils/diffutils_3.0.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/diffutils/diff

Re: [OE-core] [PATCH 0/2] adt-installer cleanup for latest oecore changes

2011-05-19 Thread Saul Wold
On 05/17/2011 09:36 PM, Jessica Zhang wrote: From: Jessica Zhang The change set includes extract bitbake config setting into data_define, use config setting variables replace hardcode values, and add adt repo checking Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: jzhang/oe-renam

Re: [OE-core] [PATCH 0/1] Couple minor fixes that omitted in the recent OECORE rename

2011-05-19 Thread Saul Wold
On 05/17/2011 02:41 PM, Jessica Zhang wrote: From: Jessica Zhang Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: jzhang/oe-rename Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jzhang/oe-rename Thanks, Jessica Zhang --- Jessica Zhang (1): Couple minor

Re: [OE-core] [RFC PATCH v2 00/15] *-pull-request: cleanup and overhaul

2011-05-19 Thread Saul Wold
On 05/16/2011 03:25 PM, Darren Hart wrote: After some discussion on the oe-core list regarding the *-pull-request scripts I provided a proposal, received some feedback, and these patches are the result of that discussion. The Cc list varies from patch to patch a bit more wildly than is typical as

Re: [OE-core] [PATCH 0/5] Variable typing & reworked imports handling

2011-05-19 Thread Joshua Lock
On Wed, 2011-05-18 at 14:02 -0700, Chris Larson wrote: > From: Chris Larson > > Pull URL: git://git.openembedded.org/openembedded-core-contrib > Branch: kergoth/oe-sync-base > Browse: > http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kergoth/oe-sync-base > > Thanks, >

[OE-core] [PATCHv2 2/3] distcc_2.18.3.bb: Fix compilation on uclibc

2011-05-19 Thread Khem Raj
We enable gtk/gnome in distcc that code uses loadavg() a function unimplemented in uclibc. Therefore for uclibc we disable gnome and gtk+ features in distcc Signed-off-by: Khem Raj --- meta/recipes-devtools/distcc/distcc_2.18.3.bb | 15 ++- 1 files changed, 10 insertions(+), 5 dele

[OE-core] [PATCHv3 3/3] nfs-utils_1.2.3.bb: Fix compile failure on uclibc

2011-05-19 Thread Khem Raj
libio.h is not needed even in case of eglibc but still the patch is uclibc specific Refreshed nfs-utils-1.0.6-uclibc.patch against nfs-utils_1.2.3 no code change Signed-off-by: Khem Raj --- .../nfs-utils/nfs-utils-1.0.6-uclibc.patch | 16 +++- .../nfs-utils/nfs-utils-1.2.3-ucl

[OE-core] [PATCHv2 1/3] uclibc/site_config/funcs: getloadavg is unimplemented

2011-05-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/site_config/funcs |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/uclibc/site_config/funcs b/meta/recipes-core/uclibc/site_config/funcs index ccc8539..79a3c19 100644 --- a/meta/recipes-core/uclibc/sit

[OE-core] [PATCHv2 0/3] Fix recipes to build with uclibc

2011-05-19 Thread Khem Raj
This series addresses review from RP The following changes since commit bcf6445c5e77ab3563dc2dfa56d17ae811eb813d: opkg_svn.bb: Install rcS.d into ${D} instead of ${IMAGE_ROOTFS} (2011-05-19 16:56:45 -0700) are available in the git repository at: g...@git.openembedded.org:openembedded-core-c

Re: [OE-core] [PATCH (v2,resend) 0/3] Rework the devshell

2011-05-19 Thread Joshua Lock
On Wed, 2011-05-18 at 10:17 -0700, Chris Larson wrote: > From: Chris Larson > > - Adds a utility metaclass for maintaining class registries > - Shifts the handling of spawning a terminal into a new 'terminal' python > module > - Automatically selects an appropriate terminal based on what you hav

[OE-core] [PATCHv2 1/2] opkg_svn.bb: Install rcS.d into ${D} instead of ${IMAGE_ROOTFS}

2011-05-19 Thread Khem Raj
Remove headerfix.patch, its already applied upstream Signed-off-by: Khem Raj --- meta/recipes-devtools/opkg/opkg/headerfix.patch | 19 --- meta/recipes-devtools/opkg/opkg_svn.bb |3 +-- 2 files changed, 1 insertions(+), 21 deletions(-) delete mode 100644 meta/reci

[OE-core] [PATCHv2 2/2] opkg-utils: Synchronise with OE

2011-05-19 Thread Khem Raj
Import mtime-int.patch from OE commit c81990aecae3bdf70a7c924699776b248ab7a006 Pass LDFLAGS to linker to avoid missing GNU_HASH QA errors Signed-off-by: Khem Raj --- .../opkg-utils/opkg-utils/mtime-int.patch | 29 meta/recipes-devtools/opkg-utils/opkg-utils_svn.b

[OE-core] [PATCHv2 0/2] opkg updates

2011-05-19 Thread Khem Raj
This incorporates the comments from RP The following changes since commit b0cbb0f5a98e9406a5007aa5ce5091c1be8e82db: opkg_svn.bb: Install rcS.d into ${D} instead of ${IMAGE_ROOTFS} (2011-05-19 16:45:03 -0700) are available in the git repository at: g...@git.openembedded.org:openembedded-cor

Re: [OE-core] [PATCH 0/2] Let opkg-build allow uppercase letters

2011-05-19 Thread Khem Raj
On Thu, May 19, 2011 at 3:07 PM, Richard Purdie wrote: > On Thu, 2011-05-19 at 14:09 -0700, Khem Raj wrote: >> Majority of the changes are backported from OE >> one additional patch is to opkg-utils/opkg-build to allow >> uppercase letters. > > Upperspace package names are a violation of debian pa

Re: [OE-core] [PATCH 2/3] distcc_2.18.3.bb: Fix compilation on uclibc

2011-05-19 Thread Richard Purdie
On Wed, 2011-05-18 at 19:29 -0700, Khem Raj wrote: > We enable gtk/gnome in distcc that code uses loadavg() > a function unimplemented in uclibc. Therefore for uclibc > we disable gnome and gtk+ features in distcc > > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/distcc/distcc_2.18.3.bb

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-05-19 Thread Richard Purdie
On Wed, 2011-05-18 at 21:47 +0200, Simon Busch wrote: > On 18.04.2011 14:17, Gary Thomas wrote: > > On 04/18/2011 05:34 AM, Koen Kooi wrote: > >> > >> Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven: > >> > >>> On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote: > Martin

Re: [OE-core] [PATCH 5/6] conf/distro/include/default-distrovars.inc: Create set of default 'distro' variable values

2011-05-19 Thread Richard Purdie
On Sun, 2011-05-15 at 13:48 -0700, Khem Raj wrote: > > +++ b/meta/conf/distro/include/default-distrovars.inc > > @@ -0,0 +1,43 @@ > > +DISTRO_EXTRA_RDEPENDS += "task-core-boot" > > +DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" > > + > > > others can be overridden but the above two are a

Re: [OE-core] [PATCH 00/30] 18-May-2011 Consolidated Pull

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 12:19 -0700, Saul Wold wrote: > This has a few core fixes to master for broken builds, utils.bbclass > address the perl failure and qt4-tools-native address a qt4 failure. > > Additional this has Darren's new create/send pull request along with > fixes for 4.6 and libc overri

Re: [OE-core] [PATCH 08/30] package-index.bb: add support for deb and rpm.

2011-05-19 Thread Richard Purdie
Hi, We're nearly there with this, I'd like just one other tweak please: On Thu, 2011-05-19 at 12:19 -0700, Saul Wold wrote: > diff --git a/meta/classes/package_deb.bbclass > b/meta/classes/package_deb.bbclass > index 4faeb4a..f9ef32c 100644 > --- a/meta/classes/package_deb.bbclass > +++ b/meta/c

Re: [OE-core] [PATCH 1/2] opkg: Synchronise with OE

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 14:09 -0700, Khem Raj wrote: > Remove use of IMAGE_ROOTFS which was making sstage to install > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d into the dir where it was > built first time. So if you moved the tmpdir it would still > create this directory in old tmpdir and anyway its not n

Re: [OE-core] [PATCH 0/2] Let opkg-build allow uppercase letters

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 14:09 -0700, Khem Raj wrote: > Majority of the changes are backported from OE > one additional patch is to opkg-utils/opkg-build to allow > uppercase letters. Upperspace package names are a violation of debian packaging guidelines (which OE has aimed to roughly follow) and wi

[OE-core] [PATCH 2/2] opkg-utils: Allow uppercase lettlers in package names

2011-05-19 Thread Khem Raj
Some packages have uppercase letters in their names e.g. efikamx kernel. We allow uppercase character with uppercase-letters.patch Import mtime-int.patch from OE commit c81990aecae3bdf70a7c924699776b248ab7a006 Signed-off-by: Khem Raj --- .../opkg-utils/opkg-utils/mtime-int.patch | 29

[OE-core] [PATCH 0/2] Let opkg-build allow uppercase letters

2011-05-19 Thread Khem Raj
Majority of the changes are backported from OE one additional patch is to opkg-utils/opkg-build to allow uppercase letters. Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/opkg Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/opkg

[OE-core] [PATCH 1/2] opkg: Synchronise with OE

2011-05-19 Thread Khem Raj
Remove use of IMAGE_ROOTFS which was making sstage to install ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d into the dir where it was built first time. So if you moved the tmpdir it would still create this directory in old tmpdir and anyway its not needed All the patches that it was applying are not needed

Re: [OE-core] [oe] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-19 Thread Martin Jansa
On Thu, May 19, 2011 at 12:14:59PM -0700, Chris Larson wrote: > On Thu, May 19, 2011 at 11:43 AM, Cliff Brake wrote: > > Are there any other repos or maillists that I should include in this > > report?  I'm trying to increase visibility in what all the projects > > are doing, so we can reduce dupl

Re: [OE-core] [PATCH 11/30] utils.bbclass: modify create_wrapper to correctly follow symlinks

2011-05-19 Thread Koen Kooi
RP already put this one in. Op 19 mei 2011, om 21:19 heeft Saul Wold het volgende geschreven: > This ensures you look up the symbolic link to get the full path > > Signed-off-by: Saul Wold > --- > meta/classes/utils.bbclass |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff

Re: [OE-core] [oe] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-19 Thread Chris Larson
On Thu, May 19, 2011 at 11:43 AM, Cliff Brake wrote: > Are there any other repos or maillists that I should include in this > report?  I'm trying to increase visibility in what all the projects > are doing, so we can reduce duplication of work in various layers. There's a meta-slugos now, and pb

Re: [OE-core] [oe] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-19 Thread Cliff Brake
Are there any other repos or maillists that I should include in this report? I'm trying to increase visibility in what all the projects are doing, so we can reduce duplication of work in various layers. Thanks, Cliff On Thu, May 19, 2011 at 1:56 PM, wrote: > ===

[OE-core] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-19 Thread cliff . brake
Changelog for meta-angstrom: Khem Raj (1): angstrom-bleeding.conf: Prefer gcc 4.6 from meta-openembedded Koen Kooi (2): angstrom bleeding: prefer eglibc 2.13 angstrom: also pin libgcc-nativesdk ===

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Chris Larson
On Thu, May 19, 2011 at 4:21 AM, Richard Purdie wrote: > We have these variables and I know Chris has some patches submitted to > improve our handling of such variables. I'm coming down in favour of > extending these into some of these use cases too though. This sounds like a nice idea. The bits

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 16:04 +0100, Phil Blundell wrote: > On Thu, 2011-05-19 at 13:16 +0100, Richard Purdie wrote: > > So if we: > > > > a) Only add ROOTFS_PKGMANAGE_BOOTSTRAP if postinstalls were present > > b) Add the read-only-rootfs option we discussed which errors if > >postinstalls are

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Phil Blundell
On Thu, 2011-05-19 at 13:16 +0100, Richard Purdie wrote: > So if we: > > a) Only add ROOTFS_PKGMANAGE_BOOTSTRAP if postinstalls were present > b) Add the read-only-rootfs option we discussed which errors if >postinstalls are present > > we end up a lot closer to where you want to be. Yes, s

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Mark Hatle
On 5/19/11 8:13 AM, Richard Purdie wrote: > On Thu, 2011-05-19 at 14:43 +0200, Frans Meulenbroeks wrote: >> 2011/5/19 Richard Purdie >> >>> On Thu, 2011-05-19 at 14:02 +0200, Frans Meulenbroeks wrote: 2011/5/19 Richard Purdie > On Thu, 2011-05-19 at 13:01 +0200, Frans Meulenbroeks w

Re: [OE-core] [PATCH 0/1] utils.bbclass: fix for create_wrapper

2011-05-19 Thread Richard Purdie
On Wed, 2011-05-18 at 11:57 -0700, Saul Wold wrote: > From: Saul Wold > > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: sgw/patch > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgw/patch > > Thanks, > Saul Wold > --- > > > Saul Wold (1): > utils.bb

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 14:43 +0200, Frans Meulenbroeks wrote: > 2011/5/19 Richard Purdie > > > On Thu, 2011-05-19 at 14:02 +0200, Frans Meulenbroeks wrote: > > > 2011/5/19 Richard Purdie > > > > > > > On Thu, 2011-05-19 at 13:01 +0200, Frans Meulenbroeks wrote: > > You could use a local PR server

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Frans Meulenbroeks
2011/5/19 Richard Purdie > On Thu, 2011-05-19 at 14:02 +0200, Frans Meulenbroeks wrote: > > 2011/5/19 Richard Purdie > > > > > On Thu, 2011-05-19 at 13:01 +0200, Frans Meulenbroeks wrote: > > > > What should I do to either disable this for some recipes, or use a > > > > different (private) serve

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 14:02 +0200, Frans Meulenbroeks wrote: > 2011/5/19 Richard Purdie > > > On Thu, 2011-05-19 at 13:01 +0200, Frans Meulenbroeks wrote: > > > What should I do to either disable this for some recipes, or use a > > > different (private) server? > > > We do not wish to rely on an

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 12:41 +0100, Phil Blundell wrote: > On Thu, 2011-05-19 at 12:21 +0100, Richard Purdie wrote: > > On Thu, 2011-05-19 at 11:31 +0100, Phil Blundell wrote: > > Agreed. I'd like to raise one other issue which is the number of > > variables we need to control these things which are

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 13:51 +0200, Koen Kooi wrote: > Op 19 mei 2011, om 13:38 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2011-05-19 at 12:54 +0200, Koen Kooi wrote: > >> Op 19 mei 2011, om 12:29 heeft Lianhao Lu het volgende geschreven: > >> > >>> From: Lianhao Lu > >>> > >>>

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Richard Purdie
This patch series looks really good to me in general. I know I've given feedback about some pieces that need tweaking but overall its good and I'm pleased with this. There are a few corner cases people have raised and some tweaks we need to make but nothing that can't be built from this foundation!

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Frans Meulenbroeks
2011/5/19 Richard Purdie > On Thu, 2011-05-19 at 13:01 +0200, Frans Meulenbroeks wrote: > > What should I do to either disable this for some recipes, or use a > > different (private) server? > > We do not wish to rely on an external server for proprietary recipes (or > for > > recipes for which w

Re: [OE-core] [PATCH 1/1] utils.bbclass: modify create_wrapper to correctly follow symlinks

2011-05-19 Thread Gary Thomas
On 05/18/2011 12:57 PM, Saul Wold wrote: From: Saul Wold This ensures you look up the symbolic link to get the full path Signed-off-by: Saul Wold Verified - this patch fixes the current breakage in the Poky tree as well. Thanks --- meta/classes/utils.bbclass |3 ++- 1 files changed,

Re: [OE-core] [PATCH 3/5] classes/package(prserv).bbclass: Added PR service support.

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 18:29 +0800, Lianhao Lu wrote: > From: Lianhao Lu > > 1. Added package_get_auto_rev to PACKAGEFUNCS to get the auto > incremented value(PRAUTO) from remote PR service. > > 2. Save PRFORMAT to pkgdata to be used by package_write_xxx. > > 3. Added supporting functions in prs

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Koen Kooi
Op 19 mei 2011, om 13:38 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-05-19 at 12:54 +0200, Koen Kooi wrote: >> Op 19 mei 2011, om 12:29 heeft Lianhao Lu het volgende geschreven: >> >>> From: Lianhao Lu >>> >>> This series of 5 patches implemented the network based PR service a

Re: [OE-core] [PATCH 2/5] conf/bitbake.conf: Added variables for PR service.

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 18:29 +0800, Lianhao Lu wrote: > From: Lianhao Lu > > 1. change BB_SIGNATURE_HANDLER from basic to basichash. > > 2. Added following variables for PR service: > USE_PR_SERV: flag of whether to use the network PR service > PRFORMAT: format of revision to be used in tasks pac

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Phil Blundell
On Thu, 2011-05-19 at 12:21 +0100, Richard Purdie wrote: > On Thu, 2011-05-19 at 11:31 +0100, Phil Blundell wrote: > Agreed. I'd like to raise one other issue which is the number of > variables we need to control these things which are effectively binary > flags. I'm leaning towards having a small

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 12:54 +0200, Koen Kooi wrote: > Op 19 mei 2011, om 12:29 heeft Lianhao Lu het volgende geschreven: > > > From: Lianhao Lu > > > > This series of 5 patches implemented the network based PR service and > > enabled > > the poky to use it during the task do_package and do_pac

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 13:01 +0200, Frans Meulenbroeks wrote: > What should I do to either disable this for some recipes, or use a > different (private) server? > We do not wish to rely on an external server for proprietary recipes (or for > recipes for which we made a local change in an overlay). >

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Frans Meulenbroeks
> >> What should I do to either disable this for some recipes, or use a > different (private) server? > We do not wish to rely on an external server for proprietary recipes (or > for recipes for which we made a local change in an overlay). > How is this case handled? > > Ok found some of the answer

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Richard Purdie
On Thu, 2011-05-19 at 11:31 +0100, Phil Blundell wrote: > On Thu, 2011-05-19 at 11:15 +0100, Richard Purdie wrote: > > We have postinstalls that require to run on the target device. If > > they're present, we need opkg there to run them, or at least some kind > > of script to handle that and I thin

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Frans Meulenbroeks
2011/5/19 Lianhao Lu > From: Lianhao Lu > > This series of 5 patches implemented the network based PR service and > enabled > the poky to use it during the task do_package and do_package_write_xxx. By > using the network based PR service and the basichash for > BB_SIGNATURE_HANDLER, > the poky u

Re: [OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Koen Kooi
Op 19 mei 2011, om 12:29 heeft Lianhao Lu het volgende geschreven: > From: Lianhao Lu > > This series of 5 patches implemented the network based PR service and enabled > the poky to use it during the task do_package and do_package_write_xxx. By > using the network based PR service and the bas

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Phil Blundell
On Thu, 2011-05-19 at 11:15 +0100, Richard Purdie wrote: > We have postinstalls that require to run on the target device. If > they're present, we need opkg there to run them, or at least some kind > of script to handle that and I think both cases have a requirement on > that directory (the rpm bac

[OE-core] [PATCH 4/5] classes/package_xxx.class: Added PR service support.

2011-05-19 Thread Lianhao Lu
From: Lianhao Lu Use PRFORMAT instead of PR to build various package feed in tasks of pacakge_write_xxx. Signed-off-by: Lianhao Lu --- meta/classes/package_deb.bbclass |6 +++--- meta/classes/package_ipk.bbclass |6 +++--- meta/classes/package_rpm.bbclass |4 ++-- meta/classes/pack

[OE-core] [PATCH 3/5] classes/package(prserv).bbclass: Added PR service support.

2011-05-19 Thread Lianhao Lu
From: Lianhao Lu 1. Added package_get_auto_rev to PACKAGEFUNCS to get the auto incremented value(PRAUTO) from remote PR service. 2. Save PRFORMAT to pkgdata to be used by package_write_xxx. 3. Added supporting functions in prserv.bbclass. Signed-off-by: Lianhao Lu --- meta/classes/package.bb

[OE-core] [PATCH 2/5] conf/bitbake.conf: Added variables for PR service.

2011-05-19 Thread Lianhao Lu
From: Lianhao Lu 1. change BB_SIGNATURE_HANDLER from basic to basichash. 2. Added following variables for PR service: USE_PR_SERV: flag of whether to use the network PR service PRFORMAT: format of revision to be used in tasks package_write_xxx. PRAUTOINX: search index for the network PR service

[OE-core] [PATCH 0/5] network based PR service

2011-05-19 Thread Lianhao Lu
From: Lianhao Lu This series of 5 patches implemented the network based PR service and enabled the poky to use it during the task do_package and do_package_write_xxx. By using the network based PR service and the basichash for BB_SIGNATURE_HANDLER, the poky user may not need to bump the PR man

[OE-core] [PATCH 5/5] meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT.

2011-05-19 Thread Lianhao Lu
From: Lianhao Lu Signed-off-by: Lianhao Lu --- meta-yocto/conf/local.conf.sample |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index a9b4998..85c26ee 100644 --- a/meta-yocto/conf/local.conf.sam

[OE-core] [PATCH 1/5] Added the PR service.

2011-05-19 Thread Lianhao Lu
From: Lianhao Lu Added the initial implementation of the server side PR service. Signed-off-by: Lianhao Lu --- bitbake/bin/bitbake-prserv | 53 +++ bitbake/lib/prserv/__init__.py | 11 ++ bitbake/lib/prserv/db.py | 100 bitbake/lib/prserv/serv.py

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Richard Purdie
On Wed, 2011-05-18 at 16:37 +0100, Phil Blundell wrote: > On Tue, 2011-05-17 at 17:22 +0100, Richard Purdie wrote: > > On Tue, 2011-05-17 at 15:50 +0100, Phil Blundell wrote: > > > I guess I could teach remove_packaging_data_files() to not create the > > > empty directory if O_P_M=="none". Would y

[OE-core] [PATCH] rootfs_ipk: don't recreate opkg lock dir after removing it if O_P_M is disabled

2011-05-19 Thread Phil Blundell
Signed-off-by: Phil Blundell --- meta/classes/rootfs_ipk.bbclass | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 5727d15..4c8088b 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta

[OE-core] [PATCH] update-rc.d.bbclass: don't add runtime dependency if O_P_M is disabled

2011-05-19 Thread Phil Blundell
This is a backport from oe master. Signed-off-by: Phil Blundell --- meta/classes/update-rc.d.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index 7e4dda7..c4ecc04 100644 --- a/meta/classes/upda