Re: [OE-core] [PATCH 2/2] opensp: Fix sstate relocation issue

2011-09-05 Thread Saul Wold
On 09/03/2011 09:19 PM, Saul Wold wrote: [YOCTO #1439] This fixes a problem where the native nsgmls has a path hard coded into it, therefor add a wrapper to set the environment with the correct paths for catalog files. Signed-off-by: Saul Wold --- meta/recipes-devtools/opensp/opensp_1.5.bb |

[OE-core] [PATCH 0/2] Fixes for X and site/x86_64

2011-09-05 Thread edwin . zhai
From: Zhai Edwin All, These are some fixes. One is for enabling some HID device for rootless X, another is for grub conf error on x86_64. Pls. help to review. Thanks, Edwin The following changes since commit 314131e472a7d728ea96cbd577d2947d7bc9f50e: linux-yocto: clean configuration for v

[OE-core] [PATCH 1/2] xserver-nodm-init: Change hidraw mode to allow normal user access

2011-09-05 Thread edwin . zhai
From: Zhai Edwin USB HID like touch screen could be presented as hidraw* device, this change make user under rootless X can access them. Signed-off-by: Zhai Edwin --- .../x11-common/xserver-nodm-init/xserver-nodm |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/

[OE-core] [PATCH 2/2] site/x86_64: Add entries to fix conf error on x86_64

2011-09-05 Thread edwin . zhai
From: Zhai Edwin Add entries for ashldi3, bswapsi2... to fix autoconf error of grub on x86_64 [YOCTO #1434] got fixed. Signed-off-by: Zhai Edwin --- meta/site/x86_64-linux | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/meta/site/x86_64-linux b/meta/site/x86

Re: [OE-core] [PATCH] qt4.inc: remove the optional documentation package from the demo's RRECOMMENDS

2011-09-05 Thread Eric Bénard
Le 05/09/2011 18:04, Eric Bénard a écrit : Le 05/09/2011 17:38, Koen Kooi a écrit : Op 5 sep. 2011 om 15:24 heeft Denis Carikli het volgende geschreven: The documentation is 285M and doesn't fit on the NAND of many machines. That does remove all the descriptions from the qtdemo app, so remov

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-09-05 Thread Otavio Salvador
On Mon, Sep 5, 2011 at 16:31, Richard Purdie wrote: > Just to follow up for the benefit of the mailing list, we were missing a > patch Holger submitted a while back for this problem which has now > merged into bitbake master. You can now tell the fetcher to use > something other than "git" as the

Re: [OE-core] populate_sdk: We need to ensure that the SDK sysroot reflects PACKAGE_ARCH

2011-09-05 Thread Richard Purdie
On Wed, 2011-08-17 at 09:44 -0600, Gary Thomas wrote: > On 2011-08-10 07:48, Gary Thomas wrote: > > On 2011-08-10 07:40, Richard Purdie wrote: > >> On Wed, 2011-08-10 at 07:34 -0600, Gary Thomas wrote: > >>> On a related thought to these changes - how does this play if > >>> you use multiple SDKs f

Re: [OE-core] [PATCH 2/3] icu-3.6: fix building with big make -j

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 22:22 +0400, Dmitry Eremin-Solenikov wrote: > icu-3.6 buildsystem contains small problem which causes some parallel > builds to fail. Fix that. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > .../icu/files/fix-parallel-build.patch | 19 +++ >

Re: [OE-core] [PATCH 3/3] qt-demo-init: fix init script

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 22:22 +0400, Dmitry Eremin-Solenikov wrote: > qt-demo-init initscript lacks some quotes, which makes it bave not fulle > correct. Fix that. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init |8 > meta/recipes-qt

Re: [OE-core] [RESEND] bitbake.conf: fix ubi images creation

2011-09-05 Thread Richard Purdie
On Fri, 2011-09-02 at 18:09 +0200, Denis Carikli wrote: > Without that commit ubinize.cfg lack a volume name value, > and the related ubinize.cfg line looks like that: > vol_name= > which result in a broken ubi image,which after beeing flashed produce > the following error: > UBI erro

Re: [OE-core] Use of multiple GIT repositories in SRCREV but updating PV

2011-09-05 Thread Richard Purdie
On Mon, 2011-08-29 at 14:24 -0300, Otavio Salvador wrote: > On Sun, Aug 28, 2011 at 04:41, Richard Purdie > wrote: > > See linux-yocto as an example. You need to name the two git uris: > > > > SRC_URI = "\ > > git://git.yoctoproject.org/linux-yocto-a;protocol=git;name=machine \ > > git://git.yocto

Re: [OE-core] [PATCH 0/2] Patches for hob wrapper script

2011-09-05 Thread Richard Purdie
On Fri, 2011-09-02 at 17:19 -0700, Joshua Lock wrote: > This series adapts the wrapper script to provide 2 configuration files, as > required by the patch series I just sent to the BitBake list, and warns the > user that the UI may not be shown immediately if pseudo may need building. > > Regards,

Re: [OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-09-05 Thread Richard Purdie
On Fri, 2011-09-02 at 23:03 -0400, Bruce Ashfield wrote: > Richard/Saul, > > This took a bit longer than I wanted (this was intended for Thursday), but > since this was potentially the last minor rev bump for yocto 1.1, I wanted > to build and boot all of the qemu targets, and the -rt targets as

Re: [OE-core] [PATCH] image_types.bbclass: use per-image dirs for extX.gz images generation

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 23:27 +0400, Dmitry Eremin-Solenikov wrote: > Currently image_types.bbclass uses deploy/images/${MACHINE}tpm.gz dir for > temporary files when generating extX.gz images. This can lead to races > and strange errors during image generation. To overcome this use > deploy/images/$

Re: [OE-core] [PATCH 1/1] runqemu: standardize ability to specify custom qemu/kenel boot options

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 15:50 -0700, Scott Garman wrote: > The old manner of specifying custom options to QEMU in this script > using angle brackets was a frequent source of confusion. Meanwhile, > Otavio Salvador added a decent method of specifying custom kernel > boot options to this script. This p

Re: [OE-core] [PATCH 0/2][v2] systemtap: upgrade to 1.6

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 23:18 -0500, Tom Zanussi wrote: > This patchset upgrades systemtap to 1.6. The 1.6 version of > systemtap also has inproved support for arm, so this enables > it for arm and adds it to qemuarm. > > This upgrade was successfully tested on qemux86, qemux86-64, > qemuppc, and q

Re: [OE-core] [PATCH 0/1]:qt4e-demo-image: Fix bug 999

2011-09-05 Thread Richard Purdie
On Mon, 2011-09-05 at 09:47 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > "/bin/sh" is needed by qt4e-demo-image. I add "busybox" to this image. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: xiaofeng/qt4e-demo-image > Browse: > http://git.pokylinux.org/cgit.cgi/poky

Re: [OE-core] [PATCH 1/1] git: fix sstate relocation for git-native

2011-09-05 Thread Richard Purdie
On Mon, 2011-09-05 at 16:47 +0100, Paul Eggleton wrote: > Create a wrapper for git to set GIT_EXEC_PATH and GIT_TEMPLATE_DIR so > that git-native is relocatable. > > Fixes specific example given in [YOCTO #1137] > > Signed-off-by: Paul Eggleton > --- > meta/recipes-devtools/git/git.inc|

Re: [OE-core] [PATCH] qt4.inc: remove the optional documentation package from the demo's RRECOMMENDS

2011-09-05 Thread Eric Bénard
Hi Koen, Le 05/09/2011 17:38, Koen Kooi a écrit : Op 5 sep. 2011 om 15:24 heeft Denis Carikli het volgende geschreven: The documentation is 285M and doesn't fit on the NAND of many machines. That does remove all the descriptions from the qtdemo app, so removing all docs isn't a good idea

Re: [OE-core] [PATCH 1/2] groff: Fix sstate relocation issue

2011-09-05 Thread Richard Purdie
On Sun, 2011-09-04 at 18:58 +0100, Phil Blundell wrote: > On Sat, 2011-09-03 at 21:19 -0700, Saul Wold wrote: > > + create_cmdline_wrapper ${D}/${bindir}/groff \ > > + -F${STAGING_DIR_NATIVE}/usr/share/groff/${PV}/font \ > > + -M${STAGING_DIR_NATIVE}/usr/share/groff/${PV}/tmac

Re: [OE-core] [PATCH] qt4.inc: remove the optional documentation package from the demo's RRECOMMENDS

2011-09-05 Thread Eric Bénard
Hi Koen, Le 05/09/2011 17:38, Koen Kooi a écrit : Op 5 sep. 2011 om 15:24 heeft Denis Carikli het volgende geschreven: The documentation is 285M and doesn't fit on the NAND of many machines. That does remove all the descriptions from the qtdemo app, so removing all docs isn't a good idea

Re: [OE-core] [PATCH] busybox: import the configuration from openembedded.dev

2011-09-05 Thread Eric Bénard
Le 05/09/2011 18:04, Phil Blundell a écrit : On Mon, 2011-09-05 at 17:51 +0200, Denis Carikli wrote: Without that patch many applets are not build, like for instance mdev, which could be necessary for building certain images. If your distro needs mdev then you should probably supply your ow

Re: [OE-core] [PATCH] busybox: import the configuration from openembedded.dev

2011-09-05 Thread Paul Eggleton
On Monday 05 September 2011 16:51:21 Denis Carikli wrote: > Without that patch many applets are not build, like for instance > mdev, which could be necessary for building certain images. So, leaving aside the problems of replacing the config file with one from an older version and disabling som

Re: [OE-core] [PATCH] busybox: import the configuration from openembedded.dev

2011-09-05 Thread Phil Blundell
On Mon, 2011-09-05 at 17:51 +0200, Denis Carikli wrote: > Without that patch many applets are not build, like for instance > mdev, which could be necessary for building certain images. If your distro needs mdev then you should probably supply your own busybox config which turns it on. For moder

[OE-core] [PATCH] busybox: import the configuration from openembedded.dev

2011-09-05 Thread Denis Carikli
Without that patch many applets are not build, like for instance mdev, which could be necessary for building certain images. Signed-off-by: Denis Carikli --- meta/recipes-core/busybox/busybox-1.18.4/defconfig | 331 +--- meta/recipes-core/busybox/busybox_1.18.4.bb|

Re: [OE-core] [PATCH] qt4.inc: remove the optional documentation package from the demo's RRECOMMENDS

2011-09-05 Thread Paul Eggleton
On Monday 05 September 2011 16:38:42 Koen Kooi wrote: > Op 5 sep. 2011 om 15:24 heeft Denis Carikli het volgende geschreven: > > The documentation is 285M and doesn't fit on the NAND of many machines. > > That does remove all the descriptions from the qtdemo app, so removing all > docs isn't a g

[OE-core] [PATCH 1/1] git: fix sstate relocation for git-native

2011-09-05 Thread Paul Eggleton
Create a wrapper for git to set GIT_EXEC_PATH and GIT_TEMPLATE_DIR so that git-native is relocatable. Fixes specific example given in [YOCTO #1137] Signed-off-by: Paul Eggleton --- meta/recipes-devtools/git/git.inc|6 ++ meta/recipes-devtools/git/git_1.7.5.1.bb |2 +- 2 file

[OE-core] [PATCH 0/1] fix sstate relocation for git-native

2011-09-05 Thread Paul Eggleton
The following changes since commit 0616557a8c29b42bae0ffd5fd665a046810047e4: populate_sdk: We need to ensure that the SDK sysroot reflects PACKAGE_ARCH (2011-09-02 23:38:00 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/sstate-git

Re: [OE-core] [PATCH] qt4.inc: remove the optional documentation package from the demo's RRECOMMENDS

2011-09-05 Thread Koen Kooi
Op 5 sep. 2011 om 15:24 heeft Denis Carikli het volgende geschreven: > The documentation is 285M and doesn't fit on the NAND of many machines. That does remove all the descriptions from the qtdemo app, so removing all docs isn't a good idea > > Signed-off-by: Denis Carikli > --- > meta/r

[OE-core] [PATCH] qt4.inc: remove the optional documentation package from the demo's RRECOMMENDS

2011-09-05 Thread Denis Carikli
The documentation is 285M and doesn't fit on the NAND of many machines. Signed-off-by: Denis Carikli --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +- meta/recipes-qt/qt4/qt4-x11-free.inc |2 +- meta/recipes-qt/qt4/qt4.inc |3 +-- 3 files changed, 3 insertions(+), 4 deletions(

Re: [OE-core] [PATCH 1/3] zaurusd: enable support for collie

2011-09-05 Thread Richard Purdie
On Sat, 2011-09-03 at 23:04 +0400, Dmitry Eremin-Solenikov wrote: > On 9/3/11, Koen Kooi wrote: > > shouldn't this move to meta-zaurus now that oe-core is qemu only? > > Maybe. IIUC, currently the plan is to push meta-zaurus into meta-hh as > published > by Paul Eggleton. On the other hand we di

Re: [OE-core] [RESEND] bitbake.conf: fix ubi images creation

2011-09-05 Thread James Limbouris
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Anders Darander > Sent: Monday, 5 September 2011 3:05 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [RESEND]

Re: [OE-core] [RESEND] bitbake.conf: fix ubi images creation

2011-09-05 Thread Martin Jansa
On Mon, Sep 05, 2011 at 09:05:22AM +0200, Anders Darander wrote: > * Denis Carikli [110902 18:19]: > > Without that commit ubinize.cfg lack a volume name value, > > and the related ubinize.cfg line looks like that: > > vol_name= > > which result in a broken ubi image,which after beeing fla

Re: [OE-core] [RESEND] bitbake.conf: fix ubi images creation

2011-09-05 Thread Anders Darander
* Denis Carikli [110902 18:19]: > Without that commit ubinize.cfg lack a volume name value, > and the related ubinize.cfg line looks like that: > vol_name= > which result in a broken ubi image,which after beeing flashed produce > the following error: > UBI error: vtbl_check: volume t