Re: [OE-core] Best way to build avr-gcc for ARM?

2011-04-05 Thread Khem Raj
On Tue, Apr 5, 2011 at 12:51 AM, Koen Kooi k...@dominion.thruhere.net wrote: Hi, I'd like to build an avr toolchain (avr-binutils, avr-gcc and avr-lib) to run on an ARM platform. What would be the best way to do this? I can manually change host and target in EXTRA_OECONF or I can use the

[OE-core] [PATCH 2/3] Rework how the devshell functions

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this functionality, providing the metadata pieces. It obeys the OE_TERMINAL variable, which is a 'choice'

Re: [OE-core] [PATCH 0/3] Rework the devshell

2011-04-05 Thread Chris Larson
On Tue, Apr 5, 2011 at 12:09 PM, Chris Larson kerg...@gmail.com wrote: On Tue, Apr 5, 2011 at 12:08 PM, Chris Larson kerg...@gmail.com wrote: From: Chris Larson chris_lar...@mentor.com - Adds a utility metaclass for maintaining class registries - Shifts the handling of spawning a terminal

[OE-core] [PATCH 0/3][v2] Rework the devshell

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - Adds a utility metaclass for maintaining class registries - Shifts the handling of spawning a terminal into a new 'terminal' python module - Automatically selects an appropriate terminal based on what you have available on your machine - Still allows

[OE-core] [PATCH 1/3] oe.classutils: add module

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This adds a ClassRegistry utility metaclass, as maintaining a class registry is a fairly common thing to do. Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/lib/oe/classutils.py | 24 1 files changed, 24

[OE-core] [PATCH 2/3] Rework how the devshell functions

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this functionality, providing the metadata pieces. It obeys the OE_TERMINAL variable, which is a 'choice'

[OE-core] [PATCH 3/3] oe.terminal: improve how we spawn screen

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - Name the screen session 'devshell', to avoid confusion if running bitbake itself under a screen session. - Display a warning message when spawning screen, so it's clear to the user that screen has been run (otherwise do_devshell just appears to

[OE-core] [PATCH 0/3] Add oe.fetch, rework fetch/unpack deps from SRC_URI

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This was intended to clean up and consolidate the code in base.bbclass which sets up dependencies conditionally based upon the contents of SRC_URI. To get there, I decided to incorporate and rewrite some Uri handling code I had written previously. This

[OE-core] [PATCH 5/6] desktop-file-utils: Add SRC_URI checksums

2011-04-05 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../desktop-file-utils-native_0.15.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb

[OE-core] [PATCH 4/6] LSB_Setup.sh: Add function to install all test packages

2011-04-05 Thread Saul Wold
From: Xiaofeng Yan xiaofeng@windriver.com Add function to install all of lsb test suite packages instead of installing parts of test packages Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh | 50 ++- 1 files

[OE-core] [PATCH 3/6] documentation/adt-manual/adt-eclipse.xml: Updated repo URL for Eclipse Plug-in

2011-04-05 Thread Saul Wold
From: Scott Rifenbark scott.m.rifenb...@intel.com Updated the URL that points to the Yocto Eclipse Plug-in to http://www.yoctoproject.org/downloads/eclipse-plugin/1.0. Signed-off-by: Scott Rifenbark scott.m.rifenb...@intel.com --- documentation/adt-manual/adt-eclipse.xml |2 +- 1 files

[OE-core] [PATCH 1/6] xdg-utils: add xdg-utils to pass the lsb test

2011-04-05 Thread Saul Wold
From: Kang Kai kai.k...@windriver.com xdg-utils provides xdg-* scripts to pass the LSB 4.1 command check Import from OE and add DESCRIPTION, PR and LIC_FILES_CHKSUM. (From OE rev: 44985d56bc556786812a0a02d6219afd31a7381d) Signed-off-by: Kang Kai kai.k...@windriver.com ---

[OE-core] [PATCH 6/6] distrodata.bbclass: Merge the get_pkg_info.log into checkpkg.csv

2011-04-05 Thread Saul Wold
From: Mei Lei lei@intel.com For easy view the check package result, merge the two files into checkpkg.csv, after that, the package report system will use checkpkg.csv instead of get_pkg_info.log. Signed-off-by: Mei Lei lei@intel.com --- meta/classes/distrodata.bbclass | 29

Re: [OE-core] Proposed Multilib Implementation Brainstorming

2011-04-05 Thread Jeremy Puhlman
To do this I'm thinking of a new set of include files of the form conf/machine/include/multilib-.inc, similar in nature to the tune-xxx.inc files. A given setup would include each of the multilibs it requred. Each multilib include file would look something like:

[OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-05 Thread Tom Rini
The previous 5.7 release was relatively close to 5.8 due to it bringing in a patch to sync with upstream work-in-progress. We skip over the 5.8 release and move to 5.9. Signed-off-by: Tom Rini tom_r...@mentor.com --- .../{ncurses-5.7 = ncurses-5.9}/config.cache |0 .../{ncurses-5.7 =