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

2012-01-30 Thread Anders Darander
* Steve Sakoman [120131 06:32]: > On Mon, Jan 30, 2012 at 7:23 PM, Saul Wold 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 it solved now then > > figure

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 wrote: > On Mon, 2012-01-30 at 20:19 -0800, Khem Raj wrote: >> On Mon, Jan 30, 2012 at 7:15 PM, Saul Wold wrote: >> > This patch is going to require some coordination with meta-yocto and >> > possibly other layers that currently have .bbappends on the

[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 --- .../installer/adt-installer/adt_installer.conf |2 +- .../installer/adt-installer_1.0.bb | 13 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer.conf

[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 http://git.yoctoproject.org/c

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 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:      

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 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

[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 Add no-thumb-interwork to TUNE_FEATURES for angstrom Signed-off-by: Khem Raj --- .../conf/machine/include/arm/feature-arm-thumb.inc |2 +- meta/conf/machine/include/tune-strongarm1100.inc |4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/conf

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 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 know why, but it is n

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

2012-01-30 Thread Saul Wold
From: 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-tool

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

2012-01-30 Thread Saul Wold
From: Andrea Adami * 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 /etc/localtime during postinst.

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

2012-01-30 Thread Saul Wold
From: 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 --- meta/recipes-support/libksba/libksba_1.2.0.bb | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644

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 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 > file. > > I am g

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

2012-01-30 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- 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 d728139..930a71b 100644 --- a/meta/recipes

[OE-core] [CONSOLIDATED PULL 19/19] gnupg: add recipe for 2.0.18

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

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

2012-01-30 Thread Saul Wold
From: 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 - c

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

2012-01-30 Thread Saul Wold
From: Khem Raj 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 --- meta/conf/machine/include/tune-thumb.inc | 32 -- 1 files changed, 0

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

2012-01-30 Thread Saul Wold
From: 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 2

[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 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 this patch I am trying

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

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

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

2012-01-30 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- meta/classes/package.bbclass |2 +- meta/classes/package_rpm.bbclass | 10 +- meta/classes/sanity.bbclass|2 +- meta/classes/staging.bbclass |2 +- meta/classes/toolchain-scripts.bbclass |

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

2012-01-30 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- 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 --- a/meta/rec

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

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

[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 --- .../genext2fs-1.4.1/fix-n

[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 --- 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 --- a/meta/recipes-devtool

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

2012-01-30 Thread Saul Wold
From: Martin Jansa * 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 235: [: -eq: unary oper

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

2012-01-30 Thread Saul Wold
From: Andrea Adami * 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 --- meta/classes/image_types.bbclass | 21 + 1 f

[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 follo

[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 --- 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 b/meta/conf/distro/include/default-providers.inc

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 Raj --- .../conf/distro/include/distro_tracking_fields.in

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 -- Scot

[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 +00

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

2012-01-30 Thread Scott Garman
From: Scott Garman 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 --- .../e2fsprogs/e2fsprogs-1.42/quotefix.patch| 44 meta/recipes

[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 the

[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 --- meta/recipes-core/udev/udev.inc|8 +++- meta/recipes-core/udev/udev/init

[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 support

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). > > "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools

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] [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 wrote: > On 01/30/2012 03:29 PM, Steve Sakoman wrote: >> >> On Mon, Jan 30, 2012 at 2:13 PM, Saul Wold  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

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 wrote: On Sat, Jan 28, 2012 at 4:03 PM, Paul Eggleton wrote: On Saturday 28 January 2012 00:29:28 Andreas Müller wrote: Have modified bitbake.conf here to PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-s

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 Wold 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 write the GPLv2 recipe

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

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 2:13 PM, Saul Wold 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 write the GPLv2 recipe or create patches > for it, can you arrang

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 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 module.

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 Ove

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 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 with a GPLv2 versi

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 en

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 -080

[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. Versi

[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 --- meta/recipes-support/gnupg/gnupg_2.0.18.bb | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/gnupg/gnupg_2.0

[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 --- meta/recipes-support/libksba/libksba_1.2.0.bb | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/

[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 --- meta/recipes-extended/zypper/zypper_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/zypper/zypper_gi

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 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 the libnet-

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 wrote: > * Steve Sakoman [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 fi

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 Anders Darander
* Steve Sakoman [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 > +++ b/me

[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 --- This version incorporates feedback from Koen Kooi - adds runtime dependencies to existing RDEPENDS_${PN} meta/recipes-extended/zypper/zypper_git.bb |4

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

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 er

[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 functi

[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 to

[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 kerne

[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 as

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 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 Sakoman > --- >

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 Sakoman --- meta/recipes-extended/gnupg/gnupg_2.0.18.bb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create

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, bes

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 Atk-1.0.g

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 doesn't

[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. Versi

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 wrote: > Hi Steve > > On Mon, Jan 30, 2012 at 7:20 AM, Steve Sakoman 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/rel

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 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 Sakoman >> --- >>  meta/recipes-extended/gnupg/libassuan_2.0.3.bb |   11 +++ >>  1 files change

[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 --- meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.

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 Kooi Signed-off-by: Joshua Lock --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/m

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

2012-01-30 Thread Koen Kooi
Signed-off-by: Koen Kooi --- 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 --- a/meta/recipes-bsp/alsa-stat

[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 --- meta/recipes-extended/zypper/zypper_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/zypper/zypper_gi

[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 --- meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/li

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

2012-01-30 Thread Koen Kooi
This will drag in the asound.state from the BSP that alsactl uses. Signed-off-by: Koen Kooi --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb b/meta/recipes-multi

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 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 > MACHINE=qemux86copy bitbake core-imag

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 Kooi Signed-off-by: Joshua Lock Joshua --- meta/recipes-bsp/

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 wrote: > The current zypper implementation does not work with signed repos

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

2012-01-30 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 8:34 AM, Saul Wold wrote: > 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 Sakoman >> --- >>  meta/recipes-extended/gnupg/gnupg_2.0.18.bb |   24 >>

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

2012-01-30 Thread Saul Wold
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 Sakoman --- meta/recipes-extended/gnupg/libassuan_2.0.3.bb | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 meta/recipes

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 Wold 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 converted from svn to

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

2012-01-30 Thread Andreas Müller
On Mon, Jan 30, 2012 at 6:01 PM, Saul Wold wrote: > 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

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 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 >> --- >> meta/recipes-

[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 --- meta/recipes-extended/zypper/zypper_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/zypper/zypper_gi

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

2012-01-30 Thread Koen Kooi
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 > --- > meta/recipes-extended/zypper/zypper_git.bb |4 +++- > 1 files changed,

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 wrote: > 2012/1/29 Ulf Samuelsson : >> 2012-01-29 11:21, Khem Raj skrev: >> >>> On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson >>>  wrote: Don't know why, but it is no longer available (used to be). "openembedded-core/me

[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 --- meta/recipes-extended/gnupg/libksba_1.2.0.bb | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/gn

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

2012-01-30 Thread Steve Sakoman
Libassuan is the IPC library used by some GnuPG related software Signed-off-by: Steve Sakoman --- meta/recipes-extended/gnupg/libassuan_2.0.3.bb | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/gnupg/libassuan_2.0.3.bb diff --git a/

[OE-core] [PATCH 0/4] 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. Steve

[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 --- meta/recipes-extended/gnupg/gnupg_2.0.18.bb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/gnupg/gnupg_2.

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

2012-01-30 Thread Samuel Stirtzel
2012/1/30 Samuel Stirtzel : > 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: > file:///work/oe-core/

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

2012-01-30 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/classes/package.bbclass |2 +- meta/classes/package_rpm.bbclass | 10 +- meta/classes/sanity.bbclass|2 +- meta/classes/staging.bbclass |2 +- meta/classes/toolchain-scripts.bbclass |2 +- 5 files ch

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 the

[OE-core] Qt4 native broken include directories?

2012-01-30 Thread Samuel Stirtzel
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: file:///work/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/inclu

Re: [OE-core] bitbake -c clean fails

2012-01-30 Thread Andrei Gherzan
On 01/29/2012 07:35 PM, Khem Raj wrote: On Sun, Jan 29, 2012 at 5:56 AM, Ulf Samuelsson wrote: First I attempted to just remove the source tarball from the downloads directory. No download, but build completed. if you want a fresh fetch. you can just do bitbake -ccleanall module-init-tools th

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 : > 2012-01-29 11:21, Khem Raj skrev: > >> On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson >>  wrote: >>> >>> Don't know why, but it is no longer available (used to be). >>> >>> >>> "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"