Re: [oe] [meta-oe 2/3] systemd: update to latest git

2012-03-05 Thread Andreas Müller
On Mon, Mar 5, 2012 at 6:37 PM, Koen Kooi wrote: > This is in preparation for the v44 release. > > * drop 2 patches that aren't needed anymore > * fix more endianness problems > > Signed-off-by: Koen Kooi > --- >  .../0001-docs-fix-build-without-xsltproc.patch     |   41 > >

Re: [oe] [meta-oe] zsh: Add initial recipe for version 4.3.17.

2012-03-05 Thread Khem Raj
On (05/03/12 21:53), Peter Tworek wrote: > Run tested on netbook pro. > > Signed-off-by: Peter Tworek > --- > meta-oe/recipes-extended/zsh/zsh_4.3.17.bb | 51 > > 1 files changed, 51 insertions(+), 0 deletions(-) > create mode 100644 meta-oe/recipes-extended/zsh/

[oe] [meta-oe, v2 3/3] networkmanager: cleanup

2012-03-05 Thread Andreas Müller
tested with buildhistory Signed-off-by: Andreas Müller --- .../networkmanager/networkmanager_0.9.2.0.bb | 17 + 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb b/meta-oe/recipes-connec

[oe] [meta-oe, v2 1/3] gateone: remove unneeded systemd code

2012-03-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-connectivity/gateone/gateone_git.bb|5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index 107b3f2..2469f9e 1006

[oe] [meta-oe, v2 2/3] networkmanager: inherit systemd

2012-03-05 Thread Andreas Müller
networkmanager-systemd was not yet created to avoid fallout in images. The warning for this created at parse time is our reminder. Signed-off-by: Andreas Müller --- .../networkmanager/networkmanager_0.9.2.0.bb | 30 1 files changed, 6 insertions(+), 24 deletions(-)

[oe] [meta-oe, v2 0/3] gateone / networkmanager cleanups

2012-03-05 Thread Andreas Müller
V1-V2: gateone: rebase Andreas Müller (3): gateone: remove unneeded systemd code networkmanager: inherit systemd networkmanager: cleanup .../recipes-connectivity/gateone/gateone_git.bb|5 +- .../networkmanager/networkmanager_0.9.2.0.bb | 47 +--- 2 files cha

Re: [oe] [meta-mozilla] Can't access any HTTPS page

2012-03-05 Thread Andreas Müller
On Mon, Mar 5, 2012 at 10:40 PM, Gary Thomas wrote: > On 2012-03-05 08:17, Gary Thomas wrote: >> >> On 2012-03-05 08:04, Andreas Müller wrote: >>> >>> On Mon, Mar 5, 2012 at 3:34 PM, Gary Thomas wrote: On 2012-03-05 07:18, Andreas Müller wrote: > > > On Mon, Mar 5, 2012 at 3:

Re: [oe] Disable GNU Hash check ?

2012-03-05 Thread Denys Dmytriyenko
On Mon, Mar 05, 2012 at 06:53:05PM +0100, Hauser, Wolfgang (external) wrote: > Hello, > > I have to create a package containing static and dynamic libraries and > some files. > The libraries are delivered by a vendor and we have to use(install) them > as they are. > > While bitbaking the QA proce

Re: [oe] [meta-mozilla] Can't access any HTTPS page

2012-03-05 Thread Gary Thomas
On 2012-03-05 08:17, Gary Thomas wrote: On 2012-03-05 08:04, Andreas Müller wrote: On Mon, Mar 5, 2012 at 3:34 PM, Gary Thomas wrote: On 2012-03-05 07:18, Andreas Müller wrote: On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas wrote: I've added firefox to my platform by adding the meta-mozilla la

[oe] [meta-oe][PATCH v2] udev: consolekit package requires x11

2012-03-05 Thread Andreas Oberritter
* consolekit fails to build without x11, so drop the runtime dependency on consolekit if x11 is unavailable. Signed-off-by: Andreas Oberritter --- v1->v2: Instead of removing the package, drop the runtime dependency on consolekit. meta-oe/recipes-core/udev/udev_173.bb |2 +- meta-

Re: [oe] [meta-oe 3/3] systemd: enable logging to disk instead of tmpfs

2012-03-05 Thread Otavio Salvador
On Mon, Mar 5, 2012 at 18:32, Koen Kooi wrote: > Right now it's logging to tmpfs, which takes up ram, which more scarce than > disk. You can easily remove /var/log/journal in ROOTFS_POSTPROCESS_CMD to > make it log to tmpfs again. In both cases it is doing the wrong thing IMO; a circular buffer w

Re: [oe] [meta-oe 3/3] systemd: enable logging to disk instead of tmpfs

2012-03-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-03-12 21:55, Otavio Salvador schreef: > On Mon, Mar 5, 2012 at 17:29, Koen Kooi > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Op 05-03-12 19:12, Otavio Salvador schreef: >>> On Mon, Mar 5, 2012 at 14:37, Koen Kooi >>> wrote:

Re: [oe] [meta-oe 3/3] systemd: enable logging to disk instead of tmpfs

2012-03-05 Thread Otavio Salvador
On Mon, Mar 5, 2012 at 17:29, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Op 05-03-12 19:12, Otavio Salvador schreef: >> On Mon, Mar 5, 2012 at 14:37, Koen Kooi >> wrote: >>> +       # create dir for journal +       install -d >>> ${D}${localstatedir}/log/journal >> >>

[oe] [meta-oe] zsh: Add initial recipe for version 4.3.17.

2012-03-05 Thread Peter Tworek
Run tested on netbook pro. Signed-off-by: Peter Tworek --- meta-oe/recipes-extended/zsh/zsh_4.3.17.bb | 51 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-extended/zsh/zsh_4.3.17.bb diff --git a/meta-oe/recipes-extended/zsh/z

Re: [oe] [meta-oe 3/3] systemd: enable logging to disk instead of tmpfs

2012-03-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-03-12 19:12, Otavio Salvador schreef: > On Mon, Mar 5, 2012 at 14:37, Koen Kooi > wrote: >> + # create dir for journal + install -d >> ${D}${localstatedir}/log/journal > > I'd prefer if journal could default to use a buffer or somet

Re: [oe] [meta-oe 3/3] systemd: enable logging to disk instead of tmpfs

2012-03-05 Thread Otavio Salvador
On Mon, Mar 5, 2012 at 14:37, Koen Kooi wrote: > +       # create dir for journal > +       install -d ${D}${localstatedir}/log/journal I'd prefer if journal could default to use a buffer or something similar instead of writting to disk as we ought to be careful about space in embedded devices, i

[oe] Disable GNU Hash check ?

2012-03-05 Thread Hauser, Wolfgang (external)
Hello, I have to create a package containing static and dynamic libraries and some files. The libraries are delivered by a vendor and we have to use(install) them as they are. While bitbaking the QA procedure complains about missing GNU Hashes. Is there a possibility to disable this check for a

[oe] [meta-oe 3/3] systemd: enable logging to disk instead of tmpfs

2012-03-05 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd_git.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 7a8f6e4..2a3b118 100644 --- a/meta-oe/recipes-core

[oe] [meta-oe 1/3] systemd: enable xz compression for journald

2012-03-05 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd_git.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 62a326e..2b549a0 100644 --- a/meta-oe/recipes-core

[oe] [meta-oe 2/3] systemd: update to latest git

2012-03-05 Thread Koen Kooi
This is in preparation for the v44 release. * drop 2 patches that aren't needed anymore * fix more endianness problems Signed-off-by: Koen Kooi --- .../0001-docs-fix-build-without-xsltproc.patch | 41 .../0001-systemd-journald-fix-endianess-bug.patch | 29 -

Re: [oe] [meta-oe][PATCH] update iperf version

2012-03-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-03-12 15:20, Baransi, Moosa schreef: > Hi, > > Please consider this patch which updates the iPerf to version 2.0.5 Can you please delete the old version and fix the commit message to adhere to the commit guidelines? -BEGIN PGP SIGNATURE

[oe] [meta-oe 2/3] networkmanager: inherit systemd

2012-03-05 Thread Andreas Müller
networkmanager-systemd was not yet created to avoid fallout in images. The warning for this created at parse time is our reminder. Signed-off-by: Andreas Müller --- .../networkmanager/networkmanager_0.9.2.0.bb | 30 1 files changed, 6 insertions(+), 24 deletions(-)

[oe] [meta-oe 3/3] networkmanager: cleanup

2012-03-05 Thread Andreas Müller
tested with buildhistory Signed-off-by: Andreas Müller --- .../networkmanager/networkmanager_0.9.2.0.bb | 17 + 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb b/meta-oe/recipes-connec

[oe] [meta-oe 1/3] gateone: remove unneeded systemd code

2012-03-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-connectivity/gateone/gateone_git.bb|5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index aee88f3..6f13da8 1006

Re: [oe] [meta-mozilla] Can't access any HTTPS page

2012-03-05 Thread Gary Thomas
On 2012-03-05 08:04, Andreas Müller wrote: On Mon, Mar 5, 2012 at 3:34 PM, Gary Thomas wrote: On 2012-03-05 07:18, Andreas Müller wrote: On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomaswrote: I've added firefox to my platform by adding the meta-mozilla layer (and it's requirements). To incl

Re: [oe] bitbake dependency cache problem

2012-03-05 Thread Steffen Sledz
On 05.03.2012 14:28, Richard Purdie wrote: > On Thu, 2012-03-01 at 14:46 +0100, Steffen Sledz wrote: >> I'm working with oe-classic and BitBake Build Tool Core version >> 1.12.0, bitbake version 1.12.0. >> >> Because of some special development requirements we like to generate >> the Package Versio

Re: [oe] [meta-mozilla] Can't access any HTTPS page

2012-03-05 Thread Andreas Müller
On Mon, Mar 5, 2012 at 3:34 PM, Gary Thomas wrote: > On 2012-03-05 07:18, Andreas Müller wrote: >> >> On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas  wrote: >>> >>> I've added firefox to my platform by adding the meta-mozilla layer >>> (and it's requirements).  To include firefox, all I did was >>>  

Re: [oe] [meta-mozilla] Can't access any HTTPS page

2012-03-05 Thread Gary Thomas
On 2012-03-05 07:18, Andreas Müller wrote: On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas wrote: I've added firefox to my platform by adding the meta-mozilla layer (and it's requirements). To include firefox, all I did was CORE_EXTRA_IMAGE_INSTALL += "firefox" With this setup, firefox works, b

[oe] [meta-oe][PATCH] update iperf version

2012-03-05 Thread Baransi, Moosa
Hi, Please consider this patch which updates the iPerf to version 2.0.5 Regards, Moosa Baransi 0001-update-iperf-version.patch Description: 0001-update-iperf-version.patch ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org h

Re: [oe] [meta-mozilla] Can't access any HTTPS page

2012-03-05 Thread Andreas Müller
On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas wrote: > I've added firefox to my platform by adding the meta-mozilla layer > (and it's requirements).  To include firefox, all I did was >  CORE_EXTRA_IMAGE_INSTALL += "firefox" > > With this setup, firefox works, but not with any SSL page, > e.g. tryin

[oe] [meta-mozilla] Can't access any HTTPS page

2012-03-05 Thread Gary Thomas
I've added firefox to my platform by adding the meta-mozilla layer (and it's requirements). To include firefox, all I did was CORE_EXTRA_IMAGE_INSTALL += "firefox" With this setup, firefox works, but not with any SSL page, e.g. trying to access https://google.com/mail gives me this error scree

Re: [oe] [PATCH] bluez4: two patches for 4.98

2012-03-05 Thread Vita Preskovsky
Ping on this On Wed, Feb 22, 2012 at 4:02 PM, Vita Preskovsky wrote: > * Adding two patches fixing functionality > of bluez-4.98. The first fixes > the synchronization between bluetoothd > and driver. And the second is necessary > for A2DP to work. > > > Signed-off-by: Vita Preskovsky > --- > r

Re: [oe] bitbake dependency cache problem

2012-03-05 Thread Richard Purdie
On Thu, 2012-03-01 at 14:46 +0100, Steffen Sledz wrote: > I'm working with oe-classic and BitBake Build Tool Core version > 1.12.0, bitbake version 1.12.0. > > Because of some special development requirements we like to generate > the Package Version from the SVN Revision (not the Last Changed Rev