Re: [OE-core] [PATCH] gcc: Add recipes for 4.6.0

2011-04-23 Thread Tom Zanussi
On Wed, 2011-04-20 at 17:18 -0700, Kamble, Nitin A wrote: > Met 1st build failure with gcc4.6.6. I think it is not a gcc issue, but the > recipe code issue; And Tom/Darren can take care of it. > Hi, The patchset applied fine for me, but I'm getting do_patch errors when building: *** Manual pa

Re: [OE-core] [PATCH] gcc: Add recipes for 4.6.0

2011-04-24 Thread Tom Zanussi
On Sun, 2011-04-24 at 11:41 -0700, Khem Raj wrote: > On Sat, Apr 23, 2011 at 6:01 PM, Tom Zanussi wrote: > > On Wed, 2011-04-20 at 17:18 -0700, Kamble, Nitin A wrote: > >> Met 1st build failure with gcc4.6.6. I think it is not a gcc issue, but > >> the recipe code iss

Re: [OE-core] adding meta-intel layers breaks parsing, was Re: Updating u-boot for oe-core or meta-yocto

2011-05-24 Thread Tom Zanussi
On Tue, 2011-05-24 at 10:51 -0700, Koen Kooi wrote: > Op 24 mei 2011, om 19:23 heeft Khem Raj het volgende geschreven: > > > On (24/05/11 09:36), Darren Hart wrote: > >> I've started pulling in the 15 or so patches to u-boot from meta-ti. In > > > > why ? its a BSP recipe and bsp layer is best pl

Re: [OE-core] adding meta-intel layers breaks parsing, was Re: Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Tom Zanussi
On Tue, 2011-05-24 at 13:07 -0500, Tom Zanussi wrote: > On Tue, 2011-05-24 at 10:51 -0700, Koen Kooi wrote: > > Op 24 mei 2011, om 19:23 heeft Khem Raj het volgende geschreven: > > > > > On (24/05/11 09:36), Darren Hart wrote: > > >> I've started pulli

Re: [OE-core] adding meta-intel layers breaks parsing, was Re: Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Tom Zanussi
On Wed, 2011-05-25 at 07:38 -0700, Phil Blundell wrote: > On Wed, 2011-05-25 at 09:28 -0500, Tom Zanussi wrote: > > I just finished building all of the above successfully using the latest > > (as of yesterday) poky/master and meta-intel/master. > > > > Not sure why y

[OE-core] [PATCH] initramfs-live-install: remove allarch inherit

2011-06-08 Thread Tom Zanussi
endency chain was: ['initramfs-live-install'] ERROR: Required build target 'core-image-sato-live' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-sato-live', 'core-ima\ ge-minimal-initramfs', 'initramfs-live-install

[OE-core] [PATCH] systemtap: remove non-core COMPATIBLE_MACHINES

2011-06-13 Thread Tom Zanussi
Move these from here into their respective layers instead. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/systemtap/systemtap_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap

Re: [OE-core] [PATCH] systemtap: remove non-core COMPATIBLE_MACHINES

2011-06-13 Thread Tom Zanussi
On Mon, 2011-06-13 at 07:47 -0700, Koen Kooi wrote: > Op 13 jun 2011, om 16:35 heeft Tom Zanussi het volgende geschreven: > > -COMPATIBLE_MACHINE = > > "(qemux86|qemux86-64|qemuppc|emenlow|crownbay|atom-pc|n450)" > > +COMPATIBLE_MACHINE = "(qemux86|qemux86-64

Re: [OE-core] [PATCH] systemtap: remove non-core COMPATIBLE_MACHINES

2011-06-13 Thread Tom Zanussi
On Mon, 2011-06-13 at 08:12 -0700, Koen Kooi wrote: > Op 13 jun 2011, om 16:54 heeft Tom Zanussi het volgende geschreven: > > > On Mon, 2011-06-13 at 07:47 -0700, Koen Kooi wrote: > >> Op 13 jun 2011, om 16:35 heeft Tom Zanussi het volgende geschreven: > >>> -COMP

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-14 Thread Tom Zanussi
ndency info (e.g. > http://git.shr-project.org/git/?p=meta-smartphone.git;a=blob;f=meta-palm/README;h=200a3c83ff11ad790fe4e03e93a26520ec0c6714;hb=HEAD > ) It would be nice if the ones on yocto-project.org had somethign similar :) > _ Would something like this do the trick for now (if s

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-14 Thread Tom Zanussi
On Tue, 2011-06-14 at 14:08 -0700, Koen Kooi wrote: > Op 14 jun 2011, om 22:20 heeft Tom Zanussi het volgende geschreven: > > > On Tue, 2011-06-14 at 00:40 -0700, Koen Kooi wrote: > >> Op 13 jun 2011, om 23:30 heeft Richard Purdie het volgende geschreven: > >> >

[OE-core] [PATCH] systemtap: remove non-core COMPATIBLE_MACHINES

2011-06-14 Thread Tom Zanussi
Systemtap only supports x86, x86-64 and powerpc at this point. v2: updated to reflect comments from Koen Kooi and Phil Blundell to use COMPATIBLE_HOST instead. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/systemtap/systemtap_git.bb |5 +++-- 1 files changed, 3 insertions(+), 2

Re: [OE-core] [PATCH 5/6] systemtap: add fishriver in COMPATIBLE_MACHINE

2011-06-16 Thread Tom Zanussi
On Thu, 2011-06-16 at 02:20 -0700, Dongxiao Xu wrote: > Signed-off-by: Dongxiao Xu > --- > meta/recipes-kernel/systemtap/systemtap_git.bb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb > b/meta/recipes-kernel/systemt

Re: [OE-core] [PATCH 1/2] linux-yocto: update meta SRCREV for new config groups

2011-06-27 Thread Tom Zanussi
On Mon, 2011-06-27 at 05:56 -0700, Bruce Ashfield wrote: > 2011/6/27 Cui, Dexuan : > > Cui, Dexuan wrote: > >> Hi, I got the following ERROR with the patch: > >> > >> Log data follows: > >>> Unstaged changes after reset: > >>> M arch/powerpc/boot/dts/mpc8315erdb.dts > >>> Deleted branch meta-temp (

Re: [OE-core] [CONSOLIDATED PULL 21/32] initrdscripts: fix init-live.sh

2011-08-21 Thread Tom Zanussi
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Jingdong Lu > > Fix bug: [YOCTO #686] > Because the variable "ROOT_IMAGE" in init-live.sh is not correct, it fails to > run when using liveCD. Modify value of "ROOT_IMAGE" to "isolinux/rootfs.img". > If we want to use liveCD, we also nee

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

2011-09-02 Thread Tom Zanussi
the end of the systemtap section on the yocto wiki: https://wiki.yoctoproject.org/wiki/Tracing_and_Profiling#systemtap Tom Zanussi (2): systemtap: upgrade to 1.6 task-core-tools: add systemtap to qemuarm meta/recipes-core/tasks/task-core-tools.bb |4

[OE-core] [PATCH 1/2] systemtap: upgrade to 1.6

2011-09-02 Thread Tom Zanussi
Also enable for arm, since systemtap now works on arm and remove the gcc-4.6 compile fix patch since the problems it addresses have been fixed upstream. Signed-off-by: Tom Zanussi --- .../fix_for_compilation_with_gcc-4.6.0.patch | 119 meta/recipes-kernel/systemtap

[OE-core] [PATCH 2/2] task-core-tools: add systemtap to qemuarm

2011-09-02 Thread Tom Zanussi
Systemtap now works with arm, so include it in task-core-tools-profile for qemuarm. Signed-off-by: Tom Zanussi --- meta/recipes-core/tasks/task-core-tools.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes

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

2011-09-03 Thread Tom Zanussi
systemtap section on the yocto wiki: [v2] changes: address feedback from Saul: PV changed, so update PR for systemtap recipe Tom Zanussi (2): systemtap: upgrade to 1.6 task-core-tools: add systemtap to qemuarm meta/recipes-core/tasks/task-core-tools.bb |4

[OE-core] [PATCH 2/2][v2] task-core-tools: add systemtap to qemuarm

2011-09-03 Thread Tom Zanussi
Systemtap now works with arm, so include it in task-core-tools-profile for qemuarm. Signed-off-by: Tom Zanussi --- meta/recipes-core/tasks/task-core-tools.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes

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

2011-09-03 Thread Tom Zanussi
Also enable for arm, since systemtap now works on arm and remove the gcc-4.6 compile fix patch since the problems it addresses have been fixed upstream. Signed-off-by: Tom Zanussi --- .../fix_for_compilation_with_gcc-4.6.0.patch | 119 meta/recipes-kernel/systemtap

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

2011-09-03 Thread Tom Zanussi
On Sat, 2011-09-03 at 20:46 -0700, Saul Wold wrote: > On 09/02/2011 09:45 PM, Tom Zanussi wrote: > > Also enable for arm, since systemtap now works on arm and remove the > > gcc-4.6 compile fix patch since the problems it addresses have been > > fixed upstream. > > [

[OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-13 Thread Tom Zanussi
ommon parts of init_install_2.0.sh with init_install 1.0 - this initial patchset essentially just fixes what's necessary for YOCTO bug #1428 in order to get things working again. Tom Zanussi (2): grub2: new recipe initramfs-live-install: add a version for use with grub2 meta/recipes-bsp/grub

[OE-core] [PATCH 1/2] grub2: new recipe

2011-09-13 Thread Tom Zanussi
This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 13 ++ meta/recipes-bsp/grub/grub_1.99.bb | 44

[OE-core] [PATCH 2/2] initramfs-live-install: add a version for use with grub2

2011-09-13 Thread Tom Zanussi
grub2 uses a completely different set of install steps. These are contained in a 2.0 version of init-install.sh, which is tied to grub2 (1.98) and a 2.0 version of the initramfs-live-install recipe. Signed-off-by: Tom Zanussi --- .../initrdscripts/files/init-install_2.0.sh| 178

Re: [OE-core] [PATCH 2/2] initramfs-live-install: add a version for use with grub2

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 05:29 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: > > grub2 uses a completely different set of install steps. These are > > contained in a 2.0 version of init-install.sh, which is tied to grub2 > > (1.98) and

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: > /> A future patch will factor out the common parts of init_install_2.0.sh > > with init_install 1.0 - this initial patchset essentially just fixes > > what'

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 08:55 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 12:45, Tom Zanussi wrote: > > On Wed, 2011-09-14 at 05:30 -0700, Otavio Salvador wrote: > >> On Wed, Sep 14, 2011 at 02:39, Tom Zanussi wrote: > >> /> A future patch will

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 09:05 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 13:01, Tom Zanussi wrote: > > Well, my new version handles both grub 0.97 and grub2. We need to keep > > grub 0.97 around because grub2 is GPLv3. > > Sure; fully agree on that but we can get

[OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Tom Zanussi
grub2 needs a different set of install steps from grub 0.97. This adds them to init-install.sh and adds an install-time check that determines which version is being used and which steps to use depending on the version of grub selected. Signed-off-by: Tom Zanussi --- .../initrdscripts/files

[OE-core] [PATCH 0/2] Add new recipes for grub2 [v2]

2011-09-14 Thread Tom Zanussi
e any distro-specific text and avoid duplicate scripts. Tom Zanussi (2): grub2: new recipe initramfs-live-install: add support for grub2 meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 13 ++ meta/recipes-bsp/grub/grub_1.

[OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Tom Zanussi
This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 13 ++ meta/recipes-bsp/grub/grub_1.99.bb | 44

[OE-core] [PATCH 0/2] Add new recipes for grub2 [v3]

2011-09-14 Thread Tom Zanussi
pdate copyright and add a patch header. v2 changes: Suggestions from Otavio Salvador to remove any distro-specific text and avoid duplicate scripts. Tom Zanussi (2): grub2: new recipe initramfs-live-install: add support for grub2 meta/recipes-bsp/grub/grub-1.99/40_custom |9 ...

[OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Tom Zanussi
This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 15 +++ meta/recipes-bsp/grub/grub_1.99.bb | 44

[OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Tom Zanussi
grub2 needs a different set of install steps from grub 0.97. This adds them to init-install.sh and adds an install-time check that determines which version is being used and which steps to use depending on the version of grub selected. Signed-off-by: Tom Zanussi --- .../initrdscripts/files

[OE-core] [PATCH 1/2] grub2: new recipe

2011-09-14 Thread Tom Zanussi
This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom |9 .../grub/grub-1.99/grub-install.in.patch | 20 + meta/recipes-bsp/grub/grub_1.99.bb | 44

[OE-core] [PATCH 2/2] initramfs-live-install: add support for grub2

2011-09-14 Thread Tom Zanussi
grub2 needs a different set of install steps from grub 0.97. This adds them to init-install.sh and adds an install-time check that determines which version is being used and which steps to use depending on the version of grub selected. Signed-off-by: Tom Zanussi --- .../initrdscripts/files

[OE-core] [PATCH 0/2] Add new recipes for grub2 [v4]

2011-09-14 Thread Tom Zanussi
ld to add more info to the patch header. v3 changes: Suggestions from Otavio Salvador to update copyright and add a patch header. v2 changes: Suggestions from Otavio Salvador to remove any distro-specific text and avoid duplicate scripts. Tom Zanussi (2): grub2: new recipe initramfs-live-in

Re: [OE-core] [PATCH 0/2] Add new recipes for grub2 [v4]

2011-09-14 Thread Tom Zanussi
On Wed, 2011-09-14 at 11:49 -0700, Otavio Salvador wrote: > On Wed, Sep 14, 2011 at 15:44, Tom Zanussi wrote: > > This patchset adds a new recipe for grub2 and an accompanying > > changes to initramfs-live-install. > > > > It's been preliminarily boot-tested

[OE-core] [PATCH 0/5] Some RDEPENDS fixes

2011-09-15 Thread Tom Zanussi
In the new grub recipe, I had inadvertently left out the PN for RDEPENDS. A search of the rest of the tree showed some others, which are also updated by this patchset. Tom Zanussi (5): initramfs-live-install: add PN to RDEPENDS liberation-fonts_1.04: add PN to RDEPENDS liberation

[OE-core] [PATCH 3/5] liberation-fonts_1.06: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- .../ttf-fonts/liberation-fonts_1.06.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf

[OE-core] [PATCH 4/5] ttf-bitstream-vera_1.10: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- .../ttf-fonts/ttf-bitstream-vera_1.10.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf

[OE-core] [PATCH 5/5] grub_1.99: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub_1.99.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index d9df573..75196fa 100644

[OE-core] [PATCH 1/5] initramfs-live-install: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- .../initrdscripts/initramfs-live-install_1.0.bb|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core

[OE-core] [PATCH 2/5] liberation-fonts_1.04: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- .../ttf-fonts/liberation-fonts_1.04.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf

[OE-core] [PATCH] package.bbclass: fix spurious 'installed but not shipped' warning

2011-09-16 Thread Tom Zanussi
t that the file was actually packaged. This because the remainder between the dirname and the dvar base name is used in the path join and in the case of files at the top-level, the remainder is the empty string, where it should be '/' for comparison purposes. Signed-off-by: Tom Z

[OE-core] [PATCH 1/2] blktrace: update to version 1.0.3

2011-09-18 Thread Tom Zanussi
This also removes dso_linking_change_build_fix.patch since the same change has been made upstream. Also removes unused SRC_URI checksums. Signed-off-by: Tom Zanussi --- .../blktrace/dso_linking_change_build_fix.patch| 26 meta/recipes-kernel/blktrace/blktrace_git.bb

[OE-core] [PATCH 0/2] blktrace, sysprof updates

2011-09-18 Thread Tom Zanussi
This patchset updates the blktrace and sysprof recipes. Tom Zanussi (2): blktrace: update to version 1.0.3 sysprof: update to version 1.1.8 .../blktrace/dso_linking_change_build_fix.patch| 26 meta/recipes-kernel/blktrace/blktrace_git.bb | 12

[OE-core] [PATCH 2/2] sysprof: update to version 1.1.8

2011-09-18 Thread Tom Zanussi
Also removes unused SCR_URI checksums. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/sysprof/sysprof_git.bb |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb index

Re: [OE-core] [PATCH 0/3] [RFC] enable Pegasus touch screen

2011-09-27 Thread Tom Zanussi
On Mon, 2011-09-26 at 18:03 -0700, Zhai, Edwin wrote: > From: Zhai Edwin > > Tom, > These changes, based on meta-intel/tzanussi/pegasus, are needed to enable > eGalax touch screen on Pegasus. Could you pls. help to review? > Hi Edwin, First, I don't think this is the correct list for meta-inte

[OE-core] [PATCH] kexec-tools: fix architecture mismatch QA error

2011-10-01 Thread Tom Zanussi
exception for it. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/kexec/kexec-tools.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index bbfb20f..278ce34 100644 --- a/meta/recipes

[OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-02 Thread tom . zanussi
From: Tom Zanussi LICENSE_FLAGS are a per-recipe replacement for COMMERCIAL_FLAGS. Any flags listed in a recipe's LICENSE_FLAGS variable must have a match in the global LICENSE_FLAGS_WHITELIST variable. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass | 19 +

[OE-core] [PATCH 0/5][RFC] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE

2012-01-02 Thread tom . zanussi
From: Tom Zanussi Hi, This patchset is a first cut at a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. The original proposal was drafted by Saul Wold and is copied below: *** There has been some issues raised with the initial implementation of COMMERCIAL_LICENSE and we are looking

[OE-core] [PATCH 3/5] base.bbclass: remove COMMERCIAL_LICENSE code

2012-01-02 Thread tom . zanussi
From: Tom Zanussi The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS so remove the code that implements COMMERCIAL_LICENSE. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-02 Thread tom . zanussi
From: Tom Zanussi Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list; add LICENSE_FLAGS varables to each the recipes mentioned in that list: - lame - gst-fluendo-mp3 - gst-openmax - gst-plugins-ugly - libmad - libomxil - mpeg2dec - qmmp Signed-off-by: Tom Zanussi

[OE-core] [PATCH 5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning

2012-01-02 Thread tom . zanussi
From: Tom Zanussi COMMERCIAL_LICENSE no longer exists, remove the warning about it. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib

[OE-core] [PATCH 4/5] default-distrovars.inc: remove COMMERCIAL_LICENSE et al

2012-01-02 Thread tom . zanussi
From: Tom Zanussi The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi --- meta/conf/distro/include/default-distrovars.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE

2012-01-06 Thread tom . zanussi
From: Tom Zanussi This patchset implements a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. Please see '[PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS' for background and details. This patchset was posted earlier in the week and received no comments. The only cha

[OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-06 Thread tom . zanussi
From: Tom Zanussi LICENSE_FLAGS are a per-recipe replacement for COMMERCIAL_FLAGS. Any flags listed in a recipe's LICENSE_FLAGS variable must have a match in the global LICENSE_FLAGS_WHITELIST variable. For some background on these changes, the original proposal for the functionality co

[OE-core] [PATCH 3/5] base.bbclass: remove COMMERCIAL_LICENSE code

2012-01-06 Thread tom . zanussi
From: Tom Zanussi The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS so remove the code that implements COMMERCIAL_LICENSE. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 4/5] default-distrovars.inc: remove COMMERCIAL_LICENSE et al

2012-01-06 Thread tom . zanussi
From: Tom Zanussi The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi --- meta/conf/distro/include/default-distrovars.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning

2012-01-06 Thread tom . zanussi
From: Tom Zanussi COMMERCIAL_LICENSE no longer exists; the equivalent functionality is now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the COMMERCIAL_LICENSE warning with a similarly equivalent warning. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh |3

[OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-06 Thread tom . zanussi
From: Tom Zanussi Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list; add LICENSE_FLAGS varables to each the recipes mentioned in that list: - lame - gst-fluendo-mp3 - gst-openmax - gst-plugins-ugly - libmad - libomxil - mpeg2dec - qmmp

Re: [OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-06 Thread Tom Zanussi
On Fri, 2012-01-06 at 17:15 +, Phil Blundell wrote: > On Fri, 2012-01-06 at 10:45 -0600, tom.zanu...@intel.com wrote: > > diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb > > b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb > > index 5975513..0a90f9c 1006

Re: [OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-06 Thread Tom Zanussi
On Fri, 2012-01-06 at 19:20 +, Phil Blundell wrote: > On Fri, 2012-01-06 at 12:03 -0600, Tom Zanussi wrote: > > On Fri, 2012-01-06 at 17:15 +, Phil Blundell wrote: > > > If I'm understanding the mechanism correctly then just setting all of > > > these to &q

[OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-06 Thread tom . zanussi
From: Tom Zanussi Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list; add LICENSE_FLAGS varables to each the recipes mentioned in that list: - lame - gst-fluendo-mp3 - gst-openmax - gst-plugins-ugly - libmad - libomxil - mpeg2dec - qmmp

[OE-core] [PATCH 3/5] base.bbclass: remove COMMERCIAL_LICENSE code

2012-01-06 Thread tom . zanussi
From: Tom Zanussi The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS so remove the code that implements COMMERCIAL_LICENSE. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE

2012-01-06 Thread tom . zanussi
From: Tom Zanussi This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. Please see the commit message for '[PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism. v2 changes, reflecting comments from Phil Bl

[OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-06 Thread tom . zanussi
From: Tom Zanussi LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE mechanism. In the COMMERCIAL_LICENSE mechanism, any package name mentioned in the global COMMERCIAL_LICENSE list is 'blacklisted' from being included in an image. To allow the blacklisted packag

[OE-core] [PATCH 5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning

2012-01-06 Thread tom . zanussi
From: Tom Zanussi COMMERCIAL_LICENSE no longer exists; the equivalent functionality is now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the COMMERCIAL_LICENSE warning with a similarly equivalent warning. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh |3

[OE-core] [PATCH 4/5] default-distrovars.inc: remove COMMERCIAL_LICENSE et al

2012-01-06 Thread tom . zanussi
From: Tom Zanussi The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi --- meta/conf/distro/include/default-distrovars.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

Re: [OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE

2012-01-06 Thread Tom Zanussi
Oops, missed an important comment in PATCH 1, ignore this version... On Fri, 2012-01-06 at 20:27 -0600, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. > > Please see the commit message

[OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-06 Thread tom . zanussi
From: Tom Zanussi LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE mechanism. In the COMMERCIAL_LICENSE mechanism, any package name mentioned in the global COMMERCIAL_LICENSE list is 'blacklisted' from being included in an image. To allow the blacklisted packag

[OE-core] [PATCH 3/5] base.bbclass: remove COMMERCIAL_LICENSE code

2012-01-06 Thread tom . zanussi
From: Tom Zanussi The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS so remove the code that implements COMMERCIAL_LICENSE. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 4/5] default-distrovars.inc: remove COMMERCIAL_LICENSE et al

2012-01-06 Thread tom . zanussi
From: Tom Zanussi The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi --- meta/conf/distro/include/default-distrovars.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-06 Thread tom . zanussi
From: Tom Zanussi Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list; add LICENSE_FLAGS varables to each the recipes mentioned in that list: - lame - gst-fluendo-mp3 - gst-openmax - gst-plugins-ugly - libmad - libomxil - mpeg2dec - qmmp

[OE-core] [PATCH 5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning

2012-01-06 Thread tom . zanussi
From: Tom Zanussi COMMERCIAL_LICENSE no longer exists; the equivalent functionality is now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the COMMERCIAL_LICENSE warning with a similarly equivalent warning. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh |3

[OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE, v3

2012-01-06 Thread tom . zanussi
From: Tom Zanussi This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. Please see the commit message for '[PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism. v3 changes: - add back an accidentally-stripp

Re: [OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-06 Thread Tom Zanussi
On Fri, 2012-01-06 at 21:10 -0800, Saul Wold wrote: > On 01/06/2012 06:34 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE > > mechanism. > > > > In the COMMERCIAL_LICENSE m

Re: [OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE, v3

2012-01-09 Thread Tom Zanussi
On Mon, 2012-01-09 at 16:50 -0700, Chris Larson wrote: > On Fri, Jan 6, 2012 at 7:34 PM, wrote: > > Possible values for LICENSE_FLAGS could be: > > - Binary - provides some kind of binary with no source > > - Patent - provides a potential infringing item, that some may not want > > - Commercial -

Re: [OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE, v3

2012-01-09 Thread Tom Zanussi
On Mon, 2012-01-09 at 15:55 -0800, Flanagan, Elizabeth wrote: > On Fri, Jan 6, 2012 at 6:34 PM, wrote: > > From: Tom Zanussi > > > > This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. > > > > Please see the commit message for '

Re: [OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-09 Thread Tom Zanussi
On Mon, 2012-01-09 at 16:01 -0800, Saul Wold wrote: > On 01/06/2012 09:13 PM, Tom Zanussi wrote: > > On Fri, 2012-01-06 at 21:10 -0800, Saul Wold wrote: > >> On 01/06/2012 06:34 PM, tom.zanu...@intel.com wrote: > >>> From: Tom Zanussi > >>> > >>&

[OE-core] [PATCH 4/5] default-distrovars.inc: remove COMMERCIAL_LICENSE et al

2012-01-12 Thread tom . zanussi
From: Tom Zanussi The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi --- meta/conf/distro/include/default-distrovars.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning

2012-01-12 Thread tom . zanussi
From: Tom Zanussi COMMERCIAL_LICENSE no longer exists; the equivalent functionality is now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the COMMERCIAL_LICENSE warning with a similarly equivalent warning. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh |3

[OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-12 Thread tom . zanussi
From: Tom Zanussi Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list; add LICENSE_FLAGS varables to each the recipes mentioned in that list: - lame - gst-fluendo-mp3 - gst-openmax - gst-plugins-ugly - libmad - libomxil - mpeg2dec - qmmp

[OE-core] [PATCH 3/5] base.bbclass: remove COMMERCIAL_LICENSE code

2012-01-12 Thread tom . zanussi
From: Tom Zanussi The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS so remove the code that implements COMMERCIAL_LICENSE. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-12 Thread tom . zanussi
From: Tom Zanussi LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE mechanism. In the COMMERCIAL_LICENSE mechanism, any package name mentioned in the global COMMERCIAL_LICENSE list is 'blacklisted' from being included in an image. To allow the blacklisted packag

[OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE, v4

2012-01-12 Thread tom . zanussi
From: Tom Zanussi This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. Please see the commit message for '[PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism. v4 changes, reflecting comments from Saul Wol

[OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE, v5

2012-01-20 Thread tom . zanussi
From: Tom Zanussi This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. Please see the commit message for '[PATCH 1/5] license.bbclass: add support for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism. v5 changes, reflecting comments from Rich

[OE-core] [PATCH 1/5] license.bbclass: add support for LICENSE_FLAGS

2012-01-20 Thread tom . zanussi
From: Tom Zanussi LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE mechanism. In the COMMERCIAL_LICENSE mechanism, any package name mentioned in the global COMMERCIAL_LICENSE list is 'blacklisted' from being included in an image. To allow the blacklisted packag

[OE-core] [PATCH 3/5] base.bbclass: replace COMMERCIAL_LICENSE code with LICENSE_FLAGS code

2012-01-20 Thread tom . zanussi
From: Tom Zanussi The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS so remove the code that implements COMMERCIAL_LICENSE and replace it with the corresponding LICENSE_FLAGS version. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass | 12 ++-- 1 files

[OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-20 Thread tom . zanussi
From: Tom Zanussi Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list; add LICENSE_FLAGS varables to each the recipes mentioned in that list: - lame - gst-fluendo-mp3 - gst-openmax - gst-plugins-ugly - libmad - libomxil - mpeg2dec - qmmp

[OE-core] [PATCH 5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning

2012-01-20 Thread tom . zanussi
From: Tom Zanussi COMMERCIAL_LICENSE no longer exists; the equivalent functionality is now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the COMMERCIAL_LICENSE warning with a similarly equivalent warning. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh |3

[OE-core] [PATCH 4/5] default-distrovars.inc: remove COMMERCIAL_LICENSE et al

2012-01-20 Thread tom . zanussi
From: Tom Zanussi The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi --- meta/conf/distro/include/default-distrovars.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] bootimg: Fix a math thinko in the block count calculation

2012-01-24 Thread Tom Zanussi
> Much better, thanks for the quick fix. Tested-by: Tom Zanussi > Reported-by: Tom Zanussi > Signed-off-by: Darren Hart > CC: Joshua Lock > --- > meta/classes/bootimg.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/m

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] [PATCH 0/1] 1.2 package updates

2012-03-17 Thread tom . zanussi
From: Tom Zanussi Just this one (blktrace) for now... The following changes since commit 26a46938d3ea1821e7bec4fa6cc8379babad238b: Gary Thomas (1): bitbake/fetch2: Fix typo which broke use of tarballs are available in the git repository at: git://git.yoctoproject.org/poky

[OE-core] [PATCH 1/1] blktrace: update to version 1.0.5

2012-03-17 Thread tom . zanussi
From: Tom Zanussi Update blktrace to reflect the newer 1.0.5 tag. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/blktrace/blktrace_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel

Re: [OE-core] [PATCH 0/1] linux-yocto: update live boot configuration

2011-10-04 Thread Tom Zanussi
gt; spend the time to re-create my environment on another machine to get > things staged differently. > > This is a series of changes from Tom to synchronize live boot settings > across more machines, which are nicely isolated to a few boards. > > Cheers, > > Bruce >

[OE-core] [PATCH 0/6] Add some intel-specific tune files, and related fixes

2011-11-07 Thread tom . zanussi
From: Tom Zanussi This patchset adds some new tune files for corei7, ivb, and atom. The corei7 and atom were build- and boot-tested on sugarbay (with corei7-avx), jasperforest (corei7), crownbay, fri2, fishriver (atom). The ivb is one I'll be using for new Ivy Bridge development and hasn&#

  1   2   3   4   5   >