Re: [oe] [PATCH] beagleboard-test-scripts: BeagleBoard userbutton detection for flashing

2011-07-18 Thread Joel A Fernandes
On Fri, Jul 15, 2011 at 8:19 PM, Joel A Fernandes wrote: > * Build and install a userbutton tool to detect state of the user button on a > BeagleBoard from /dev/input/event0 > * Install a user.txt and uEnv.txt to /boot, Narcissus will copy from here to > the FAT partition of an SD Card > > Signe

Re: [oe] [meta-oe][PATCH 2/2] mercurial-native: Add 1.9 version

2011-07-18 Thread Paul Menzel
Am Montag, den 18.07.2011, 11:33 -0700 schrieb Tom Rini: > This is based on 91c14caa8819b08def8ea99e02949e49604c2e86 from oe.dev > with an update to 1.9. > > Signed-off-by: Tom Rini > --- > .../mercurial/mercurial-native_1.9.bb | 24 > > 1 files changed, 24

[oe] OE Changelog for 2011-07-11 to 2011-07-18

2011-07-18 Thread cliff . brake
Changelog for 2011-07-11 to 2011-07-18. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://git.angstrom-distribution.org/

Re: [oe] Problems accessing openembedded.org?

2011-07-18 Thread Chris Verges
On Mon, Jul 18, 2011 at 2:27 PM, George C. Huntington, III wrote: > I am having the same problem. I just checked in on the IRC list. Looks like melo is having some hardware fits at the moment. Sounds like they're working on it. Chris ___ Openembedde

Re: [oe] Problems accessing openembedded.org?

2011-07-18 Thread George C. Huntington, III
I am having the same problem. On Mon, Jul 18, 2011 at 5:25 PM, Chris Verges wrote: > I'm having problems accessing openembedded.org, including both the web > page and GIT repository. Anyone else seeing the same issue? > > Thanks, > Chris > > ___ > Ope

[oe] [PATCH] nodejs: Add patch to compile with GCC 4.3.3

2011-07-18 Thread Chase Maupin
* Add a patch to nodejs to allow compiling with GCC versions less than or equal to 4.3.3. * Define the function nodejs_get_gcc_ver to allow applying the patch conditionally based on compiler version. * Patch based on post at https://github.com/joyent/node/issues/883 Signed-off-by: Chase Maupin

[oe] Problems accessing openembedded.org?

2011-07-18 Thread Chris Verges
I'm having problems accessing openembedded.org, including both the web page and GIT repository. Anyone else seeing the same issue? Thanks, Chris ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cg

Re: [oe] preferred version not available

2011-07-18 Thread Detlef Vollmann
On 07/18/11 21:16, Detlef Vollmann wrote: NOTE: preferred version githead of linux-taurus not available (for item linux-taurus) What really drives me nuts is the last line: it clearly parsed linux-taurus_githead.bb before, doesn't give me any error on it, but then tells me 'preferred version g

Re: [oe] preferred version not available

2011-07-18 Thread Chris Larson
On Mon, Jul 18, 2011 at 2:02 PM, Detlef Vollmann wrote: > On 07/18/11 21:16, Detlef Vollmann wrote: >> >> NOTE: preferred version githead of linux-taurus not available (for item >> linux-taurus) > >> What really drives me nuts is the last line: it clearly parsed >> linux-taurus_githead.bb before,

Re: [oe] [PATCH 2/3] rt-tests: Upgrade to latest version 0.73.

2011-07-18 Thread Paul Menzel
Am Montag, den 18.07.2011, 13:25 -0600 schrieb Raymond Danks: No full stop at the end of commit summaries, please. > Signed-off-by: Raymond Danks > --- > recipes/rt-tests/rt-tests_0.73.bb | 27 +++ > 1 files changed, 27 insertions(+), 0 deletions(-) > create mode 1006

Re: [oe] [PATCH 1/3] calibrator: Move to latest SVN rev 138

2011-07-18 Thread Paul Menzel
Dear Raymond, Am Montag, den 18.07.2011, 21:51 +0200 schrieb Paul Menzel: > great to have you back! > > Am Montag, den 18.07.2011, 13:25 -0600 schrieb Raymond Danks: > > * The SVN repository for this project has changed URI. > > * Upgrade to and patch the latest version for use with current too

Re: [oe] [PATCH 1/3] calibrator: Move to latest SVN rev 138

2011-07-18 Thread Paul Menzel
Dear Raymond, great to have you back! Am Montag, den 18.07.2011, 13:25 -0600 schrieb Raymond Danks: > * The SVN repository for this project has changed URI. > * Upgrade to and patch the latest version for use with current tools. > > Signed-off-by: Raymond Danks > --- > recipes/calibrator/cali

[oe] [PATCH 1/3] calibrator: Move to latest SVN rev 138

2011-07-18 Thread Raymond Danks
* The SVN repository for this project has changed URI. * Upgrade to and patch the latest version for use with current tools. Signed-off-by: Raymond Danks --- recipes/calibrator/calibrator_svn.bb |6 +- .../calibrator/files/round_conflicting_types.patch | 91 ++

[oe] [PATCH 2/3] rt-tests: Upgrade to latest version 0.73.

2011-07-18 Thread Raymond Danks
Signed-off-by: Raymond Danks --- recipes/rt-tests/rt-tests_0.73.bb | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 recipes/rt-tests/rt-tests_0.73.bb diff --git a/recipes/rt-tests/rt-tests_0.73.bb b/recipes/rt-tests/rt-tests_0.73.bb new

[oe] [PATCH 3/3] libpng: Corrected SRC_URI

2011-07-18 Thread Raymond Danks
Point to the SOURCEFORGE_MIRROR as the other mirror had archived files and was periodically offline. Signed-off-by: Raymond Danks --- recipes/libpng/libpng.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/libpng/libpng.inc b/recipes/libpng/libpng.inc index

Re: [oe] [2011.03-maintenance] [PATCH] make the javac wrapper script pass back the return code

2011-07-18 Thread George C. Huntington, III
Please cherry-pick this into maintenance branch On Fri, Jul 8, 2011 at 10:00 AM, George C. Huntington III < gch...@mtiemail.com> wrote: > this will keep things from failing silently, while > preserving the "try 5 times feature" > > Signed-off-by: George C. Huntington III > --- > recipes/ecj/ec

Re: [oe] Unwanted dependency on X from ppp

2011-07-18 Thread Petr Štetiar
Mats Kärrman [2011-07-14 11:51:18]: > Thanks again, Mike & Bob, > > I added something in the line of Mike's suggestion to my machine conf and > got the number of tasks down to just over 2200 and the build runs reasonably > fast. There are still a bunch of X native related dependencies generated

[oe] [meta-oe][PATCH 1/2] guile: Move 'configure-fix.patch' to guile-1.8.7 dir

2011-07-18 Thread Tom Rini
This patch is used by both native and target recipes. Signed-off-by: Tom Rini --- .../configure-fix.patch|0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta-oe/recipes-support/guile/{guile-native-1.8.7 => guile-1.8.7}/configure-fix.patch (100%) dif

[oe] [meta-oe][PATCH 2/2] mercurial-native: Add 1.9 version

2011-07-18 Thread Tom Rini
This is based on 91c14caa8819b08def8ea99e02949e49604c2e86 from oe.dev with an update to 1.9. Signed-off-by: Tom Rini --- .../mercurial/mercurial-native_1.9.bb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-devtools/

[oe] [meta-oe][PATCH 0/2] Misc updates

2011-07-18 Thread Tom Rini
Hey all, Here's a short 'misc' series with a few changes. First, take oe.dev's mercurial-native and update to the current version. We don't yet have any hg:// URIs but this lets us be ready for when we do. Second, one of the patches guile needs was in the wrong directory to be used/found, so mo

Re: [oe] [beagleboard] Re: [Angstrom-devel] Bitbake build failure of Angstrom

2011-07-18 Thread Joel A Fernandes
Hi Koen, On Mon, Jul 18, 2011 at 2:27 AM, Koen Kooi wrote: > > Op 18 jul 2011, om 09:13 heeft Joel A Fernandes het volgende geschreven: > >> Hi Koen, >> >> Nice to hear from you. >> >> On Mon, Jul 18, 2011 at 2:00 AM, Koen Kooi >> wrote: >>> >>> Op 18 jul 2011, om 07:16 heeft Joel A Fernandes h

[oe] ARM: new cross-distro@ list

2011-07-18 Thread Steve McIntyre
Hi folks, Many GNU/Linux distributions are doing some ARM porting; this tends to result in work duplication, and there doesn't seem to be a general purpose forum to bring ARM porters together. We're inviting developers of GNU/Linux distributions with an interest in ARM to join a new "cross-distro

Re: [oe] [PATCH v2] libxml: Deleted patch that is already applied in source tarball

2011-07-18 Thread Martin Jansa
On Wed, Jul 06, 2011 at 05:14:07PM -0500, Joel A Fernandes wrote: > * Deleted a patch that appears to be already applied to the checked out > source and is causing do_patch in libxml2 to fail > > Signed-off-by: Joel A Fernandes > --- > Changes since previous patch: > Update commit summary to be

Re: [oe] [Angstrom-devel] Bitbake build failure of Angstrom

2011-07-18 Thread Joel A Fernandes
Hi Koen, Nice to hear from you. On Mon, Jul 18, 2011 at 2:00 AM, Koen Kooi wrote: > > Op 18 jul 2011, om 07:16 heeft Joel A Fernandes het volgende geschreven: > >> Hi, >> >> I am attempting to manually rebuild the BeagleBoard validation image >> using bitbake. >> >> For this, I used the revision

Re: [oe] [Angstrom-devel] Bitbake build failure of Angstrom

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 07:16 heeft Joel A Fernandes het volgende geschreven: > Hi, > > I am attempting to manually rebuild the BeagleBoard validation image > using bitbake. > > For this, I used the revision found in /etc/angstrom-version of an > image I built with Narcissus. The OE revision I used