[OE-core] [PATCH 1/1] connman-gnome: Fix WiFi security display issue

2011-08-30 Thread Dongxiao Xu
Latest connman-0.75 change the WiFi security type, causing the incompatibility of connman-gnome. Fix connman-gnome accordingly to show the correct security informtion. [YOCTO #1343] Signed-off-by: Dongxiao Xu --- .../connman/connman-gnome/security-type.patch | 41 ..

[OE-core] [PATCH 0/1][PULL] connman-gnome: Fix WiFi security type display issue

2011-08-30 Thread Dongxiao Xu
Hi Saul, This commit fixes the display issue of WiFi security type in connman-gnome, please help to review and pull. Thanks, Dongxiao The following changes since commit 3f4017e36410a6435f50183e76b9adb1db1f4126: gdb: Fix broken source directory (2011-08-31 00:49:05 +0100) are available in th

Re: [OE-core] [PATCH] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-08-30 Thread Kumar Gala
On Jul 28, 2011, at 8:10 AM, Kumar Gala wrote: > If a SOCKS5 gateway is needed for a proxy access like git it might also > require authentication to the proxy via a password and username. Adding > SOCKS5_USER & SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation > of the authentication reque

[OE-core] [PATCH 1/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-30 Thread Xiaofeng Yan
From: Xiaofeng Yan dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ When enabling pam supporting. But if we only install dropbear \ package without package "openssh", then "dropbear" will not \ find a configuration file. The changes are as follow for fixing this bug: -

[OE-core] [PATCH 0/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-30 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Richard, I modify my fault. Please review it again. If have any suggestion. I will modify it again. Thanks Yan Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/dropbear Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/dropbea

Re: [OE-core] [PATCH 1/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-30 Thread Xiaofeng Yan
On 2011年08月29日 20:54, Richard Purdie wrote: On Mon, 2011-08-29 at 18:48 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ When enabling pam supporting. But if we only install dropbear \ package without package "openssh", the

[OE-core] [PATCH 0/1] Fix bug 999

2011-08-30 Thread Xiaofeng Yan
From: Xiaofeng Yan qt-init-demo was needed during building a qt4e-demo-image. So I pull it from Openembeded and push it into OE-core. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qt4e-demo-image Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt

[OE-core] [PATCH 1/1] qt-demo-init: Fix bug 999

2011-08-30 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #999] qt4e-demo-image needs qt-demo-init when starting qtdemoE. qt-demo-init was pulled from Openembeded. Signed-off-by: Xiaofeng Yan --- meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init | 55 ++ meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb |

Re: [OE-core] [PATCH] gdb: upgrade from 7.3 to 7.3a

2011-08-30 Thread Richard Purdie
On Wed, 2011-08-31 at 00:18 +0200, Sebastian Krzyszkowiak wrote: > On 8/31/11, Michael Morscher wrote: > > Hey, > > > > Thanks for the recent patch, but the patches need another handwork: > > Whoops... I wasn't able to test it You're posting patches with no testing?! I'd warn people that if thi

Re: [OE-core] [PATCH] gdb: upgrade from 7.3 to 7.3a

2011-08-30 Thread Sebastian Krzyszkowiak
On 8/31/11, Michael Morscher wrote: > Hey, > > Thanks for the recent patch, but the patches need another handwork: Whoops... I wasn't able to test it, as one of gdb's dependency was failing to me due to bug in gcc. Anyway, I'll try to fix it later, thanks for info. -- Sebastian Krzyszkowiak dos

Re: [OE-core] [PATCH] gdb: upgrade from 7.3 to 7.3a

2011-08-30 Thread Michael Morscher
Hey, Thanks for the recent patch, but the patches need another handwork: | NOTE: Applying patch 'no-werror.patch' (../meta/recipes-devtools/gdb/gdb/no-werror.patch) | ERROR: Error executing a python function in /build/oe-core/meta/recipes-devtools/gdb/gdb_7.3a.bb: | CmdError: Command Error: e

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

2011-08-30 Thread Richard Purdie
On Fri, 2011-08-26 at 10:24 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > [YOCTO #999] > Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on > embedded platform. > This image was tested on qemuarm and can run program "qtdemoE". > > Signed-off-by: Xiaofeng Yan > --- >

Re: [OE-core] [PATCH v2] gcc-4.6: Drop gcc-poison-parameters.patch as its not need

2011-08-30 Thread Richard Purdie
On Wed, 2011-08-24 at 00:08 -0500, Kumar Gala wrote: > The gcc-poison-parameters was added specifically to deal with an issue > on ppc targets and a bug when we build with -Os -frename-registers. > > This bug below reports the issue and is fixed in gcc-4.6.x: > > http://gcc.gnu.org/bugzilla/show_

Re: [OE-core] [PATCH 1/1] package.bbclass: Fix recrdeptask of image type recipes

2011-08-30 Thread Richard Purdie
On Thu, 2011-08-25 at 11:51 +0800, Dongxiao Xu wrote: > For image type of recipes, we need to define do_package_write as its > do_build recrdeptask, which ensures that all packaging types listed in > PACKAGE_CLASSES will be built out. > > [YOCTO 1370] > > Signed-off-by: Dongxiao Xu > --- > meta

Re: [OE-core] [PATCH 0/3] bug fix for 1231

2011-08-30 Thread Richard Purdie
On Thu, 2011-08-25 at 13:43 +0800, Kang Kai wrote: > From: Kang Kai > > Hi Saul, > > qt4-tools-nativesdk needs set the gcc standard header searching paths because > crosssdk.bbclass uses a undefined variable "includedir_nativesdk". > > These commits are to fix it, and update qt4-tools-nativesdk

Re: [OE-core] [PATCH 0/1] linux-yocto-rt: fix qemumips boot

2011-08-30 Thread Richard Purdie
On Thu, 2011-08-25 at 16:54 -0400, Bruce Ashfield wrote: > Richard/Saul, > > Just a minor tweak of the -rt SRCREVs to pickup a fix > that we got overnight that enables qemumips to boot from the > prompt. > > > The following changes since commit 6c2b7beac3cd23ed44bd3e195c6360a0932876bf: > > cl

Re: [OE-core] how to use AUTOREV for a SVN repo in oe-core?

2011-08-30 Thread Richard Purdie
On Thu, 2011-08-25 at 22:56 -0400, Cliff Brake wrote: > Hello, > > I'm trying to figure out how AUTOREV is supposed to work these days > with oe-core. In the past, I would do something like: > > SRCREV = "${AUTOREV}" > PV = "1.0+svnr${SRCREV}" > > in my custom application recipes to always buil

Re: [OE-core] [PATCH 1/1] eglibc-locale.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs and eglibc-charmps to variable PACKAGE

2011-08-30 Thread Richard Purdie
On Fri, 2011-08-26 at 17:29 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > There are no locales resources in an lsb image because the locale resources > were splitted from eglibc-package.inc \ > and putted into a new file "eglibc-locale.inc". So the above variables lost > their function in

Re: [OE-core] [PATCH] libidn_1.22: add SRC_URI checksums

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 15:16 +0200, Sebastian Krzyszkowiak wrote: > --- > meta/recipes-extended/libidn/libidn_1.22.bb |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Merged to master, thanks. Richard ___ Openembedded-core mailing list Op

Re: [OE-core] [PATCH] gdb: upgrade from 7.3 to 7.3a

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 15:13 +0200, Sebastian Krzyszkowiak wrote: > * because 7.3 archive is not fetchable anymore > > Signed-off-by: Sebastian Krzyszkowiak Merged to master, thanks. Richard ___ Openembedded-core mailing list Openembedded-core@lists.

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Joel A Fernandes
On Tue, Aug 30, 2011 at 12:47 PM, Koen Kooi wrote: > > Op 30 aug. 2011, om 18:46 heeft Jason Kridner het volgende geschreven: > >> On Mon, Aug 29, 2011 at 7:08 PM, Joel A Fernandes >> wrote: >>> On Mon, Aug 29, 2011 at 4:03 PM, Jason Kridner >>> wrote: >>> >>> This script is BSP specif

Re: [OE-core] [PATCH] image.bbclass: use ${TARGET_PREFIX}depmod

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 09:26 -0700, Christopher Larson wrote: > From: Chris Larson > > Currently it uses ${TARGET_SYS}-. This is inconsistent, as the recipe > and kernel bbclass both use the prefix. While there aren't many cases > where the two differ, it is harmless to ensure that we are behaving

Re: [OE-core] [PATCH 2/2] image_types_uboot: fix a number of issues

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 11:00 -0700, Christopher Larson wrote: > From: Chris Larson > > - Don't use a variable reference in the IMAGE_DEPENDS > - Inherit kernel-arch to get UBOOT_ARCH > - Don't include the .bz2 variants, since the base types aren't in > oe-core > - Add the new types to IMAGE_TYPE

Re: [OE-core] [PATCH 1/2] image_types: add ext4 types from OE

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 11:00 -0700, Christopher Larson wrote: > From: Chris Larson > > Signed-off-by: Chris Larson > --- > meta/classes/image_types.bbclass | 27 ++- > 1 files changed, 26 insertions(+), 1 deletions(-) Merged to master, thanks. Richard __

Re: [OE-core] [PATCH 0/2] binutils upgrade additional metadata

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 19:47 +0100, Paul Eggleton wrote: > Some collateral updates for the binutils upgrade. > > The following changes since commit 4ecf379aba11983b66be4fbe26e65aa28740ddfd: > > binutils: update to 2.21.1a (2011-08-29 13:57:43 +0100) > > are available in the git repository at: >

Re: [OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-30 Thread Richard Purdie
On Tue, 2011-08-30 at 21:54 +0200, Michael Morscher wrote: > Thanks for your answer. That patch hasn't fixed it for me, also the > others don't... I checked your and Koens old conversations and tried all > those patches, but no change :( > > I have no idea why and some DEPEND and RDEPEND things d

Re: [OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-30 Thread Michael Morscher
Hey Richard, Thanks for your answer. That patch hasn't fixed it for me, also the others don't... I checked your and Koens old conversations and tried all those patches, but no change :( I have no idea why and some DEPEND and RDEPEND things didn't fix it as well. I'm not a pro at the moment.

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Koen Kooi
Op 30 aug. 2011, om 18:46 heeft Jason Kridner het volgende geschreven: > On Mon, Aug 29, 2011 at 7:08 PM, Joel A Fernandes > wrote: >> On Mon, Aug 29, 2011 at 4:03 PM, Jason Kridner >> wrote: >> >> This script is BSP specific and shouldn't live in the OE-core layer. > > The

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Jason Kridner
On Mon, Aug 29, 2011 at 7:08 PM, Joel A Fernandes wrote: > On Mon, Aug 29, 2011 at 4:03 PM, Jason Kridner > wrote: > > This script is BSP specific and shouldn't live in the OE-core layer. The only issue is this script is used from within the IMAGE_CMD_sdimg code which live

[OE-core] OE Changelog for 2011-08-22 to 2011-08-29

2011-08-30 Thread cliff . brake
Changelog for 2011-08-22 to 2011-08-29. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://git.angstrom-distribution.org/

[OE-core] [PATCH] libcap: only enable pam if DISTRO_FEATURES requests it

2011-08-30 Thread Phil Blundell
Signed-off-by: Phil Blundell --- meta/recipes-support/libcap/libcap.inc |5 +++-- meta/recipes-support/libcap/libcap_2.22.bb |2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index 67

[OE-core] [PATCH] sanity.bbclass: Clean up various MACHINE checks

2011-08-30 Thread Richard Purdie
[YOCTO #1398] Firstly we should start checking if MACHINE is set. It if isn't lets make this a sanity warning since its very hard to successfully build without setting one (and anyone wanting to do that can disable the sanity checks easily enough anyway). Some of the checks depend on a MACHINE be

[OE-core] [PATCH] sanity.bbclass: Fix broken whitespace

2011-08-30 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index b266968..7fc3343 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -423,12 +423,12 @@ def check_sanity(e): dups = [] for pa in pkgarchs.split(): -

[OE-core] [PATCH] sanity.bbclass: Fix broken indentation leading to code being skipped unintentionally

2011-08-30 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index cefe6a4..b266968 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -197,25 +197,25 @@ def check_sanity(e): if data.getVar('TARGET_OS', e.data, True) == 'I

Re: [OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-30 Thread Richard Purdie
On Tue, 2011-08-30 at 13:52 +0200, Michael Morscher wrote: > This is still not working for my xfce46-image, described here: > http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034653.html > Is this with a clean build and with master? To be specific, this commit http://git.yoc

[OE-core] [PATCH] package.bbclass: Ensure task's variable dependencies are correctly caputred in the sstate checksum

2011-08-30 Thread Richard Purdie
[YOCTO #1388] This change is needed to correctly add the dependencies for the do_package task which bitbake is unable to automatically detect itself. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index 66d6450..342cb29 100644 --- a/m

Re: [OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-30 Thread Michael Morscher
Hi Koen, This is still not working for my xfce46-image, described here: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034653.html Bye Michael ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://l

Re: [OE-core] Fail to build of clutter

2011-08-30 Thread Otavio Salvador
On Tue, Aug 30, 2011 at 05:49, Phil Blundell wrote: > On Tue, 2011-08-30 at 00:42 -0300, Otavio Salvador wrote: >> Hello, >> >> With today's tip of OpenEmbedded-Core, Clutter fails to build as can >> be seen bellow: >> >> | checking for CLUTTER_DEPS... no >> | configure: error: Package requirement

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Graeme Gregory
On 30/08/2011 11:34, Koen Kooi wrote: > Op 30 aug. 2011, om 11:36 heeft Graeme Gregory het volgende geschreven: > >> On 30/08/2011 10:31, Richard Purdie wrote: >>> On Mon, 2011-08-29 at 17:03 -0400, Jason Kridner wrote: >>> This script is BSP specific and shouldn't live in the OE-core layer. >>

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Koen Kooi
Op 30 aug. 2011, om 11:36 heeft Graeme Gregory het volgende geschreven: > On 30/08/2011 10:31, Richard Purdie wrote: >> On Mon, 2011-08-29 at 17:03 -0400, Jason Kridner wrote: >> This script is BSP specific and shouldn't live in the OE-core layer. > The only issue is this script is used f

Re: [OE-core] [RFC] package ipk bbclass: store build branch and revision in ipkg metadata

2011-08-30 Thread Koen Kooi
Op 30 aug. 2011, om 11:21 heeft Richard Purdie het volgende geschreven: > On Tue, 2011-08-30 at 10:58 +0200, Koen Kooi wrote: >> The ipkg metadata will look like this now: >> >>koen@dominion:/OE/angstrom-dev/deploy/glibc$ dpkg-deb -I >> ipk/am3517-evm/matrix-gui_1.3-r19.0.6_am3517-evm.ipk >

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Graeme Gregory
On 30/08/2011 10:31, Richard Purdie wrote: > On Mon, 2011-08-29 at 17:03 -0400, Jason Kridner wrote: > This script is BSP specific and shouldn't live in the OE-core layer. The only issue is this script is used from within the IMAGE_CMD_sdimg code which lives in OE-core (meta/classes/i

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Richard Purdie
On Mon, 2011-08-29 at 17:03 -0400, Jason Kridner wrote: > >>> > >>> This script is BSP specific and shouldn't live in the OE-core layer. > >> > >> The only issue is this script is used from within the IMAGE_CMD_sdimg > >> code which lives in OE-core (meta/classes/image_types. > > > > classes should

Re: [OE-core] [PATCH 1/2] libc-package bbclass: fix binary localedata dependency code

2011-08-30 Thread Phil Blundell
On Fri, 2011-08-26 at 18:31 +0200, Koen Kooi wrote: > That one doesn't seem to apply: Hm, yes, it seems I somehow damaged the patch in my last mail. Third time lucky then. p. >From c3a2a50b6693e54aeb8c2fa635360aea53df2957 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 26 Aug 2011 17:5

Re: [OE-core] [RFC] package ipk bbclass: store build branch and revision in ipkg metadata

2011-08-30 Thread Richard Purdie
On Tue, 2011-08-30 at 10:58 +0200, Koen Kooi wrote: > The ipkg metadata will look like this now: > > koen@dominion:/OE/angstrom-dev/deploy/glibc$ dpkg-deb -I > ipk/am3517-evm/matrix-gui_1.3-r19.0.6_am3517-evm.ipk > new debian package, version 2.0. > size 24112 bytes: control archive

[OE-core] [RFC] package ipk bbclass: store build branch and revision in ipkg metadata

2011-08-30 Thread Koen Kooi
The ipkg metadata will look like this now: koen@dominion:/OE/angstrom-dev/deploy/glibc$ dpkg-deb -I ipk/am3517-evm/matrix-gui_1.3-r19.0.6_am3517-evm.ipk new debian package, version 2.0. size 24112 bytes: control archive= 540 bytes. 629 bytes,13 lines control

Re: [OE-core] Fail to build of clutter

2011-08-30 Thread Phil Blundell
On Tue, 2011-08-30 at 00:42 -0300, Otavio Salvador wrote: > Hello, > > With today's tip of OpenEmbedded-Core, Clutter fails to build as can > be seen bellow: > > > | checking for CLUTTER_DEPS... no > | configure: error: Package requirements (cairo-gobject >= 1.10 atk >= > 1.17 pangocairo >= 1.20

[OE-core] [PATCH 1/1] shadow: Fix rpm failed dependencies when install

2011-08-30 Thread edwin . zhai
From: Zhai Edwin There are some links become invalid after rename, so that failed dependencies detected when install rpm package. This commit update links to resolve it. [YOCTO #1158] got fixed. Signed-off-by: Zhai Edwin --- meta/recipes-extended/shadow/shadow_4.1.4.3.bb |7 ++- 1 fil

[OE-core] [PATCH 0/1] shadow: Fix rpm package install failure, Edwin, Aug30, 2011

2011-08-30 Thread edwin . zhai
From: Zhai Edwin This patch fix rpm dependencies failure when install. Pls. help to reivew. Thanks, Edwin The following changes since commit 94d0e2de269507aa0e64c64f691c8f507d178675: qemu: Make qemu buildable inside qemux86/qemuppc target (2011-08-16 13:15:27 +0800) are available in the g

Re: [OE-core] [RFC oe-core] mkcard: Add a script to parition and format an SD Card

2011-08-30 Thread Koen Kooi
Op 30 aug. 2011, om 01:08 heeft Joel A Fernandes het volgende geschreven: > On Mon, Aug 29, 2011 at 4:03 PM, Jason Kridner > wrote: > > This script is BSP specific and shouldn't live in the OE-core layer. The only issue is this script is used from within the IMAGE_CMD_sdimg