Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-30 Thread Samuel Stirtzel
2012/1/29 Ulf Samuelsson openembedded-c...@emagii.com: 2012-01-29 11:21, Khem Raj skrev: On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson openembedded-c...@emagii.com  wrote: Don't know why, but it is no longer available (used to be).

Re: [OE-core] [PATCH] mirrors.bbclass: Add new KERNELORG_MIRROR = ftp.sunet.se

2012-01-30 Thread Richard Purdie
On Sun, 2012-01-29 at 16:35 +0100, Koen Kooi wrote: Op 29 jan. 2012, om 15:26 heeft Ulf Samuelsson het volgende geschreven: www.kernel.org is missing a lot of files. Add the ftp.sunet.se mirror containing many missing files. Since the files on kernel.org were removed because they might

[OE-core] [PATCH] classes: replace 'Poky' with 'OE-core'

2012-01-30 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/package.bbclass |2 +- meta/classes/package_rpm.bbclass | 10 +- meta/classes/sanity.bbclass|2 +- meta/classes/staging.bbclass |2 +-

Re: [OE-core] Qt4 native broken include directories?

2012-01-30 Thread Samuel Stirtzel
2012/1/30 Samuel Stirtzel s.stirt...@googlemail.com: Hi, qmake2.bbclass exports the Qt include directory to the qt4 directory: export OE_QMAKE_INCDIR_QT = ${STAGING_INCDIR}/qt4 But it seems like the do_install of Qt native went wrong and it was installed in the following directories:

[OE-core] [PATCH 3/4] gnupg: add recipe for 2.0.18

2012-01-30 Thread Steve Sakoman
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-extended/gnupg/gnupg_2.0.18.bb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH 2/4] libksba: add recipe for 1.2.0

2012-01-30 Thread Steve Sakoman
Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-extended/gnupg/libksba_1.2.0.bb | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644

Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-30 Thread Khem Raj
On Sun, Jan 29, 2012 at 11:52 PM, Samuel Stirtzel s.stirt...@googlemail.com wrote: 2012/1/29 Ulf Samuelsson openembedded-c...@emagii.com: 2012-01-29 11:21, Khem Raj skrev: On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson openembedded-c...@emagii.com  wrote: Don't know why, but it is no

[OE-core] [PATCH 4/4] zypper: add missing runtime dependences on gzip and gnupg

2012-01-30 Thread Steve Sakoman
gzip is required to uncompress repository files gnupg is required for the support of signed repositories. Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-extended/zypper/zypper_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH 4/4] zypper: add missing runtime dependences on gzip and gnupg

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 7:29 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 30 jan. 2012, om 16:20 heeft Steve Sakoman het volgende geschreven: gzip is required to uncompress repository files gnupg is required for the support of signed repositories. Signed-off-by: Steve Sakoman

Re: [OE-core] [yocto] opkg-utils to move to git.yoctoproject.org

2012-01-30 Thread Saul Wold
On 01/28/2012 10:22 AM, Michael Halstead wrote: On 01/28/2012 10:13 AM, Khem Raj wrote: On Thu, Jan 26, 2012 at 2:59 PM, Saul Wolds...@linux.intel.com wrote: We will make this change next week barring any major objections. its a good idea infact. will you do svn2git conversion as well. ? I

Re: [OE-core] [PATCH v3 0/3] *** SUBJECT HERE ***

2012-01-30 Thread Steve Sakoman
Sigh, my morning for screw-ups. Time for another cup of coffee . . . The subject should be: 'zypper: support signed repositories' rather than '***SUBJECT HERE***' :-) Steve On Mon, Jan 30, 2012 at 9:14 AM, Steve Sakoman st...@sakoman.com wrote: The current zypper implementation does not work

Re: [OE-core] [PATCH 1/2] alsa-state: fix RDEPENDS assignment

2012-01-30 Thread Joshua Lock
Yikes, I don't know why I keep making this mistake. Thanks for catching it Koen. I thought we caught this in a QA error but I definitely didn't see it, best investigate. On 30/01/12 08:49, Koen Kooi wrote: Signed-off-by: Koen Kooik...@dominion.thruhere.net Signed-off-by: Joshua

Re: [OE-core] Machine dependencies validation with sstate

2012-01-30 Thread McClintock Matthew-B29882
On Tue, Jan 24, 2012 at 11:22 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: rm tmp/stamps/*/*sigdata* MACHINE=qemux86 bitbake core-image-sato -S find tmp/stamps/i586-poky-linux/ -name \*sigdata* | sort l1 find tmp/stamps/all-poky-linux/ -name \*sigdata* | sort l1

[OE-core] [PATCH v3 1/3] libksba: add recipe for 1.2.0

2012-01-30 Thread Steve Sakoman
Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH v3 3/3] zypper: add missing runtime dependences on gzip and gnupg

2012-01-30 Thread Steve Sakoman
gzip is required to uncompress repository files gnupg is required for the support of signed repositories. Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-extended/zypper/zypper_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/2] alsa-state: fix RDEPENDS assignment

2012-01-30 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-bsp/alsa-state/alsa-state.bb |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb index bc17b25..83c9faa 100644 ---

Re: [OE-core] [PATCH 2/2] alsa-utils: make alsa-utils-alsactl recommend alsa-states

2012-01-30 Thread Joshua Lock
On 30/01/12 08:49, Koen Kooi wrote: This will drag in the asound.state from the BSP that alsactl uses. Signed-off-by: Koen Kooik...@dominion.thruhere.net Signed-off-by: Joshua Lock j...@linux.intel.com --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |4 +++- 1 files changed,

[OE-core] [PATCH v3 2/3] gnupg: add recipe for 2.0.18

2012-01-30 Thread Steve Sakoman
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644

Re: [OE-core] [PATCH 1/4] libassuan: add recipe for 2.0.3

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 8:32 AM, Saul Wold s...@linux.intel.com wrote: On 01/30/2012 07:20 AM, Steve Sakoman wrote: Libassuan is the IPC library used by some GnuPG related software Signed-off-by: Steve Sakomanst...@sakoman.com ---  meta/recipes-extended/gnupg/libassuan_2.0.3.bb |   11

Re: [OE-core] [PATCH 2/4] libksba: add recipe for 1.2.0

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 9:45 AM, Khem Raj raj.k...@gmail.com wrote: Hi Steve On Mon, Jan 30, 2012 at 7:20 AM, Steve Sakoman st...@sakoman.com wrote: Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg Doesn't it need libgpg-error ?

[OE-core] [PATCH v3 0/3] *** SUBJECT HERE ***

2012-01-30 Thread Steve Sakoman
The current zypper implementation does not work with signed repositories. This patch series adds recipes for the required packages as well as the necessary runtime dependencies to zypper. Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and a systemd based console image.

Re: [OE-core] [PATCH 1/2] alsa-state: fix RDEPENDS assignment

2012-01-30 Thread Joshua Lock
On 30/01/12 09:56, Phil Blundell wrote: On Mon, 2012-01-30 at 09:50 -0800, Joshua Lock wrote: Yikes, I don't know why I keep making this mistake. Thanks for catching it Koen. I thought we caught this in a QA error but I definitely didn't see it, best investigate. It seems that Yocto

Re: [OE-core] [PATCH v2 1/1] atk: add native / disable introspection / merge atk.inc-recipe / change license

2012-01-30 Thread Saul Wold
On 01/28/2012 04:00 PM, Andreas Müller wrote: Native support currently is appended in meta-oe. Native build failed with: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file

Re: [OE-core] [PATCH 1/2] alsa-state: fix RDEPENDS assignment

2012-01-30 Thread Koen Kooi
Op 30 jan. 2012, om 18:50 heeft Joshua Lock het volgende geschreven: Yikes, I don't know why I keep making this mistake. Thanks for catching it Koen. I'm still finding recipes that I wrote that have that mistake :) I thought we caught this in a QA error but I definitely didn't see it, best

Re: [OE-core] [PATCH 3/4] gnupg: add recipe for 2.0.18

2012-01-30 Thread Saul Wold
On 01/30/2012 07:20 AM, Steve Sakoman wrote: GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME Signed-off-by: Steve Sakomanst...@sakoman.com --- meta/recipes-extended/gnupg/gnupg_2.0.18.bb | 24 1 files changed, 24 insertions(+), 0

Re: [OE-core] [PATCH 2/4] libksba: add recipe for 1.2.0

2012-01-30 Thread Khem Raj
Hi Steve On Mon, Jan 30, 2012 at 7:20 AM, Steve Sakoman st...@sakoman.com wrote: Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg Doesn't it need libgpg-error ? http://www.gnupg.org/related_software/libgpg-error Signed-off-by: Steve

[OE-core] [PATCH 0/3] linux-yocto: 3.2.2 and 3.0.18 updates

2012-01-30 Thread Bruce Ashfield
Richard/Saul, Two kernel updates in this pull request. The bigger change is the introduction/release of the 3.2 kernel repository. I've had this under test in one form or another for nearly two months now. It no only brings in a new kernel, but introduces some branching changes and audited

[OE-core] [PATCH 1/3] kern-tools: import config audit and branch manipulation updates

2012-01-30 Thread Bruce Ashfield
Updating the kern-tools SRCREV to import the following changes: a7a9930 kgit-meta/scc: allow multi-line defines e3442c6 kern-tools: add required and optional kernel configuration processing b56b67b configme: extract redefinition and mismatch information 6118eaf kern-tools: remove branchname

[OE-core] [PATCH 3/3] linux-yocto: update to v3.0.18 + features

2012-01-30 Thread Bruce Ashfield
The -stable team released v3.0.18, so it becomes the new base for the linux-yocto_3.0 recipe. Along with the 3.0.18 update this kernel refresh brings in the following changes: 59314a3 meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y b168325 crownbay: use emgd-1.10 281b80f kver: bumping

[OE-core] [PATCH 2/3] linux-yocto: add kernel 3.2.2 support

2012-01-30 Thread Bruce Ashfield
Adding initial support for the linux 3.2 kernel. Although the branching and naming has changed slightly, the same BSPs and features exist in this tree as have existed in previous linux-yocto versions. Notable features of this update are: - streamlined branch naming - configuration and

Re: [OE-core] [PATCH 1/2] alsa-state: fix RDEPENDS assignment

2012-01-30 Thread Saul Wold
On 01/30/2012 10:39 AM, Koen Kooi wrote: Op 30 jan. 2012, om 18:50 heeft Joshua Lock het volgende geschreven: Yikes, I don't know why I keep making this mistake. Thanks for catching it Koen. I'm still finding recipes that I wrote that have that mistake :) I thought we caught this in a QA

Re: [OE-core] [PATCH 1/2] alsa-state: fix RDEPENDS assignment

2012-01-30 Thread Phil Blundell
On Mon, 2012-01-30 at 09:50 -0800, Joshua Lock wrote: Yikes, I don't know why I keep making this mistake. Thanks for catching it Koen. I thought we caught this in a QA error but I definitely didn't see it, best investigate. It seems that Yocto doesn't enable those checks. Possibly it

[OE-core] [PATCH 4/4 v2] zypper: add missing runtime dependences on gzip and gnupg

2012-01-30 Thread Steve Sakoman
gzip is required to uncompress repository files gnupg is required for the support of signed repositories. Signed-off-by: Steve Sakoman st...@sakoman.com --- This version incorporates feedback from Koen Kooi - adds runtime dependencies to existing RDEPENDS_${PN}

Re: [OE-core] [PATCH v3 2/3] gnupg: add recipe for 2.0.18

2012-01-30 Thread Anders Darander
* Steve Sakoman st...@sakoman.com [120130 20:20]: GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb b/meta/recipes-support/gnupg/gnupg_2.0.18.bb new file mode 100644 index 000..c56f3d5 --- /dev/null

Re: [OE-core] Net::SSLeay perl extension OpenSSL

2012-01-30 Thread simran singh
Hello, I was able to successfully add the patch to the core. Thanks to your instructions. Even though a recipe was created, It is not being built with either perl or openssl. Do I need to add a dependency somewhere for the libnet-ssleay recipe to be recognized?Thanks. Date: Sat, 28 Jan 2012

Re: [OE-core] [PATCH v3 2/3] gnupg: add recipe for 2.0.18

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 12:09 PM, Anders Darander and...@chargestorm.se wrote: * Steve Sakoman st...@sakoman.com [120130 20:20]: GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb

Re: [OE-core] Net::SSLeay perl extension OpenSSL

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 12:22 PM, simran singh kyo...@hotmail.com wrote: Hello, I was able to successfully add the patch to the core. Thanks to your instructions. Even though a recipe was created, It is not being built with either perl or openssl. Do I need to add a dependency somewhere for

[OE-core] [PATCH v4 3/3] zypper: add missing runtime dependences on gzip and gnupg

2012-01-30 Thread Steve Sakoman
gzip is required to uncompress repository files gnupg is required for the support of signed repositories. Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-extended/zypper/zypper_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH v4 1/3] libksba: add recipe for 1.2.0

2012-01-30 Thread Steve Sakoman
Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-support/libksba/libksba_1.2.0.bb | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH v4 2/3] gnupg: add recipe for 2.0.18

2012-01-30 Thread Steve Sakoman
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-support/gnupg/gnupg_2.0.18.bb | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Steve Sakoman
The current zypper implementation does not work with signed repositories. This patch series adds recipes for the required packages as well as the necessary runtime dependencies to zypper. Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and a systemd based console image.

Re: [OE-core] Net::SSLeay perl extension OpenSSL

2012-01-30 Thread simran singh
Hello Raj, I am getting the exact same error as before. Any ideas. I did IMAGE_INSTALL_append_pn-devel-image = libnet-ssleay-perl #bitbake devel-image Gets stuck at the same Cant' locate ExtUtils. Thanks for your help so far. From: raj.k...@gmail.com Date: Mon, 30 Jan 2012 12:30:27 -0800

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Saul Wold
On 01/30/2012 01:12 PM, Steve Sakoman wrote: The current zypper implementation does not work with signed repositories. This patch series adds recipes for the required packages as well as the necessary runtime dependencies to zypper. Tested on Gumstix Overo (OMAP3) with meta-openembedded layer

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 1:50 PM, Saul Wold s...@linux.intel.com wrote: Steve, I am still reviewing this, and I need to to a build with non-GPLv3, since you might have added a dependency with zypper on a GPLv3 item, this will take me some checking. You might want to prepare a patch and test

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Saul Wold
On 01/30/2012 01:50 PM, Saul Wold wrote: On 01/30/2012 01:12 PM, Steve Sakoman wrote: The current zypper implementation does not work with signed repositories. This patch series adds recipes for the required packages as well as the necessary runtime dependencies to zypper. Tested on Gumstix

Re: [OE-core] Net::SSLeay perl extension OpenSSL

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 1:30 PM, simran singh kyo...@hotmail.com wrote: Hello Raj, I am getting the exact same error as before. Any ideas. I did IMAGE_INSTALL_append_pn-devel-image = libnet-ssleay-perl #bitbake devel-image Gets stuck at the same Cant' locate ExtUtils. thats another perl

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Saul Wold
On 01/30/2012 03:29 PM, Steve Sakoman wrote: On Mon, Jan 30, 2012 at 2:13 PM, Saul Wolds...@linux.intel.com wrote: This would imply that we need to have a GPLv2 Version of the gnupg recipe also, Steve if you had to look at or handle the newer GPLv3 gnupg code itself, you may not be able to

Re: [OE-core] [oe] evince: who is responsible to pack all within usr/lib/evince/3/backends to ${PN}?

2012-01-30 Thread Saul Wold
On 01/28/2012 04:08 PM, Andreas Müller wrote: On Sat, Jan 28, 2012 at 11:46 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Sat, Jan 28, 2012 at 4:03 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Saturday 28 January 2012 00:29:28 Andreas Müller wrote: Have modified

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 3:56 PM, Saul Wold s...@linux.intel.com wrote: On 01/30/2012 03:29 PM, Steve Sakoman wrote: On Mon, Jan 30, 2012 at 2:13 PM, Saul Wolds...@linux.intel.com  wrote: This would imply that we need to have a GPLv2 Version of the gnupg recipe also, Steve if you had to look

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Steve Sakoman
I took a quick look at the zypper code and discovered that the gpg2 dependency actually comes from the libzypp (package/libzypp.spec excerpt): %if 0%{?suse_version} Requires: gpg2 %else Requires: gnupg2 %endif That said, the gpg2 utility seems to be quite compatible with gpg (version

Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-30 Thread Ni Qingliang
it is replaced by kmod on archlinux http://www.archlinux.org/news/kmod-replaces-module-init-tools/ On Sun, 2012-01-29 at 15:41 +0800, Ulf Samuelsson wrote: Don't know why, but it is no longer available (used to be).

[OE-core] [PATCH 0/2] Ready to merge patches from O.S. Systems tree

2012-01-30 Thread Otavio Salvador
This patchset provides two patches. The first does the changes suggested some time ago by Richard to avoid too much forking in new udev cache support; the later imports gitpkgv from Meta-OE as some layers will start using it (Meta-TI is one) and this avoids the dependency on Meta-OE for its

[OE-core] [PATCH 1/2] udev: improve udev-cache robustness

2012-01-30 Thread Otavio Salvador
* allow udev-cache to be disabled at runtime (using /etc/default/udev-cache); * make cache invalidated if kernel, bootparams or device list changes; Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-core/udev/udev.inc|8 +++-

[OE-core] [PATCH 2/2] classes/gitpkgv.bbclass: import from Meta-OE

2012-01-30 Thread Otavio Salvador
It provides a GITPKGV and GITPKGVTAG variables to be used in PKGV, as described bellow: - GITPKGV which is a sortable version with the format NN+GITHASH, to be used in PKGV, where NN equals the total number of revs up to SRCREV GITHASH is SRCREV's (full) hash - GITPKGVTAG which is

[OE-core] [PATCH 0/1] e2fsprogs streamlining

2012-01-30 Thread Scott Garman
Hello, Koen Kooi suggested that the quotefix patch was not needed, and the build of the recipe should now be multithread-safe. My testing has confirmed this. The following changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26: useradd.bbclass: Fix missing quote (2012-01-27 23:57:33

[OE-core] [PATCH 1/1] e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE

2012-01-30 Thread Scott Garman
From: Scott Garman sgar...@zenlinux.com Koen Kooi suggested that the quotefix patch was not needed, and the build of the recipe should now be multithread-safe. My testing has confirmed this. Signed-off-by: Scott Garman sgar...@zenlinux.com --- .../e2fsprogs/e2fsprogs-1.42/quotefix.patch

Re: [OE-core] [PATCH 0/1] e2fsprogs streamlining

2012-01-30 Thread Scott Garman
On 01/30/2012 06:47 PM, Scott Garman wrote: Hello, Koen Kooi suggested that the quotefix patch was not needed, and the build of the recipe should now be multithread-safe. My testing has confirmed this. Sorry, I forgot a PR bump - my branch will be updated with this momentarily. Scott --

Re: [OE-core] [PATCH 2/5] task-core-tools: Divide it into 3 recipes

2012-01-30 Thread Saul Wold
On 01/26/2012 08:39 PM, Khem Raj wrote: task-core-tools-debug, task-core-tools-profile, task-core-tools-testapps otherwise if we choose one through PACKAGE_GROUPS all packages are built since they are in same recipe. Signed-off-by: Khem Rajraj.k...@gmail.com ---

[OE-core] [CONSOLIDATED PULL 01/19] default-providers: add kbd as PREFERRED_PROVIDER for console-tools

2012-01-30 Thread Saul Wold
kbd is used a primary provider for console-tools Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/distro/include/default-providers.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/default-providers.inc

[OE-core] [CONSOLIDATED PULL 02/19] gcc-runtime: fix override from poky-lsb to linuxstdbase

2012-01-30 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/gcc/gcc-runtime_4.6.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb index 97468db..a2fb200 100644 ---

[OE-core] [CONSOLIDATED PULL 03/19] rootfs_ipk: remove runtime_script_required usage

2012-01-30 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * it was introduced in 87780fc09b066525e47d0f50ee5497db54d304cd * then partially removed in 2feba313c991170747381c7cf821a45c2cd04632 * so remove this use too as runtime_script_required is not initialized anymore and results in run.do_rootfs.6328: line

[OE-core] [CONSOLIDATED PULL 04/19] image_types.bbclass: refactor cpio images generation.

2012-01-30 Thread Saul Wold
From: Andrea Adami andrea.ad...@gmail.com * Add common check for the presence of an /init * symlink, being 'touch' would fail with it * and 'touch -h' is not yet generally supported * (depends on distro on build host). Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---

[OE-core] [CONSOLIDATED PULL 00/19] Community Chest

2012-01-30 Thread Saul Wold
Richard, Kernel Update from Bruce, they need a meta-yocto change set also. I pulled the first part of Steve's GNUGP changes, but not the enabling part since that is getting tweaked still. Generally the other changes seems ok, autobuilder is still chugging away on the MUT branch. Sau! The

[OE-core] [CONSOLIDATED PULL 05/19] genext2fs: fix inode computation

2012-01-30 Thread Saul Wold
This patch fixes a problem with the computation of inodes based on the bytes_per_inode options, for a larger FS ( 2G) the inode count would go negative and a smaller default count would be used, this would cause the FS to run out of inodes. Signed-off-by: Saul Wold s...@linux.intel.com ---

[OE-core] [CONSOLIDATED PULL 06/19] qt4-tools-nativesdk-4.8.0: fix build

2012-01-30 Thread Saul Wold
From: Eric Bénard e...@eukrea.com the build is actually failing because host g++ and ld are used to compile and link Signed-off-by: Eric Bénard e...@eukrea.com --- .../qt4/{files = qt-4.7.4}/configure-lflags.patch |0 .../recipes-qt/qt4/qt-4.8.0/configure-lflags.patch | 18

[OE-core] [CONSOLIDATED PULL 07/19] alsa-state: fix RDEPENDS assignment

2012-01-30 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-bsp/alsa-state/alsa-state.bb |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb

[OE-core] [CONSOLIDATED PULL 08/19] alsa-utils: make alsa-utils-alsactl recommend alsa-states

2012-01-30 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net This will drag in the asound.state from the BSP that alsactl uses. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 09/19] classes: replace 'Poky' with 'OE-core'

2012-01-30 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/package.bbclass |2 +- meta/classes/package_rpm.bbclass | 10 +- meta/classes/sanity.bbclass|2 +- meta/classes/staging.bbclass

[OE-core] [CONSOLIDATED PULL 16/19] tunearch/arm: Differentiate between thumb code generation and thumb capability

2012-01-30 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com We have diverged a bit from oe.dev where thumb in OVERRIDES meant the code was being compiled in thumb mode. With tunearch this got a different meaning where it meant that if a core is capable of generating thumb code them we will have this in overrides. With

[OE-core] [CONSOLIDATED PULL 13/19] linux-yocto: update to v3.0.18 + features

2012-01-30 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com The -stable team released v3.0.18, so it becomes the new base for the linux-yocto_3.0 recipe. Along with the 3.0.18 update this kernel refresh brings in the following changes: 59314a3 meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y

[OE-core] [CONSOLIDATED PULL 17/19] tune-thumb.inc: Delete

2012-01-30 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com The same functionality is provided by machine/include/arm/feature-arm-thumb.inc Setting ARM_INSTRUCTION_SET = thumb in distro configs should be enough Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/machine/include/tune-thumb.inc | 32

[OE-core] [CONSOLIDATED PULL 12/19] linux-yocto: add kernel 3.2.2 support

2012-01-30 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Adding initial support for the linux 3.2 kernel. Although the branching and naming has changed slightly, the same BSPs and features exist in this tree as have existed in previous linux-yocto versions. Notable features of this update are: -

[OE-core] [CONSOLIDATED PULL 14/19] gdb-common: Drop elfutils from DEPENDS

2012-01-30 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gdb/gdb-common.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index

Re: [OE-core] [PATCH 2/5] task-core-tools: Divide it into 3 recipes

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 7:15 PM, Saul Wold s...@linux.intel.com wrote: This patch is going to require some coordination with meta-yocto and possibly other layers that currently have .bbappends on the task-core-tools. It may be as simple as moving the dependency into this new -profile.bb task

[OE-core] [CONSOLIDATED PULL 18/19] libksba: add recipe for 1.2.0

2012-01-30 Thread Saul Wold
From: Steve Sakoman st...@sakoman.com Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg Signed-off-by: Steve Sakoman st...@sakoman.com --- meta/recipes-support/libksba/libksba_1.2.0.bb | 12 1 files changed, 12 insertions(+),

[OE-core] [CONSOLIDATED PULL 10/19] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-01-30 Thread Saul Wold
From: Andrea Adami andrea.ad...@gmail.com * Introduce DEFAULT_TIMEZONE variable ('Universal', present in base package) * and add /etc/timezone during do_install. * While there, fix hardcoded references to $exec_prefix (/usr). * Add the pkg_postinst script (adapted from Gentoo). * Create

[OE-core] [CONSOLIDATED PULL 11/19] kern-tools: import config audit and branch manipulation updates

2012-01-30 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Updating the kern-tools SRCREV to import the following changes: a7a9930 kgit-meta/scc: allow multi-line defines e3442c6 kern-tools: add required and optional kernel configuration processing b56b67b configme: extract redefinition and mismatch

Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 5:50 PM, Ni Qingliang niqingli...@insigma.com.cn wrote: it is replaced by kmod on archlinux http://www.archlinux.org/news/kmod-replaces-module-init-tools/ yes I have local recipes for kmod but untested On Sun, 2012-01-29 at 15:41 +0800, Ulf Samuelsson wrote: Don't

[OE-core] [CONSOLIDATED PULL 15/19] arm/tune: Correct the logic which added thumb-interwork to OVERRIDES

2012-01-30 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Add no-thumb-interwork to TUNE_FEATURES for angstrom Signed-off-by: Khem Raj raj.k...@gmail.com --- .../conf/machine/include/arm/feature-arm-thumb.inc |2 +- meta/conf/machine/include/tune-strongarm1100.inc |4 +--- 2 files changed, 2 insertions(+), 4

Re: [OE-core] [PATCH 2/5] task-core-tools: Divide it into 3 recipes

2012-01-30 Thread Tom Zanussi
On Mon, 2012-01-30 at 20:19 -0800, Khem Raj wrote: On Mon, Jan 30, 2012 at 7:15 PM, Saul Wold s...@linux.intel.com wrote: This patch is going to require some coordination with meta-yocto and possibly other layers that currently have .bbappends on the task-core-tools. It may be as simple

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 7:23 PM, Saul Wold s...@linux.intel.com wrote: On 01/30/2012 05:39 PM, Steve Sakoman wrote: I took a quick look at the zypper code and discovered that the gpg2 dependency actually comes from the libzypp (package/libzypp.spec excerpt): %if 0%{?suse_version} Requires:

[OE-core] [PATCH 0/1] adt-installer tar ball regen issue with sstate

2012-01-30 Thread Jessica Zhang
The following changes since commit 08235ba0527a493fd652fdcbfded059c3a802333: Jessica Zhang (1): Merge branch 'master' of git://git.yoctoproject.org/poky are available in the git repository at: git://git.yoctoproject.org/poky-contrib jzhang/adt-installer

[OE-core] [PATCH 1/1] Fix the issue that adt-installer tar ball is not regenerated if sstate is on, and other minor bug fixes

2012-01-30 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- .../installer/adt-installer/adt_installer.conf |2 +- .../installer/adt-installer_1.0.bb | 13 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git

Re: [OE-core] [PATCH 2/5] task-core-tools: Divide it into 3 recipes

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 9:18 PM, Tom Zanussi tom.zanu...@intel.com wrote: On Mon, 2012-01-30 at 20:19 -0800, Khem Raj wrote: On Mon, Jan 30, 2012 at 7:15 PM, Saul Wold s...@linux.intel.com wrote: This patch is going to require some coordination with meta-yocto and possibly other layers that

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-30 Thread Anders Darander
* Steve Sakoman st...@sakoman.com [120131 06:32]: On Mon, Jan 30, 2012 at 7:23 PM, Saul Wold s...@linux.intel.com wrote: On 01/30/2012 05:39 PM, Steve Sakoman wrote: I will wait to pull this until I hear back from you with another pull request.  Thanks for digging into this, better to get